IRCLJun 5, 2023

Unsupervised Dense Retrieval with Relevance-Aware Contrastive Pre-Training

arXiv:2306.03166v1247 citationsh-index: 36Has Code
Originality Incremental advance
AI Analysis

This work addresses the data scarcity issue in dense retrieval for information retrieval applications, offering an incremental improvement over existing contrastive pre-training methods.

The paper tackles the problem of irrelevant pseudo-positive examples in unsupervised dense retrieval by proposing relevance-aware contrastive learning, which improves the SOTA Contriever model on BEIR and open-domain QA benchmarks, achieving competitive performance against BM25 and enabling few-shot learning.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes