QUIETT:用于稳健推理的查询无关表格转换方法 / QUIETT: Query-Independent Table Transformation for Robust Reasoning
1️⃣ 一句话总结
这篇论文提出了一种名为QuIeTT的通用方法,它能在不依赖具体查询问题的情况下,自动将结构混乱、格式不一的原始表格整理成标准化的规范格式,从而让后续的表格数据查询和推理任务变得更加准确和高效。
Real-world tables often exhibit irregular schemas, heterogeneous value formats, and implicit relational structure, which degrade the reliability of downstream table reasoning and question answering. Most existing approaches address these issues in a query-dependent manner, entangling table cleanup with reasoning and thus limiting generalization. We introduce QuIeTT, a query-independent table transformation framework that preprocesses raw tables into a single SQL-ready canonical representation before any test-time queries are observed. QuIeTT performs lossless schema and value normalization, exposes implicit relations, and preserves full provenance via raw table snapshots. By decoupling table transformation from reasoning, QuIeTT enables cleaner, more reliable, and highly efficient querying without modifying downstream models. Experiments on four benchmarks, WikiTQ, HiTab, NQ-Table, and SequentialQA show consistent gains across models and reasoning paradigms, with particularly strong improvements on a challenge set of structurally diverse, unseen questions.
QUIETT:用于稳健推理的查询无关表格转换方法 / QUIETT: Query-Independent Table Transformation for Robust Reasoning
这篇论文提出了一种名为QuIeTT的通用方法,它能在不依赖具体查询问题的情况下,自动将结构混乱、格式不一的原始表格整理成标准化的规范格式,从而让后续的表格数据查询和推理任务变得更加准确和高效。
源自 arXiv: 2602.20017