paper-with-me

홈 › Papers

AugTriever: Unsupervised Dense Retrieval and Domain Adaptation by Scalable Data Augmentation

2022-12-17 · Rui Meng, Ye Liu, Semih Yavuz, Divyansh Agarwal, Lifu Tu, Ning Yu, JianGuo Zhang, Meghana Bhat, Yingbo Zhou

Dense retrievers have made significant strides in text retrieval and open-domain question answering. However, most of these achievements have relied heavily on extensive human-annotated supervision. In this study, we aim to develop unsupervised methods for improving dense retrieval models. We propose two approaches that enable annotation-free and scalable training by creating pseudo querydocument pairs: query extraction and transferred query generation. The query extraction method involves selecting salient spans from the original document to generate pseudo queries. On the other hand, the transferred query generation method utilizes generation models trained for other NLP tasks, such as summarization, to produce pseudo queries. Through extensive experimentation, we demonstrate that models trained using these augmentation methods can achieve comparable, if not better, performance than multiple strong dense baselines. Moreover, combining these strategies leads to further improvements, resulting in superior performance of unsupervised dense retrieval, unsupervised domain adaptation and supervised finetuning, benchmarked on both BEIR and ODQA datasets. Code and datasets are publicly available at https://github.com/salesforce/AugTriever.

📄 PDF Abstract BibTeX arXiv:2212.08841

Code (1)

salesforce/augtriever 공식 구현 pytorch

Tasks

Data AugmentationDomain AdaptationOpen-Domain Question AnsweringQuestion AnsweringRetrievalText RetrievalUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

GPL: Generative Pseudo Labeling for Unsupervised Domain Adaptation of Dense Retrieval

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Dense retrieval approaches can overcome the lexical gap and lead to significantly improved search results. However, they require large amounts of training data which is not available for most domains. As shown in previou…

Domain AdaptationRetrievalUnsupervised Domain Adaptation

GPL: Generative Pseudo Labeling for Unsupervised Domain Adaptation of Dense Retrieval

2021-12-14 · NAACL 2022 7 · Kexin Wang, Nandan Thakur, Nils Reimers, Iryna Gurevych

Dense retrieval approaches can overcome the lexical gap and lead to significantly improved search results. However, they require large amounts of training data which is not available for most domains. As shown in previou…

Domain AdaptationRetrievalUnsupervised Domain AdaptationZero-shot Text Search

Dense Retrieval Adaptation using Target Domain Description

2023-07-06 · Helia Hashemi, Yong Zhuang, Sachith Sri Ram Kothur, Srivas Prasad 외

In information retrieval (IR), domain adaptation is the process of adapting a retrieval model to a new domain whose data distribution is different from the source domain. Existing methods in this area focus on unsupervis…

Domain AdaptationInformation RetrievalRetrievalUnsupervised Domain Adaptation

Interpretability Analysis of Domain Adapted Dense Retrievers

2025-01-24 · Goksenin Yuksel, Jaap Kamps

Dense retrievers have demonstrated significant potential for neural information retrieval; however, they exhibit a lack of robustness to domain shifts, thereby limiting their efficacy in zero-shot settings across diverse…

Biomedical Information RetrievalDomain AdaptationInformation RetrievalQuestion Answering+2

Boot and Switch: Alternating Distillation for Zero-Shot Dense Retrieval

2023-11-27 · Fan Jiang, Qiongkai Xu, Tom Drummond, Trevor Cohn

Neural 'dense' retrieval models are state of the art for many datasets, however these models often exhibit limited domain transfer ability. Existing approaches to adaptation are unwieldy, such as requiring explicit super…

Passage RetrievalRetrieval