Unsupervised Dense Information Retrieval with Contrastive Learning
Gautier Izacard, Mathilde Caron, Lucas Hosseini, Sebastian, Riedel, Piotr Bojanowski, Armand Joulin, Edouard Grave

TL;DR
This paper demonstrates that contrastive learning can effectively train unsupervised dense retrievers, achieving competitive results across multiple datasets, languages, and transfer scenarios, surpassing traditional methods like BM25.
Contribution
It introduces a contrastive learning approach for unsupervised dense retrieval that performs well without large labeled datasets and enables effective cross-lingual retrieval.
Findings
Outperforms BM25 on 11/15 datasets in BEIR benchmark.
Pre-training with contrastive learning improves fine-tuned retrieval performance.
Effective in low-resource and cross-lingual retrieval scenarios.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗facebook/contriever-msmarcomodel· 23k dl· ♡ 3323k dl♡ 33
- 🤗facebook/contrievermodel· 7.2M dl· ♡ 737.2M dl♡ 73
- 🤗nthakur/mcontriever-base-msmarcomodel· 95 dl· ♡ 795 dl♡ 7
- 🤗spencer/contriever_pipelinemodel· 1 dl1 dl
- 🤗CarperAI/carptriever-1model· 3 dl· ♡ 123 dl♡ 12
- 🤗mjwong/contriever-mnlimodel· 6 dl6 dl
- 🤗mjwong/contriever-msmarco-mnlimodel· 4 dl4 dl
- 🤗mjwong/mcontriever-msmarco-xnlimodel· 31 dl31 dl
- 🤗mjwong/mcontriever-xnlimodel· 8 dl8 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications
MethodsContrastive Learning
