paper-with-me

홈 › Papers

Unsupervised Corpus Aware Language Model Pre-training for Dense Passage Retrieval

2021-08-12 · ACL 2022 5 · Luyu Gao, Jamie Callan

Recent research demonstrates the effectiveness of using fine-tuned language models~(LM) for dense retrieval. However, dense retrievers are hard to train, typically requiring heavily engineered fine-tuning pipelines to realize their full potential. In this paper, we identify and address two underlying problems of dense retrievers: i)~fragility to training data noise and ii)~requiring large batches to robustly learn the embedding space. We use the recently proposed Condenser pre-training architecture, which learns to condense information into the dense vector through LM pre-training. On top of it, we propose coCondenser, which adds an unsupervised corpus-level contrastive loss to warm up the passage embedding space. Retrieval experiments on MS-MARCO, Natural Question, and Trivia QA datasets show that coCondenser removes the need for heavy data engineering such as augmentation, synthesis, or filtering, as well as the need for large batch training. It shows comparable performance to RocketQA, a state-of-the-art, heavily engineered system, using simple small batch fine-tuning.

📄 PDF Abstract BibTeX arXiv:2108.05540

Code (1)

luyug/Condenser 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingPassage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Leveraging LLMs for Unsupervised Dense Retriever Ranking

2024-02-07 · Ekaterina Khramtsova, Shengyao Zhuang, Mahsa Baktashmotlagh, Guido Zuccon

In this paper we present Large Language Model Assisted Retrieval Model Ranking (LARMOR), an effective unsupervised approach that leverages LLMs for selecting which dense retriever to use on a test corpus (target). Dense …

Language ModellingLarge Language Model

Unsupervised Dense Retrieval with Relevance-Aware Contrastive Pre-Training

2023-06-05 · Yibin Lei, Liang Ding, Yu Cao, Changtong Zan 외

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 da…

Contrastive LearningRetrieval

DenseMP: Unsupervised Dense Pre-training for Few-shot Medical Image Segmentation

2023-07-13 · Zhaoxin Fan, Puquan Pan, Zeren Zhang, Ce Chen 외

Few-shot medical image semantic segmentation is of paramount importance in the domain of medical image analysis. However, existing methodologies grapple with the challenge of data scarcity during the training phase, lead…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+1

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

PromptReps: Prompting Large Language Models to Generate Dense and Sparse Representations for Zero-Shot Document Retrieval

2024-04-29 · Shengyao Zhuang, Xueguang Ma, Bevan Koopman, Jimmy Lin 외

Utilizing large language models (LLMs) for zero-shot document ranking is done in one of two ways: (1) prompt-based re-ranking methods, which require no further training but are only feasible for re-ranking a handful of c…

Document RankingRe-RankingRetrieval