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

Evidence Aggregation for Answer Re-Ranking in Open-Domain Question Answering

About

A popular recent approach to answering open-domain questions is to first search for question-related passages and then apply reading comprehension models to extract answers. Existing methods usually extract answers from single passages independently. But some questions require a combination of evidence from across different sources to answer correctly. In this paper, we propose two models which make use of multiple passages to generate their answers. Both use an answer-reranking approach which reorders the answer candidates generated by an existing state-of-the-art QA model. We propose two methods, namely, strength-based re-ranking and coverage-based re-ranking, to make use of the aggregated evidence from different passages to better determine the answer. Our models have achieved state-of-the-art results on three public open-domain QA datasets: Quasar-T, SearchQA and the open-domain version of TriviaQA, with about 8 percentage points of improvement over the former two datasets.

Shuohang Wang, Mo Yu, Jing Jiang, Wei Zhang, Xiaoxiao Guo, Shiyu Chang, Zhiguo Wang, Tim Klinger, Gerald Tesauro, Murray Campbell• 2017

Related benchmarks

TaskDatasetResultRank
Open-domain Question AnsweringTriviaQA
EM0.506
62
Open-domain Question AnsweringTriviaQA open (test)
EM50.6
59
Question AnsweringSearchQA (test)
N-gram F163.2
48
Open-domain Question AnsweringQuasar-T (test)
F1 Score49.6
33
Open-domain Question AnsweringSearchQA
EM57
13
Open-domain Question AnsweringQuasar-T
EM42.3
12
Machine Reading ComprehensionTriviaQA Web (Full)
EM63.04
7
Machine Reading ComprehensionTriviaQA Web (Verified)
EM69.7
7
Showing 8 of 8 rows

Other info

Code

Follow for update