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

End-to-End Training of Neural Retrievers for Open-Domain Question Answering

About

Recent work on training neural retrievers for open-domain question answering (OpenQA) has employed both supervised and unsupervised approaches. However, it remains unclear how unsupervised and supervised methods can be used most effectively for neural retrievers. In this work, we systematically study retriever pre-training. We first propose an approach of unsupervised pre-training with the Inverse Cloze Task and masked salient spans, followed by supervised finetuning using question-context pairs. This approach leads to absolute gains of 2+ points over the previous best result in the top-20 retrieval accuracy on Natural Questions and TriviaQA datasets. We also explore two approaches for end-to-end supervised training of the reader and retriever components in OpenQA models. In the first approach, the reader considers each retrieved document separately while in the second approach, the reader considers all the retrieved documents together. Our experiments demonstrate the effectiveness of these approaches as we obtain new state-of-the-art results. On the Natural Questions dataset, we obtain a top-20 retrieval accuracy of 84, an improvement of 5 points over the recent DPR model. In addition, we achieve good results on answer extraction, outperforming recent models like REALM and RAG by 3+ points. We further scale up end-to-end training to large models and show consistent gains in performance over smaller models.

Devendra Singh Sachan, Mostofa Patwary, Mohammad Shoeybi, Neel Kant, Wei Ping, William L Hamilton, Bryan Catanzaro• 2021

Related benchmarks

TaskDatasetResultRank
Open Question AnsweringNatural Questions (NQ) (test)
Exact Match (EM)50.4
134
Open-domain Question AnsweringTriviaQA (test)
Exact Match68.8
80
Passage retrievalTriviaQA (test)
Top-100 Acc79.4
67
RetrievalNatural Questions (test)
Top-5 Recall41.7
62
End-to-end Open-Domain Question AnsweringNQ (test)
Exact Match (EM)51.4
50
End-to-end Open-Domain Question AnsweringTriviaQA (test)
Exact Match (EM)59.6
40
Open-domain Question AnsweringWebQuestions (WQ) Open-QA (test)
Exact Match46.8
38
Open-domain Question AnsweringNatural Questions (NQ) (dev)
Exact Match49.2
25
Open-domain Question AnsweringWebQuestions (WebQ) (dev)
Exact Match43.5
17
Text SearchNQ
Recall@2059.8
9
Showing 10 of 12 rows

Other info

Code

Follow for update