GTR: Graph-Table-RAG for Cross-Table Question Answering
By: Jiaru Zou , Dongqi Fu , Sirui Chen and more
Potential Business Impact:
Helps computers answer questions from many tables.
Beyond pure text, a substantial amount of knowledge is stored in tables. In real-world scenarios, user questions often require retrieving answers that are distributed across multiple tables. GraphRAG has recently attracted much attention for enhancing LLMs' reasoning capabilities by organizing external knowledge to address ad-hoc and complex questions, exemplifying a promising direction for cross-table question answering. In this paper, to address the current gap in available data, we first introduce a multi-table benchmark, MutliTableQA, comprising 60k tables and 25k user queries collected from real-world sources. Then, we propose the first Graph-Table-RAG framework, namely GTR, which reorganizes table corpora into a heterogeneous graph, employs a hierarchical coarse-to-fine retrieval process to extract the most relevant tables, and integrates graph-aware prompting for downstream LLMs' tabular reasoning. Extensive experiments show that GTR exhibits superior cross-table question-answering performance while maintaining high deployment efficiency, demonstrating its real-world practical applicability.
Similar Papers
TableRAG: A Retrieval Augmented Generation Framework for Heterogeneous Document Reasoning
Computation and Language
Helps computers answer questions from mixed text and tables.
Mixture-of-RAG: Integrating Text and Tables with Large Language Models
Information Retrieval
Helps computers understand text and tables together.
SRAG: Structured Retrieval-Augmented Generation for Multi-Entity Question Answering over Wikipedia Graph
Computation and Language
Helps computers answer questions from many papers.