Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Query2doc: Query Expansion with Large Language Models

About

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.

Liang Wang, Nan Yang, Furu Wei• 2023

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMultihopQA
EM38
387
Multi-hop Question AnsweringHotpotQA
F1 Score67.65
294
Multi-hop Question AnsweringMuSiQue
EM22
185
Information RetrievalBEIR v1.0.0 (test)--
65
Medical Question AnsweringMMLU Med
Accuracy61.2
61
Information RetrievalTREC DL 19
nDCG@1062.36
61
Information RetrievalTREC DL20
NDCG@1062.9
50
Tool CallingAPI-Bank L-1--
46
Information RetrievalTREC-COVID
NDCG@1072.2
44
Question AnsweringWebQA--
40
Showing 10 of 52 rows

Other info

Follow for update