paper-with-me

Papers

Query2doc: Query Expansion with Large Language Models

2023-03-14 · Liang Wang, Nan Yang, Furu Wei

This paper introduces a simple yet effective query expansion approach, denoted as query2doc, to improve both sparse and dense retrieval systems. The proposed method first generates pseudo-documents by few-shot prompting large language models (LLMs), and then expands the query with generated pseudo-documents. LLMs are trained on web-scale text corpora and are adept at knowledge memorization. The pseudo-documents from LLMs often contain highly relevant information that can aid in query disambiguation and guide the retrievers. Experimental results demonstrate that query2doc boosts the performance of BM25 by 3% to 15% on ad-hoc IR datasets, such as MS-MARCO and TREC DL, without any model fine-tuning. Furthermore, our method also benefits state-of-the-art dense retrievers in terms of both in-domain and out-of-domain results.

📄 PDF Abstract BibTeX arXiv:2303.07678

Code (0)

등록된 구현이 없습니다.

Tasks

MemorizationRetrieval

Similar Papers 제목 키워드 기반

Query Expansion by Prompting Large Language Models

2023-05-05 · Rolf Jagerman, Honglei Zhuang, Zhen Qin, Xuanhui Wang 외

Query expansion is a widely used technique to improve the recall of search systems. In this paper, we propose an approach to query expansion that leverages the generative abilities of Large Language Models (LLMs). Unlike…

BERT-QE: Contextualized Query Expansion for Document Re-ranking

2020-09-15 · Findings of the Association for Computational Linguistics 2020 · Zhi Zheng, Kai Hui, Ben He, Xianpei Han 외

Query expansion aims to mitigate the mismatch between the language used in a query and in a document. However, query expansion methods can suffer from introducing non-relevant information when expanding the query. To bri…

Re-RankingRetrieval

Exp4Fuse: A Rank Fusion Framework for Enhanced Sparse Retrieval using Large Language Model-based Query Expansion

2025-06-05 · Lingyuan Liu, Mengxiang Zhang

Large Language Models (LLMs) have shown potential in generating hypothetical documents for query expansion, thereby enhancing information retrieval performance. However, the efficacy of this method is highly dependent on…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+1

Corpus-Steered Query Expansion with Large Language Models

2024-02-28 · Yibin Lei, Yu Cao, Tianyi Zhou, Tao Shen 외

Recent studies demonstrate that query expansions generated by large language models (LLMs) can considerably enhance information retrieval systems by generating hypothetical documents that answer the queries as expansions…

Information RetrievalRetrieval

Coupled intrinsic and extrinsic human language resource-based query expansion

2020-04-23 · Bhawani Selvaretnam, Mohammed Belkhatir

Poor information retrieval performance has often been attributed to the query-document vocabulary mismatch problem which is defined as the difficulty for human users to formulate precise natural language queries that are…

Information RetrievalLanguage ModelingLanguage ModellingNatural Language Queries+1