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

Unsupervised Dense Information Retrieval with Contrastive Learning

About

Recently, information retrieval has seen the emergence of dense retrievers, using neural networks, as an alternative to classical sparse methods based on term-frequency. These models have obtained state-of-the-art results on datasets and tasks where large training sets are available. However, they do not transfer well to new applications with no training data, and are outperformed by unsupervised term-frequency methods such as BM25. In this work, we explore the limits of contrastive learning as a way to train unsupervised dense retrievers and show that it leads to strong performance in various retrieval settings. On the BEIR benchmark our unsupervised model outperforms BM25 on 11 out of 15 datasets for the Recall@100. When used as pre-training before fine-tuning, either on a few thousands in-domain examples or on the large MS~MARCO dataset, our contrastive model leads to improvements on the BEIR benchmark. Finally, we evaluate our approach for multi-lingual retrieval, where training data is even scarcer than for English, and show that our approach leads to strong unsupervised performance. Our model also exhibits strong cross-lingual transfer when fine-tuned on supervised English data only and evaluated on low resources language such as Swahili. We show that our unsupervised models can perform cross-lingual retrieval between different scripts, such as retrieving English documents from Arabic queries, which would not be possible with term matching methods.

Gautier Izacard, Mathilde Caron, Lucas Hosseini, Sebastian Riedel, Piotr Bojanowski, Armand Joulin, Edouard Grave• 2021

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringHotpotQA (test)
F162.3
198
Multi-hop Question Answering2WikiMultiHopQA (test)--
143
Multi-hop Question AnsweringMuSiQue (test)
F131.3
111
Document RankingTREC DL Track 2019 (test)
nDCG@1062.1
96
RetrievalMS MARCO (dev)
MRR@100.341
84
Multi-hop Question AnsweringHotpotQA
F137.4
79
Question AnsweringHotpotQA
EM20.34
79
Information RetrievalBEIR (test)
TREC-COVID Score70.1
76
Question Answering2WikiMultiHopQA (test)--
69
Passage retrievalTriviaQA (test)
Top-100 Acc83.2
67
Showing 10 of 149 rows
...

Other info

Code

Follow for update