CLAISep 6, 2021

Improving Numerical Reasoning Skills in the Modular Approach for Complex Question Answering on Text

arXiv:2109.02289v1661 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in modular question answering systems, offering an incremental improvement for researchers in NLP and QA.

The paper tackled the problem of improving numerical reasoning in Neural Module Networks for complex question answering on text by making the interpreter question-aware and capturing entity-number relationships, resulting in a 3.0-point F1 score improvement on a DROP dataset subset.

Numerical reasoning skills are essential for complex question answering (CQA) over text. It requires opertaions including counting, comparison, addition and subtraction. A successful approach to CQA on text, Neural Module Networks (NMNs), follows the programmer-interpreter paradigm and leverages specialised modules to perform compositional reasoning. However, the NMNs framework does not consider the relationship between numbers and entities in both questions and paragraphs. We propose effective techniques to improve NMNs' numerical reasoning capabilities by making the interpreter question-aware and capturing the relationship between entities and numbers. On the same subset of the DROP dataset for CQA on text, experimental results show that our additions outperform the original NMNs by 3.0 points for the overall F1 score.

Foundations

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

Your Notes