Can Question Generation Debias Question Answering Models? A Case Study on Question-Context Lexical Overlap
Kazutoshi Shinoda, Saku Sugawara, Akiko Aizawa

TL;DR
This paper investigates how question generation models can unintentionally reinforce dataset biases in question answering systems, and proposes a simple synonym replacement method to improve performance on low-overlap questions.
Contribution
It identifies bias amplification by neural question generation models and introduces a synonym replacement data augmentation technique to mitigate this bias.
Findings
Neural QG models tend to generate questions with high lexical overlap, reinforcing dataset bias.
Augmentation with these models can impair performance on low-overlap questions.
Synonym replacement augmentation improves low-overlap question performance with only 70k synthetic examples.
Abstract
Question answering (QA) models for reading comprehension have been demonstrated to exploit unintended dataset biases such as question-context lexical overlap. This hinders QA models from generalizing to under-represented samples such as questions with low lexical overlap. Question generation (QG), a method for augmenting QA datasets, can be a solution for such performance degradation if QG can properly debias QA datasets. However, we discover that recent neural QG models are biased towards generating questions with high lexical overlap, which can amplify the dataset bias. Moreover, our analysis reveals that data augmentation with these QG models frequently impairs the performance on questions with low lexical overlap, while improving that on questions with high lexical overlap. To address this problem, we use a synonym replacement-based approach to augment questions with low lexical…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
