ACL2026
FinCARDS: Card-Based Analyst Reranking for Financial Document Question Answering
Yixi Zhou, Fan Zhang, Y. U. Chen, Haipeng Zhang, Preslav Nakov, Zhuohan Xie
8 citations
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 stabilityaware 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 . * Equal contribution † Corresponding author SEC Financial Filing (10-K/10-Q) Query: What is the cost of goods sold in the latest quarter? "cost of goods sold … fiscal year 2022 …" Wrong period "cost of goods sold includes …" Wrong intent "net sales and cost of goods sold … three months …"