paper-with-me

Papers

Unsupervised Dense Retrieval with Relevance-Aware Contrastive Pre-Training

2023-06-05 · Yibin Lei, Liang Ding, Yu Cao, Changtong Zan, Andrew Yates, DaCheng Tao

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.

📄 PDF Abstract BibTeX arXiv:2306.03166

Code (1)

yibin-lei/recontriever 공식 구현 pytorch

Tasks

Contrastive LearningRetrieval

Similar Papers 제목 키워드 기반

Precise Zero-Shot Dense Retrieval without Relevance Labels

2022-12-20 · Luyu Gao, Xueguang Ma, Jimmy Lin, Jamie Callan

While dense retrieval has been shown effective and efficient across tasks and languages, it remains difficult to create effective fully zero-shot dense retrieval systems when no relevance label is available. In this pape…

Fact VerificationInstruction FollowingLanguage ModelingLanguage Modelling+2

Unsupervised dense retrieval with conterfactual contrastive learning

2024-12-30 · Haitian Chen, Qingyao Ai, Xiao Wang, Yiqun Liu 외

Efficiently retrieving a concise set of candidates from a large document corpus remains a pivotal challenge in Information Retrieval (IR). Neural retrieval models, particularly dense retrieval models built with transform…

Contrastive LearningcounterfactualInformation RetrievalRetrieval+1

Graded Relevance Scoring of Written Essays with Dense Retrieval

2024-05-08 · Salam Albatarni, Sohaila Eltanbouly, Tamer Elsayed

Automated Essay Scoring automates the grading process of essays, providing a great advantage for improving the writing proficiency of students. While holistic essay scoring research is prevalent, a noticeable gap exists …

Automated Essay ScoringContrastive LearningRetrieval

The Voronoi Bottleneck: Capacity-Aware Dense Retrieval for Product Search

2026-06-09 · Charith Chandra Sai Balne, Rithwik Maramraju, Siddharth Pratap Singh, Rohit Upadhyay 외 arxiv

Dense embedding retrieval compresses all relevance information into a single inner product, imposing a fundamental geometric limit -- the Voronoi Bottleneck -- on the number of query-document relevance patterns expressib…

How to Train Your DRAGON: Diverse Augmentation Towards Generalizable Dense Retrieval

2023-02-15 · Sheng-Chieh Lin, Akari Asai, Minghan Li, Barlas Oguz 외

Various techniques have been developed in recent years to improve dense retrieval (DR), such as unsupervised contrastive learning and pseudo-query generation. Existing DRs, however, often suffer from effectiveness tradeo…

Contrastive LearningData AugmentationPassage RetrievalRetrieval+1