CLApr 21, 2020

Logic-Guided Data Augmentation and Regularization for Consistent Question Answering

arXiv:2004.10157v21035 citations
AI Analysis

This work addresses the challenge of consistent question answering for natural language processing applications, representing an incremental advance with specific gains in accuracy and consistency.

The paper tackled the problem of improving accuracy and consistency in question answering for comparison questions by integrating logic rules and neural models, achieving performance improvements of 1-5% on RoBERTa-based models and reducing consistency violations by 58% on HotpotQA.

Many natural language questions require qualitative, quantitative or logical comparisons between two entities or events. This paper addresses the problem of improving the accuracy and consistency of responses to comparison questions by integrating logic rules and neural models. Our method leverages logical and linguistic knowledge to augment labeled training data and then uses a consistency-based regularizer to train the model. Improving the global consistency of predictions, our approach achieves large improvements over previous methods in a variety of question answering (QA) tasks including multiple-choice qualitative reasoning, cause-effect reasoning, and extractive machine reading comprehension. In particular, our method significantly improves the performance of RoBERTa-based models by 1-5% across datasets. We advance the state of the art by around 5-8% on WIQA and QuaRel and reduce consistency violations by 58% on HotpotQA. We further demonstrate that our approach can learn effectively from limited data.

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