ADORE: Iterative Query Expansion with Retrieval-Grounded Relevance Feedback

23d ago · Global · primary source: export.arxiv.org

A new iterative framework called ADORE improves information retrieval by grounding query expansion in actual retrieval outcomes rather than relying solely on language-model generation, according to a paper submitted June 11, 2026 [1]. The framework, whose name stands for ADapt, Observe, Relevance Evaluate, operates in three steps per round: an LLM generates pseudo-passages conditioned on the original query and prior feedback, a retriever exposes how the target corpus responds, and a relevance assessor evaluates the retrieved documents against the original query [3]. Those judgments are converted into structured feedback that identifies what to reinforce, what remains undercovered, and what to suppress [3]. By anchoring all relevance assessments to the original query, ADORE aims to prevent the retrieval drift that can occur when expansions are generated without checking corpus behavior [3]. Most existing LLM-based query expansion methods remain generation-driven, producing plausible pseudo-documents or expansions without verifying how the target corpus responds [1]. That approach can amplify misleading vocabulary or miss terms that distinguish relevant from non-relevant documents [2]. Earlier work relied on pseudo-relevance feedback, which extracts terms from initially retrieved documents, but those documents can be noisy and undermine ranking quality [6]. A separate recent study proposed ProQE, a progressive query expansion algorithm that combines classic pseudo-relevance feedback with LLMs and uses an LLM as a relevance judge for each returned result [6]. ADORE differs by separating generation from evaluation explicitly, turning retrieval outcomes into structured feedback rather than feeding raw passages back to the generator and expecting it to infer what matters [4]. On the BEIR benchmark, ADORE improved average nDCG@10 by 24.5% over BM25 and by 3.6% over the strongest prior query expansion method [1]. On the reasoning-intensive BRIGHT benchmark, the gains were larger: 122.9% over BM25 and 9.2% over the best query expansion baseline [5]. The framework was also evaluated on TREC Deep Learning and consistently outperformed strong baselines across nearly all settings [1]. The authors have released the code and data publicly [2].

model-releaseresearch-paperproduct-launchtool-release

Background sources we checked (10)
  • arxiv.org ↗ LLM-based query expansion improves retrieval by enriching the original query with additional context. Yet most methods remain generation-driven, producing plausible pseudo-documents or expansions without checking how the target corpus responds. This can introduce retrieval drift,…
  • arxiv.org ↗ LLM-based query expansion improves retrieval by enriching the original query with additional context. Yet most methods remain generation-driven, producing plausible pseudo-documents or expansions without checking how the target corpus responds. This can introduce retrieval drift,…
  • arxiv.org ↗ LLM-based query expansion improves retrieval by enriching the original query with additional context. Yet most methods remain generation-driven, producing plausible pseudo-documents or expansions without checking how the target corpus responds. This can introduce retrieval drift,…
  • arxiv.org ↗ LLM-based query expansion improves retrieval by enriching the original query with additional context. Yet most methods remain generation-driven, producing plausible pseudo-documents or expansions without checking how the target corpus responds. This can introduce retrieval drift,…
  • arxiv.org ↗ Query expansion has been employed for a long time to improve the accuracy of query retrievers. Earlier works relied on pseudo-relevance feedback (PRF) techniques, which augment a query with terms extracted from documents retrieved in a first stage. However, the documents may be n…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
  • en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…

Sources

Spot something wrong? Report an issue