SOTAVerified

Harvesting and Refining Question-Answer Pairs for Unsupervised QA

2020-05-06ACL 2020Code Available1· sign in to hype

Zhongli Li, Wenhui Wang, Li Dong, Furu Wei, Ke Xu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SQuAD1.1RQA+IDR (single model)EM61.15Unverified
SQuAD1.1RQA (single model)EM55.83Unverified

Reproductions