paper-with-me

홈 › Papers

Selecting which Dense Retriever to use for Zero-Shot Search

2023-09-18 · Ekaterina Khramtsova, Shengyao Zhuang, Mahsa Baktashmotlagh, Xi Wang, Guido Zuccon

We propose the new problem of choosing which dense retrieval model to use when searching on a new collection for which no labels are available, i.e. in a zero-shot setting. Many dense retrieval models are readily available. Each model however is characterized by very differing search effectiveness -- not just on the test portion of the datasets in which the dense representations have been learned but, importantly, also across different datasets for which data was not used to learn the dense representations. This is because dense retrievers typically require training on a large amount of labeled data to achieve satisfactory search effectiveness in a specific dataset or domain. Moreover, effectiveness gains obtained by dense retrievers on datasets for which they are able to observe labels during training, do not necessarily generalise to datasets that have not been observed during training. This is however a hard problem: through empirical experimentation we show that methods inspired by recent work in unsupervised performance evaluation with the presence of domain shift in the area of computer vision and machine learning are not effective for choosing highly performing dense retrievers in our setup. The availability of reliable methods for the selection of dense retrieval models in zero-shot settings that do not require the collection of labels for evaluation would allow to streamline the widespread adoption of dense retrieval. This is therefore an important new problem we believe the information retrieval community should consider. Implementation of methods, along with raw result files and analysis scripts are made publicly available at https://www.github.com/anonymized.

📄 PDF Abstract BibTeX arXiv:2309.09403

Code (0)

등록된 구현이 없습니다.

Tasks

Information 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

Injecting Domain Adaptation with Learning-to-hash for Effective and Efficient Zero-shot Dense Retrieval

2022-05-23 · Nandan Thakur, Nils Reimers, Jimmy Lin

Dense retrieval overcome the lexical gap and has shown great success in ad-hoc information retrieval (IR). Despite their success, dense retrievers are expensive to serve across practical use cases. For use cases requirin…

Ad-Hoc Information RetrievalCPUDomain AdaptationInformation Retrieval+3

The Multilingual Curse at the Retrieval Layer: Evidence from Amharic

2026-05-23 · Yosef Worku Alemneh, Kidist Amde Mekonnen, Maarten de Rijke arxiv

Multilingual retrieval increasingly underpins cross-lingual question answering and retrieval-augmented generation. Strong zero-shot scores on multilingual benchmarks are often taken as evidence that current encoders tran…

Cross-Lingual Question AnsweringPassage Retrieval

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

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