paper-with-me

홈 › Papers

ADORE: Iterative Query Expansion with Retrieval-Grounded Relevance Feedback

2026-06-11 · Amin Bigdeli, Negar Arabzadeh, Radin Hamidi Rad, Sajad Ebrahimi, Charles L. A. Clarke, Ebrahim Bagheri arxiv

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, amplify misleading vocabulary, or miss terms that distinguish relevant from non-relevant documents. We argue that effective expansion requires retrieval-grounded feedback, not just single-pass generation or unverified iteration. We introduce ADORE (ADapt, Observe, Relevance Evaluate), an iterative framework that turns retrieval outcomes into feedback for the next expansion. At each round, an LLM generates pseudo-passages, a retriever exposes the corpus response, and a relevance assessor evaluates retrieved documents against the original query. These judgments identify what to reinforce, what remains undercovered, and what to suppress. Across TREC Deep Learning, BEIR, and BRIGHT, ADORE consistently outperforms strong query expansion baselines with notable improvements across nearly all evaluation settings, improving average nDCG@10 by 24.5% over BM25 and 3.6% over the strongest prior query expansion method on BEIR, and by 122.9% over BM25 and 9.2% over the best query expansion baseline on BRIGHT. Our code and data are publicly available.

📄 PDF Abstract BibTeX arXiv:2606.13905

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LITTA: Late-Interaction and Test-Time Alignment for Visually-Grounded Multimodal Retrieval

2026-03-10 · Seonok Kim arxiv

Retrieving relevant evidence from visually rich documents such as textbooks, technical reports, and manuals is challenging due to long context, complex layouts, and weak lexical overlap between user questions and support…

Knowledge-Aware Query Expansion with Large Language Models for Textual and Relational Retrieval

2024-10-17 · Yu Xia, Junda Wu, Sungchul Kim, Tong Yu 외

Large language models (LLMs) have been used to generate query expansions augmenting original queries for improving information search. Recent studies also explore providing LLMs with initial retrieval results to generate…

Retrieval

Progressive Query Expansion for Retrieval Over Cost-constrained Data Sources

2024-06-11 · Muhammad Shihab Rashid, Jannat Ara Meem, Yue Dong, Vagelis Hristidis

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…

HallucinationRetrieval

Leveraging Translation For Optimal Recall: Tailoring LLM Personalization With User Profiles

2024-02-21 · Karthik Ravichandran, Sarmistha Sarna Gomasta

This paper explores a novel technique for improving recall in cross-language information retrieval (CLIR) systems using iterative query refinement grounded in the user's lexical-semantic space. The proposed methodology c…

Information RetrievalRe-RankingRetrievalTranslation

Experiments on Manual Thesaurus based Query Expansion for Ad-hoc Monolingual Gujarati Information Retrieval Tasks

2020-01-18 · Hardik Joshi, Jyoti Pareek

In this paper, we present the experimental work done on Query Expansion (QE) for retrieval tasks of Gujarati text documents. In information retrieval, it is very difficult to estimate the exact user need, query expansion…

Information RetrievalRetrieval