TabScope: Question-Adaptive Scope Selection for Table Question Answering

📅 2026-09-03
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决大表格问答中模型准确率下降问题,提出一种基于问题类型自适应选择局部或全表推理的方法,以提高回答准确性。
📝 Abstract
Large Language Models (LLMs) have shown strong performance on table question answering, yet their accuracy often degrades as table size increases. We find that this degradation is not uniform across question types. Localization-sensitive questions are particularly affected by irrelevant table content, while questions requiring broader evidence may still benefit from full-table reasoning. Based on this observation, we propose a question-adaptive framework that dynamically selects between localized and full-table reasoning. The framework constructs question-specific sub-tables through operation-aware table decomposition and uses the predicted question type to determine the appropriate reasoning mode. We further introduce silver reference sub-tables for evaluating evidence selection and construct SLQA, a benchmark based on real-world long tables. Experiments on WikiTQ and SLQA show that localization is particularly effective for lookup and local reasoning questions, while adaptive selection between localized and full-table reasoning achieves the best overall performance. These results highlight that long-table QA requires deciding not only how to localize, but also when to localize. Our code and datasets will be made available upon publication of the paper.
Problem

Research questions and friction points this paper is trying to address.

table question answering
large language models
localization-sensitive questions
full-table reasoning
question-adaptive framework
Innovation

Methods, ideas, or system contributions that make the work stand out.

question-adaptive framework
operation-aware table decomposition
localized and full-table reasoning
silver reference sub-tables
SLQA