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

Learning to Retrieve Passages without Supervision

About

Dense retrievers for open-domain question answering (ODQA) have been shown to achieve impressive performance by training on large datasets of question-passage pairs. In this work we ask whether this dependence on labeled data can be reduced via unsupervised pretraining that is geared towards ODQA. We show this is in fact possible, via a novel pretraining scheme designed for retrieval. Our "recurring span retrieval" approach uses recurring spans across passages in a document to create pseudo examples for contrastive learning. Our pretraining scheme directly controls for term overlap across pseudo queries and relevant passages, thus allowing to model both lexical and semantic relations between them. The resulting model, named Spider, performs surprisingly well without any labeled training examples on a wide range of ODQA datasets. Specifically, it significantly outperforms all other pretrained baselines in a zero-shot setting, and is competitive with BM25, a strong sparse baseline. Moreover, a hybrid retriever over Spider and BM25 improves over both, and is often competitive with DPR models, which are trained on tens of thousands of examples. Last, notable gains are observed when using Spider as an initialization for supervised training.

Ori Ram, Gal Shachaf, Omer Levy, Jonathan Berant, Amir Globerson• 2021

Related benchmarks

TaskDatasetResultRank
Passage retrievalTriviaQA (test)
Top-100 Acc84.8
67
RetrievalNatural Questions (test)
Top-5 Recall68.3
62
Passage retrievalWebQuestions (WQ) (test)
Top-20 Accuracy74.3
37
RetrievalEntity Questions (test)
Top-100 Retrieval Accuracy74.6
20
Passage retrievalTREC (test)
Top-20 Accuracy87.9
17
Open-Domain Question Answering RetrievalEntityQuestions (test)
Accuracy@2065.1
15
Multilingual Document RetrievalMIRACL (Evaluation set)--
14
Open-domain retrievalNQ
Recall@2068.3
9
Open-domain retrievalTriviaQA
Recall@2075.8
9
Open-domain retrievalWQ
Recall@2065.9
9
Showing 10 of 12 rows

Other info

Follow for update