SkillTGR Enhances Table Question Answering with Graph Reasoning

Guixin Su, Qiankun Pi, Mayi Xu, Wenli Li, Ming Zhong, Yuanyuan Zhu, Jiawei Jiang, Tieyun Qian· July 28, 2026 View original

Summary

SkillTGR is a framework that improves Table Question Answering (TableQA) by representing tables as attributed graphs and using a hierarchical SkillBank to distill and retrieve reasoning trajectories. This enables self-evolving structured reasoning, significantly boosting performance for complex operations while reducing token consumption and latency.

Traditional Table Question Answering (TableQA) systems often treat all questions uniformly, masking the fact that Large Language Models (LLMs) excel at simple lookups but struggle with complex operations like aggregation or arithmetic. This research introduces a new "Operation-wise TableQA" task and two datasets (WikiTQ-ow, TabFact-ow) to highlight and address this disparity. A key challenge for existing methods is that they linearize tables, losing their inherent structural information and leading to "lost-in-the-middle" issues for cross-row reasoning. To overcome these limitations, the paper proposes Skill-augmented Table Graph Reasoning (SkillTGR). This framework represents tables as attributed graphs, allowing LLMs to plan and execute dynamic chains to retrieve evidence subgraphs for graph traversal reasoning. SkillTGR also builds a hierarchical SkillBank, distilling successful and failed reasoning trajectories into abstract skills. By contrastively augmenting reasoning with these skills, the system enables continual self-evolution. Experiments show SkillTGR achieves superior performance, with an average of 5.91% overall and 6.03% operation-wise improvement, while also reducing token consumption by nearly 20% and inference latency by over 27%.

Why it matters

Improving LLM's ability to accurately and efficiently reason over structured data like tables is critical for enterprise applications, data analysis, and decision support systems, reducing errors and speeding up insights.

How to implement this in your domain

  1. 1Evaluate current TableQA systems for performance disparities across simple vs. complex operations.
  2. 2Explore representing tabular data as attributed graphs for enhanced LLM reasoning.
  3. 3Investigate implementing a "SkillBank" or similar mechanism to capture and reuse successful reasoning patterns.
  4. 4Adopt contrastive learning or self-evolution techniques to continually improve LLM performance on structured data.
  5. 5Benchmark TableQA solutions not just on overall accuracy but also on operation-wise performance, token consumption, and latency.

Who benefits

Business IntelligenceData AnalyticsFinancial ServicesHealthcareEnterprise Software

Key takeaways

  • LLMs struggle with complex operations in TableQA, despite excelling at simple lookups.
  • SkillTGR represents tables as graphs and uses a SkillBank for self-evolving structured reasoning.
  • The framework significantly improves performance on complex operations while reducing resource usage.
  • Graph-based reasoning and skill augmentation are key to robust TableQA.

Original post by Guixin Su, Qiankun Pi, Mayi Xu, Wenli Li, Ming Zhong, Yuanyuan Zhu, Jiawei Jiang, Tieyun Qian

"arXiv:2607.22633v1 Announce Type: new Abstract: Table Question Answering (TableQA) aims to reason over tables to answer user queries. Existing research treats all questions uniformly and evaluates solely through overall accuracy, obscuring a critical reality that LLMs excel at si…"

View on X

Originally posted by Guixin Su, Qiankun Pi, Mayi Xu, Wenli Li, Ming Zhong, Yuanyuan Zhu, Jiawei Jiang, Tieyun Qian on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses