paper-with-me

Papers

Large Language Models are Strong Zero-Shot Retriever

2023-04-27 · Tao Shen, Guodong Long, Xiubo Geng, Chongyang Tao, Tianyi Zhou, Daxin Jiang

In this work, we propose a simple method that applies a large language model (LLM) to large-scale retrieval in zero-shot scenarios. Our method, the Language language model as Retriever (LameR), is built upon no other neural models but an LLM, while breaking brute-force combinations of retrievers with LLMs and lifting the performance of zero-shot retrieval to be very competitive on benchmark datasets. Essentially, we propose to augment a query with its potential answers by prompting LLMs with a composition of the query and the query's in-domain candidates. The candidates, regardless of correct or wrong, are obtained by a vanilla retrieval procedure on the target collection. As a part of the prompts, they are likely to help LLM generate more precise answers by pattern imitation or candidate summarization. Even if all the candidates are wrong, the prompts at least make LLM aware of in-collection patterns and genres. Moreover, due to the low performance of a self-supervised retriever, the LLM-based query augmentation becomes less effective as the retriever bottlenecks the whole pipeline. Therefore, we propose to leverage a non-parametric lexicon-based method (e.g., BM25) as the retrieval module to capture query-document overlap in a literal fashion. As such, LameR makes the retrieval procedure transparent to the LLM, thus circumventing the performance bottleneck.

📄 PDF Abstract BibTeX arXiv:2304.14233

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelRetrieval

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

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

UPRISE: Universal Prompt Retrieval for Improving Zero-Shot Evaluation

2023-03-15 · Daixuan Cheng, Shaohan Huang, Junyu Bi, Yuefeng Zhan 외

Large Language Models (LLMs) are popular for their impressive abilities, but the need for model-specific fine-tuning or task-specific prompt engineering can hinder their generalization. We propose UPRISE (Universal Promp…

HallucinationPrompt EngineeringRetrieval

Augmenting Zero-Shot Dense Retrievers with Plug-in Mixture-of-Memories

2023-02-07 · Suyu Ge, Chenyan Xiong, Corby Rosset, Arnold Overwijk 외

In this paper we improve the zero-shot generalization ability of language models via Mixture-Of-Memory Augmentation (MoMA), a mechanism that retrieves augmentation documents from multiple information corpora ("external m…

RetrievalZero-shot Generalization

Open-source Large Language Models are Strong Zero-shot Query Likelihood Models for Document Ranking

2023-10-20 · Shengyao Zhuang, Bing Liu, Bevan Koopman, Guido Zuccon

In the field of information retrieval, Query Likelihood Models (QLMs) rank documents based on the probability of generating the query given the content of a document. Recently, advanced large language models (LLMs) have …

Document RankingInformation RetrievalQuestion GenerationQuestion-Generation+1

Tevatron 2.0: Unified Document Retrieval Toolkit across Scale, Language, and Modality

2025-05-05 · Xueguang Ma, Luyu Gao, Shengyao Zhuang, Jiaqi Samantha Zhan 외

Recent advancements in large language models (LLMs) have driven interest in billion-scale retrieval models with strong generalization across retrieval tasks and languages. Additionally, progress in large vision-language …

Retrieval