Beyond Linearization: Attributed Table Graphs for Table Reasoning
Yuxiang Wang, Junhao Gan, Shengxiang Gao, Shenghao Ye, Zhengyi Yang, Jianzhong Qi

TL;DR
This paper introduces TABGR, a graph-based table reasoning model that preserves table structure and enhances explainability, outperforming existing linearization-based methods on benchmark datasets.
Contribution
The paper proposes a novel Attributed Table Graph representation and a Question-Guided Personalized PageRank mechanism for improved table reasoning with LLMs.
Findings
TABGR outperforms state-of-the-art models by up to 9.7% in accuracy.
The ATG representation preserves table structure and enables explicit reasoning.
QG-PPR mitigates the lost-in-the-middle issue in table reasoning.
Abstract
Table reasoning, a task to answer questions by reasoning over data presented in tables, is an important topic due to the prevalence of knowledge stored in tabular formats. Recent solutions use Large Language Models (LLMs), exploiting the semantic understanding and reasoning capabilities of LLMs. A common paradigm of such solutions linearizes tables to form plain texts that are served as input to LLMs. This paradigm has critical issues. It loses table structures, lacks explicit reasoning paths for result explainability, and is subject to the "lost-in-the-middle" issue. To address these issues, we propose Table Graph Reasoner (TABGR), a training-free model that represents tables as an Attributed Table Graph (ATG). The ATG explicitly preserves row-column-cell structures while enabling graph-based reasoning for explainability. We further propose a Question-Guided Personalized PageRank…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Big Data and Digital Economy
