Search papers, labs, and topics across Lattice.
FinSAgent introduces a novel multi-agent framework for financial question answering that addresses the challenges of retrieving and synthesizing evidence from SEC filings. By employing role-specialized agents and database-aware query decomposition, the system aligns retrieval processes with the specific structure and terminology of the filings, thereby enhancing the relevance and validity of the retrieved evidence. The framework outperforms existing methods in both offline benchmarks and real-world user evaluations, demonstrating significant improvements in retrieval coverage and answer correctness.
FinSAgent achieves a breakthrough in financial question answering by aligning retrieval strategies with the intricate structure of SEC filings, leading to superior evidence validity and answer accuracy.
Financial question answering over U.S. Securities and Exchange Commission (SEC) filings requires retrieving and synthesizing heterogeneous evidence dispersed across long, standardized, and highly redundant disclosures. Existing retrieval-augmented and multi-agent systems typically derive retrieval queries directly from the user's question and rank candidates by semantic similarity. Together, these choices create prior-corpus misalignment: a mismatch between model priors and the target filings'structure, terminology, and evidence standards. As a result, query generation misses corpus-specific evidence, while semantic reranking favors topically similar but evidentially invalid false-positive chunks. We propose FinSAgent, an evidence-grounded multi-agent framework that reframes SEC filing QA as corpus-aligned retrieval planning and corrects both ends with a single principle: inject corpus-side conditioning wherever model priors would otherwise dominate. FinSAgent combines (1) role-specialized agents anchored to the mandated 10-K item structure, (2) database-aware query decomposition that conditions each agent's sub-queries on a lightweight, summary-level view of the local corpus, and (3) multi-path retrieval with a learned feature-gated reranker that separates evidential validity from semantic similarity. Across five offline financial QA benchmarks, FinSAgent improves retrieval coverage and answer correctness over strong single-agent and multi-agent baselines; in a three-arm randomized online experiment with 1,000 anonymous user ratings, it also receives higher scores than baselines.