SOTAVerified

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

2021-09-08Findings (EMNLP) 2021Code Available1· sign in to hype

Martin Fajcik, Martin Docekal, Karel Ondrej, Pavel Smrz

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Natural QuestionsR2-D2 HN-DPRExact Match55.9Unverified

Reproductions