DBAIFeb 19, 2024

Training Table Question Answering via SQL Query Decomposition

arXiv:2402.13288v11 citationsh-index: 32
Originality Incremental advance
AI Analysis

This work addresses table question answering for natural language processing applications, offering an incremental improvement by bridging semantic parsing and direct answering methods.

The paper tackles the problem of table question answering by using SQL query decomposition during training to provide intermediate supervision, resulting in improved generalization and structural reasoning compared to direct answer generation methods.

Table Question-Answering involves both understanding the natural language query and grounding it in the context of the input table to extract the relevant information. In this context, many methods have highlighted the benefits of intermediate pre-training from SQL queries. However, while most approaches aim at generating final answers from inputs directly, we claim that there is better to do with SQL queries during training. By learning to imitate a restricted portion of SQL-like algebraic operations, we show that their execution flow provides intermediate supervision steps that allow increased generalization and structural reasoning compared with classical approaches of the field. Our study bridges the gap between semantic parsing and direct answering methods and provides useful insights regarding what types of operations should be predicted by a generative architecture or be preferably executed by an external algorithm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes