CLMay 6, 2020

Harvesting and Refining Question-Answer Pairs for Unsupervised QA

arXiv:2005.02925v11018 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of limited labeled data for QA systems, offering an incremental improvement in unsupervised methods.

The paper tackled the problem of unsupervised question answering by automatically constructing and refining a corpus of question-answer pairs from Wikipedia, achieving competitive performance with early supervised models on SQuAD 1.1 and NewsQA.

Question Answering (QA) has shown great success thanks to the availability of large-scale datasets and the effectiveness of neural models. Recent research works have attempted to extend these successes to the settings with few or no labeled data available. In this work, we introduce two approaches to improve unsupervised QA. First, we harvest lexically and syntactically divergent questions from Wikipedia to automatically construct a corpus of question-answer pairs (named as RefQA). Second, we take advantage of the QA model to extract more appropriate answers, which iteratively refines data over RefQA. We conduct experiments on SQuAD 1.1, and NewsQA by fine-tuning BERT without access to manually annotated data. Our approach outperforms previous unsupervised approaches by a large margin and is competitive with early supervised models. We also show the effectiveness of our approach in the few-shot learning setting.

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