Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Unsupervised Dense Retrieval with Relevance-Aware Contrastive Pre-Training

About

Dense retrievers have achieved impressive performance, but their demand for abundant training data limits their application scenarios. Contrastive pre-training, which constructs pseudo-positive examples from unlabeled data, has shown great potential to solve this problem. However, the pseudo-positive examples crafted by data augmentations can be irrelevant. To this end, we propose relevance-aware contrastive learning. It takes the intermediate-trained model itself as an imperfect oracle to estimate the relevance of positive pairs and adaptively weighs the contrastive loss of different pairs according to the estimated relevance. Our method consistently improves the SOTA unsupervised Contriever model on the BEIR and open-domain QA retrieval benchmarks. Further exploration shows that our method can not only beat BM25 after further pre-training on the target corpus but also serves as a good few-shot learner. Our code is publicly available at https://github.com/Yibin-Lei/ReContriever.

Yibin Lei, Liang Ding, Yu Cao, Changtong Zan, Andrew Yates, Dacheng Tao• 2023

Related benchmarks

TaskDatasetResultRank
Information RetrievalBEIR
SciFact0.664
120
Information RetrievalTREC-COVID
NDCG@1059.6
59
Semantic Textual SimilarityBIOSSES
Spearman Correlation83.3
55
Information RetrievalSciFact
nDCG@100.677
51
Re-rankingBEIR (test)
NQ44.6
46
Information RetrievalNFCorpus
nDCG@100.328
33
Information RetrievalSCIDOCS
NDCG@100.165
19
Sentence SimilaritySciFact Sentence
Spearman Correlation0.265
15
Question AnsweringPubMedQA
Recall@147.9
15
Open-domain retrievalNQ
Recall@2069.4
9
Showing 10 of 22 rows

Other info

Code

Follow for update