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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Open Question Answering | Natural Questions (NQ) (test) | Exact Match (EM)55.9 | 134 | |
| Passage retrieval | TriviaQA (test) | Top-100 Acc85.8 | 67 | |
| Question Answering | NQ (test) | EM Accuracy55.9 | 66 | |
| Open-domain Question Answering | TriviaQA open (test) | EM69.9 | 59 | |
| Open-domain Question Answering | NaturalQ-Open (test) | EM55.9 | 37 | |
| Open-domain Question Answering | TriviaQA (TQA) (test) | Accuracy69.9 | 26 | |
| Question Answering | TriviaQA Open-domain filtered (test) | Exact Match (EM)69.9 | 9 | |
| Passage retrieval | NQ multi-dataset training (test) | Accuracy@2083.6 | 8 | |
| Passage retrieval | EntityQuestions unseen query distribution (test) | Accuracy@200.653 | 8 | |
| Open-domain Question Answering | Natural Questions (NQ) full train (test) | EM55.9 | 3 |