English

TableRAG: A Retrieval Augmented Generation Framework for Heterogeneous Document Reasoning

Computation and Language 2025-10-01 v2 Information Retrieval

Abstract

Retrieval-Augmented Generation (RAG) has demonstrated considerable effectiveness in open-domain question answering. However, when applied to heterogeneous documents, comprising both textual and tabular components, existing RAG approaches exhibit critical limitations. The prevailing practice of flattening tables and chunking strategies disrupts the intrinsic tabular structure, leads to information loss, and undermines the reasoning capabilities of LLMs in multi-hop, global queries. To address these challenges, we propose TableRAG, an SQL-based framework that unifies textual understanding and complex manipulations over tabular data. TableRAG iteratively operates in four steps: context-sensitive query decomposition, text retrieval, SQL programming and execution, and compositional intermediate answer generation. We also develop HeteQA, a novel benchmark designed to evaluate the multi-hop heterogeneous reasoning capabilities. Experimental results demonstrate that TableRAG consistently outperforms existing baselines on both public datasets and our HeteQA, establishing a new state-of-the-art for heterogeneous document question answering. We release TableRAG at https://github.com/yxh-y/TableRAG/tree/main.

Keywords

Cite

@article{arxiv.2506.10380,
  title  = {TableRAG: A Retrieval Augmented Generation Framework for Heterogeneous Document Reasoning},
  author = {Xiaohan Yu and Pu Jian and Chong Chen},
  journal= {arXiv preprint arXiv:2506.10380},
  year   = {2025}
}

Comments

Accepted by EMNLP 2025. Codes are available at https://github.com/yxh-y/TableRAG/tree/main

R2 v1 2026-07-01T03:12:36.594Z