Share your thoughts, 1 month free Claude Pro on usSee more
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 Answering2WikiMultihopQA
EM57.5
559
Multi-hop Question AnsweringHotpotQA (test)
F162.3
311
Question Answering2Wiki
EM38.02
241
Multi-hop Question Answering2WikiMultiHopQA (test)--
226
Multi-hop Question Answering2Wiki
Exact Match29.44
215
Text-to-SQLSpider (test)--
213
Question AnsweringHotpotQA
EM20.34
173
Multi-hop QAHotpotQA
Exact Match51.3
143
Text-to-SQLSpider
Exec Acc (All)70.1
139
Document RankingTREC DL Track 2019 (test)
nDCG@1062.1
133
Showing 10 of 255 rows
...

Other info

Code

Follow for update