SOTAVerified

Denoising Distantly Supervised Open-Domain Question Answering

2018-07-01ACL 2018Code Available0· sign in to hype

Yankai Lin, Haozhe Ji, Zhiyuan Liu, Maosong Sun

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Distantly supervised open-domain question answering (DS-QA) aims to find answers in collections of unlabeled text. Existing DS-QA models usually retrieve related paragraphs from a large-scale corpus and apply reading comprehension technique to extract answers from the most relevant paragraph. They ignore the rich information contained in other paragraphs. Moreover, distant supervision data inevitably accompanies with the wrong labeling problem, and these noisy data will substantially degrade the performance of DS-QA. To address these issues, we propose a novel DS-QA model which employs a paragraph selector to filter out those noisy paragraphs and a paragraph reader to extract the correct answer from those denoised paragraphs. Experimental results on real-world datasets show that our model can capture useful information from noisy data and achieve significant improvements on DS-QA as compared to all baselines.

Tasks

Reproductions