CLSep 22, 2021

NOAHQA: Numerical Reasoning with Interpretable Graph Question Answering Dataset

arXiv:2109.10604v2666 citations
AI Analysis

This addresses a gap in QA research for interpretable numerical reasoning, though it is incremental as it builds on existing QA datasets and methods.

The authors tackled the lack of QA datasets for complex numerical reasoning by introducing NOAHQA, a bilingual dataset requiring compound mathematical expressions, and developed an interpretable reasoning graph and evaluation metric, where state-of-the-art models achieved only 55.5 exact match scores compared to human performance of 89.7.

While diverse question answering (QA) datasets have been proposed and contributed significantly to the development of deep learning models for QA tasks, the existing datasets fall short in two aspects. First, we lack QA datasets covering complex questions that involve answers as well as the reasoning processes to get the answers. As a result, the state-of-the-art QA research on numerical reasoning still focuses on simple calculations and does not provide the mathematical expressions or evidences justifying the answers. Second, the QA community has contributed much effort to improving the interpretability of QA models. However, these models fail to explicitly show the reasoning process, such as the evidence order for reasoning and the interactions between different pieces of evidence. To address the above shortcomings, we introduce NOAHQA, a conversational and bilingual QA dataset with questions requiring numerical reasoning with compound mathematical expressions. With NOAHQA, we develop an interpretable reasoning graph as well as the appropriate evaluation metric to measure the answer quality. We evaluate the state-of-the-art QA models trained using existing QA datasets on NOAHQA and show that the best among them can only achieve 55.5 exact match scores, while the human performance is 89.7. We also present a new QA model for generating a reasoning graph where the reasoning graph metric still has a large gap compared with that of humans, e.g., 28 scores.

Code Implementations1 repo
Foundations

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

Your Notes