CLNov 7, 2022

NAPG: Non-Autoregressive Program Generation for Hybrid Tabular-Textual Question Answering

arXiv:2211.03462v29 citationsh-index: 42
AI Analysis

This addresses a bottleneck in numerical reasoning for hybrid QA, offering a faster and more accurate method, though it is incremental as it builds on existing program generation approaches.

The paper tackles the problem of error propagation in autoregressive program generation for hybrid tabular-textual question answering by proposing a non-autoregressive framework that independently generates complete program tuples, resulting in substantial accuracy improvements (e.g., +5.06 Exe Acc points over FinQANet) and a 21x speedup.

Hybrid tabular-textual question answering (QA) requires reasoning from heterogeneous information, and the types of reasoning are mainly divided into numerical reasoning and span extraction. Current numerical reasoning methods autoregressively decode program sequences, and each decoding step produces either an operator or an operand. However, the step-by-step decoding suffers from exposure bias, and the accuracy of program generation drops sharply as the decoding steps unfold due to error propagation. In this paper, we propose a non-autoregressive program generation framework, which independently generates complete program tuples containing both operators and operands, can address the error propagation issue while significantly boosting the speed of program generation. Experiments on the ConvFinQA and MultiHiertt datasets show that our non-autoregressive program generation method can bring about substantial improvements over the strong FinQANet (+5.06 Exe Acc and +4.80 Prog Acc points) and MT2Net (+7.97 EM and +6.38 F1 points) baselines, establishing the new state-of-the-art performance, while being much faster (21x) in program generation. Finally, with increasing numbers of numerical reasoning steps the performance drop of our method is significantly smaller than that of the baselines. Our code will be publicly available soon.

Foundations

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

Your Notes