English

FinCARDS: Card-Based Analyst Reranking for Financial Document Question Answering

Information Retrieval 2026-05-01 v2 Artificial Intelligence Computation and Language

Abstract

Financial question answering (QA) over long corporate filings requires evidence to satisfy strict constraints on entities, financial metrics, fiscal periods, and numeric values. However, existing LLM-based rerankers primarily optimize semantic relevance, leading to unstable rankings and opaque decisions on long documents. We propose FinCards, a structured reranking framework that reframes financial evidence selection as constraint satisfaction under a finance-aware schema. FinCards represents filing chunks and questions using aligned schema fields (entities, metrics, periods, and numeric spans), enabling deterministic field-level matching. Evidence is selected via a multi-stage tournament reranking with stability-aware aggregation, producing auditable decision traces. Across two corporate filing QA benchmarks, FinCards substantially improves early-rank retrieval over both lexical and LLM-based reranking baselines, while reducing ranking variance, without requiring model fine-tuning or unpredictable inference budgets. Our code is available at https://github.com/XanderZhou2022/FINCARDS.

Keywords

Cite

@article{arxiv.2601.06992,
  title  = {FinCARDS: Card-Based Analyst Reranking for Financial Document Question Answering},
  author = {Yixi Zhou and Fan Zhang and Yu Chen and Haipeng Zhang and Preslav Nakov and Zhuohan Xie},
  journal= {arXiv preprint arXiv:2601.06992},
  year   = {2026}
}

Comments

17 pages, including figures and tables

R2 v1 2026-07-01T08:59:42.682Z