Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Harvesting and Refining Question-Answer Pairs for Unsupervised QA

About

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.

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

Related benchmarks

TaskDatasetResultRank
Question AnsweringSQuAD v1.1 (dev)
F1 Score72.6
375
Question AnsweringSQuAD v1.1 (test)
F1 Score71.4
260
Question AnsweringNewsQA (dev)
F1 Score46.3
101
Question AnsweringNewsQA (test)
F145.1
31
Showing 4 of 4 rows

Other info

Code

Follow for update