LLM-based Query Expansion Fails for Unfamiliar and Ambiguous Queries
Kenya Abe, Kunihiro Takeoka, Makoto P. Kato, Masafumi Oyamada
TL;DR
The paper investigates why LLM-based query expansion can degrade retrieval when the model lacks knowledge about a query or when a query is ambiguous. It presents a controlled, large-scale evaluation across multiple datasets, retrieval models, and QE methods (Q2E, Q2D, GaQR) and introduces a framework to evaluate LLM knowledge and query ambiguity in QE. Key findings show that knowledge gaps and high ambiguity reduce recall and overall effectiveness, especially in general-domain settings, with GaQR offering greater robustness under these conditions. The work provides practical guidance for when LLM-based QE is beneficial and points to adaptive strategies that account for knowledge and ambiguity in real-world retrieval tasks.
Abstract
Query expansion (QE) enhances retrieval by incorporating relevant terms, with large language models (LLMs) offering an effective alternative to traditional rule-based and statistical methods. However, LLM-based QE suffers from a fundamental limitation: it often fails to generate relevant knowledge, degrading search performance. Prior studies have focused on hallucination, yet its underlying cause--LLM knowledge deficiencies--remains underexplored. This paper systematically examines two failure cases in LLM-based QE: (1) when the LLM lacks query knowledge, leading to incorrect expansions, and (2) when the query is ambiguous, causing biased refinements that narrow search coverage. We conduct controlled experiments across multiple datasets, evaluating the effects of knowledge and query ambiguity on retrieval performance using sparse and dense retrieval models. Our results reveal that LLM-based QE can significantly degrade the retrieval effectiveness when knowledge in the LLM is insufficient or query ambiguity is high. We introduce a framework for evaluating QE under these conditions, providing insights into the limitations of LLM-based retrieval augmentation.
