Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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 the quality of the generated documents, which often requires complex prompt strategies and the integration of advanced dense retrieval techniques. This can be both costly and computationally intensive. To mitigate these limitations, we explore the use of zero-shot LLM-based query expansion to improve sparse retrieval, particularly for learned sparse retrievers. We introduce a novel fusion ranking framework, Exp4Fuse, which enhances the performance of sparse retrievers through an indirect application of zero-shot LLM-based query expansion. Exp4Fuse operates by simultaneously considering two retrieval routes-one based on the original query and the other on the LLM-augmented query. It then generates two ranked lists using a sparse retriever and fuses them using a modified reciprocal rank fusion method. We conduct extensive evaluations of Exp4Fuse against leading LLM-based query expansion methods and advanced retrieval techniques on three MS MARCO-related datasets and seven low-resource datasets. Experimental results reveal that Exp4Fuse not only surpasses existing LLM-based query expansion methods in enhancing sparse retrievers but also, when combined with advanced sparse retrievers, achieves SOTA results on several benchmarks. This highlights the superior performance and effectiveness of Exp4Fuse in improving query expansion for sparse retrieval.

Lingyuan Liu, Mengxiang Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Information RetrievalBEIR (test)--
76
Web Search RetrievalTREC DL 19
nDCG@1077.6
22
Information RetrievalSciFact BEIR (test)
nDCG@1073.8
22
Web Search RetrievalTREC DL 20
nDCG@1073.8
22
Information RetrievalDBPedia BEIR (test)
nDCG@1047.2
18
Web Search RetrievalMS MARCO (dev)
MRR@100.398
17
Information RetrievalFIQA BEIR (test)
nDCG@1036.5
15
Information RetrievalTouche BEIR 2020 (test)
nDCG@1051.2
12
Information RetrievalNQ BEIR (test)
nDCG@100.613
9
Information RetrievalRobust04 BEIR (test)
nDCG@100.531
7
Showing 10 of 10 rows

Other info

Code

Follow for update