CLJun 20, 2024

SEC-QA: A Systematic Evaluation Corpus for Financial QA

arXiv:2406.14394v116 citations
Originality Incremental advance
AI Analysis

This addresses the need for realistic evaluation datasets in finance, though it is incremental as it builds on existing QA and retrieval techniques.

The authors tackled the problem of evaluating financial QA models by creating SEC-QA, a dataset generation framework that produces multi-document QA pairs from recent financial documents, and they introduced a program-of-thought QA system that improves accuracy over existing methods.

The financial domain frequently deals with large numbers of long documents that are essential for daily operations. Significant effort is put towards automating financial data analysis. However, a persistent challenge, not limited to the finance domain, is the scarcity of datasets that accurately reflect real-world tasks for model evaluation. Existing datasets are often constrained by size, context, or relevance to practical applications. Moreover, LLMs are currently trained on trillions of tokens of text, limiting access to novel data or documents that models have not encountered during training for unbiased evaluation. We propose SEC-QA, a continuous dataset generation framework with two key features: 1) the semi-automatic generation of Question-Answer (QA) pairs spanning multiple long context financial documents, which better represent real-world financial scenarios; 2) the ability to continually refresh the dataset using the most recent public document collections, not yet ingested by LLMs. Our experiments show that current retrieval augmented generation methods systematically fail to answer these challenging multi-document questions. In response, we introduce a QA system based on program-of-thought that improves the ability to perform complex information retrieval and quantitative reasoning pipelines, thereby increasing QA accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes