paper-with-me

Papers

GTR: Graph-Table-RAG for Cross-Table Question Answering

2025-04-02 · Jiaru Zou, Dongqi Fu, Sirui Chen, Xinrui He, Zihao Li, Yada Zhu, Jiawei Han, Jingrui He

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.

📄 PDF Abstract BibTeX arXiv:2504.01346

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRAG

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Omne-R1: Learning to Reason with Memory for Multi-hop Question Answering

2025-08-24 · Boyuan Liu, Feng Ji, Jiayan Nan, Han Zhao 외 arxiv

This paper introduces Omne-R1, a novel approach designed to enhance multi-hop question answering capabilities on schema-free knowledge graphs by integrating advanced reasoning models. Our method employs a multi-stage tra…

Multi-hop Question AnsweringReinforcement LearningKnowledge Graphs

MultiModalQA: Complex Question Answering over Text, Tables and Images

2021-04-13 · ICLR 2021 1 · Alon Talmor, Ori Yoran, Amnon Catav, Dan Lahav 외

When answering complex questions, people can seamlessly combine information from visual, textual and tabular sources. While interest in models that reason over multiple pieces of evidence has surged in recent years, ther…

Question Answering

Hybrid Graphs for Table-and-Text based Question Answering using LLMs

2025-01-29 · Ankush Agarwal, Ganesh S, Chaitanya Devaguptapu

Answering questions that require reasoning and aggregation across both structured (tables) and unstructured (raw text) data sources presents significant challenges. Current methods rely on fine-tuning and high-quality, h…

Multi-hop Question AnsweringQuestion Answering

KET-QA: A Dataset for Knowledge Enhanced Table Question Answering

2024-05-13 · Mengkang Hu, Haoyu Dong, Ping Luo, Shi Han 외

Due to the concise and structured nature of tables, the knowledge contained therein may be incomplete or missing, posing a significant challenge for table question answering (TableQA) and data analysis systems. Most exis…

Question Answering

Answering Conversational Questions on Structured Data without Logical Forms

2019-08-30 · IJCNLP 2019 11 · Thomas Müller, Francesco Piccinno, Massimo Nicosia, Peter Shaw 외

We present a novel approach to answering sequential questions based on structured objects such as knowledge bases or tables without using a logical form as an intermediate representation. We encode tables as graphs using…

Graph Neural NetworkQuestion Answering