Hierarchical Retrieval with Evidence Curation for Open-Domain Financial Question Answering on Standardized Documents
By: Jaeyoung Choe, Jihoon Kim, Woohwan Jung
Potential Business Impact:
Helps computers find correct financial facts.
Retrieval-augmented generation (RAG) based large language models (LLMs) are widely used in finance for their excellent performance on knowledge-intensive tasks. However, standardized documents (e.g., SEC filing) share similar formats such as repetitive boilerplate texts, and similar table structures. This similarity forces traditional RAG methods to misidentify near-duplicate text, leading to duplicate retrieval that undermines accuracy and completeness. To address these issues, we propose the Hierarchical Retrieval with Evidence Curation (HiREC) framework. Our approach first performs hierarchical retrieval to reduce confusion among similar texts. It first retrieve related documents and then selects the most relevant passages from the documents. The evidence curation process removes irrelevant passages. When necessary, it automatically generates complementary queries to collect missing information. To evaluate our approach, we construct and release a Large-scale Open-domain Financial (LOFin) question answering benchmark that includes 145,897 SEC documents and 1,595 question-answer pairs. Our code and data are available at https://github.com/deep-over/LOFin-bench-HiREC.
Similar Papers
Optimizing Retrieval Strategies for Financial Question Answering Documents in Retrieval-Augmented Generation Systems
Information Retrieval
Helps computers answer money questions better.
Metadata-Driven Retrieval-Augmented Generation for Financial Question Answering
Information Retrieval
Helps computers understand long financial papers better.
HiRAG: Retrieval-Augmented Generation with Hierarchical Knowledge
Computation and Language
Helps computers understand information better using thinking patterns.