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

R2-D2: A Modular Baseline for Open-Domain Question Answering

About

This work presents a novel four-stage open-domain QA pipeline R2-D2 (Rank twice, reaD twice). The pipeline is composed of a retriever, passage reranker, extractive reader, generative reader and a mechanism that aggregates the final prediction from all system's components. We demonstrate its strength across three open-domain QA datasets: NaturalQuestions, TriviaQA and EfficientQA, surpassing state-of-the-art on the first two. Our analysis demonstrates that: (i) combining extractive and generative reader yields absolute improvements up to 5 exact match and it is at least twice as effective as the posterior averaging ensemble of the same models with different parameters, (ii) the extractive reader with fewer parameters can match the performance of the generative reader on extractive QA datasets.

Martin Fajcik, Martin Docekal, Karel Ondrej, Pavel Smrz• 2021

Related benchmarks

TaskDatasetResultRank
Open Question AnsweringNatural Questions (NQ) (test)
Exact Match (EM)55.9
134
Passage retrievalTriviaQA (test)
Top-100 Acc85.8
67
Question AnsweringNQ (test)
EM Accuracy55.9
66
Open-domain Question AnsweringTriviaQA open (test)
EM69.9
59
Open-domain Question AnsweringNaturalQ-Open (test)
EM55.9
37
Open-domain Question AnsweringTriviaQA (TQA) (test)
Accuracy69.9
26
Question AnsweringTriviaQA Open-domain filtered (test)
Exact Match (EM)69.9
9
Passage retrievalNQ multi-dataset training (test)
Accuracy@2083.6
8
Passage retrievalEntityQuestions unseen query distribution (test)
Accuracy@200.653
8
Open-domain Question AnsweringNatural Questions (NQ) full train (test)
EM55.9
3
Showing 10 of 10 rows

Other info

Code

Follow for update