Empirical Evaluation of PDF Parsing and Chunking for Financial Question Answering with RAG

📅 2026-04-13
📈 Citations: 0
Influential: 0
📄 PDF

career value

155K/year
🤖 AI Summary
This study addresses the challenges posed by heterogeneous content—comprising text, tables, and images—in financial PDF documents for retrieval-augmented generation (RAG) systems, an area lacking systematic evaluation of parsing and chunking strategies. The work presents the first end-to-end empirical investigation of PDF processing pipelines in the context of financial document question answering. It introduces a new benchmark, TableQuest, integrates existing datasets, and systematically evaluates diverse PDF parsers and text chunking methods—including overlap mechanisms—on downstream QA performance. The findings reveal a strong correlation between preservation of document structure and answer accuracy. To support reproducibility and future research, the authors release their benchmark publicly and provide actionable, empirically grounded guidelines for designing effective RAG pipelines tailored to complex financial documents.

Technology Category

Application Category

📝 Abstract
PDF files are primarily intended for human reading rather than automated processing. In addition, the heterogeneous content of PDFs, such as text, tables, and images, poses significant challenges for parsing and information extraction. To address these difficulties, both practitioners and researchers are increasingly developing new methods, including the promising Retrieval-Augmented Generation (RAG) systems to automated PDF processing. However, there is no comprehensive study investigating how different components and design choices affect the performance of a RAG system for understanding PDFs. In this paper, we propose such a study (1) by focusing on Question Answering, a specific language understanding task, and (2) by leveraging two benchmarks from the financial domain, including TableQuest, our newly generated, publicly available benchmark. We systematically examine multiple PDF parsers and chunking strategies (with varied overlap), along with their potential synergies in preserving document structure and ensuring answer correctness. Overall, our results offer practical guidelines for building robust RAG pipelines for PDF understanding.
Problem

Research questions and friction points this paper is trying to address.

PDF parsing
chunking
Retrieval-Augmented Generation
financial question answering
information extraction
Innovation

Methods, ideas, or system contributions that make the work stand out.

PDF parsing
chunking strategies
Retrieval-Augmented Generation
financial question answering
empirical evaluation
🔎 Similar Papers
No similar papers found.