paper-with-me

홈 › Papers

Can Query Expansion Improve Generalization of Strong Cross-Encoder Rankers?

2023-11-15 · Minghan Li, Honglei Zhuang, Kai Hui, Zhen Qin, Jimmy Lin, Rolf Jagerman, Xuanhui Wang, Michael Bendersky

Query expansion has been widely used to improve the search results of first-stage retrievers, yet its influence on second-stage, cross-encoder rankers remains under-explored. A recent work of Weller et al. [44] shows that current expansion techniques benefit weaker models such as DPR and BM25 but harm stronger rankers such as MonoT5. In this paper, we re-examine this conclusion and raise the following question: Can query expansion improve generalization of strong cross-encoder rankers? To answer this question, we first apply popular query expansion methods to state-of-the-art cross-encoder rankers and verify the deteriorated zero-shot performance. We identify two vital steps for cross-encoders in the experiment: high-quality keyword generation and minimal-disruptive query modification. We show that it is possible to improve the generalization of a strong neural ranker, by prompt engineering and aggregating the ranking results of each expanded query via fusion. Specifically, we first call an instruction-following language model to generate keywords through a reasoning chain. Leveraging self-consistency and reciprocal rank weighting, we further combine the ranking results of each expanded query dynamically. Experiments on BEIR and TREC Deep Learning 2019/2020 show that the nDCG@10 scores of both MonoT5 and RankT5 following these steps are improved, which points out a direction for applying query expansion to strong cross-encoder rankers.

📄 PDF Abstract BibTeX arXiv:2311.09175

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLanguage ModellingLarge Language ModelPrompt Engineering

Similar Papers 제목 키워드 기반

When do Generative Query and Document Expansions Fail? A Comprehensive Study Across Methods, Retrievers, and Datasets

2023-09-15 · Orion Weller, Kyle Lo, David Wadden, Dawn Lawrie 외

Using large language models (LMs) for query or document expansion can improve generalization in information retrieval. However, it is unknown whether these techniques are universally beneficial or only effective in speci…

Information RetrievalRetrieval

ADORE: Iterative Query Expansion with Retrieval-Grounded Relevance Feedback

2026-06-11 · Amin Bigdeli, Negar Arabzadeh, Radin Hamidi Rad, Sajad Ebrahimi 외 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…

Compute Allocation for Reasoning-Intensive Retrieval Agents

2026-03-15 · Sreeja Apparaju, Nilesh Gupta arxiv

As agents operate over long horizons, their memory stores grow continuously, making retrieval critical to accessing relevant information. Many agent queries require reasoning-intensive retrieval, where the connection bet…

Estimating Robust Query Models with Convex Optimization

2008-12-01 · NeurIPS 2008 12 · Kevyn Collins-Thompson

Query expansion is a long-studied approach for improving retrieval effectiveness by enhancing the user’s original query with additional related terms. Current algorithms for automatic query expansion have been shown to…

Retrieval

Beyond the Reranker: Do RAG Retrieval Enhancements Help Once a Strong Reranker Is Present?

2026-06-14 · Sadanand Singh, Allam Reddy, Manan Chopra arxiv

Retrieval-augmented generation (RAG) is routinely extended with methods meant to improve retrieval: query expansion, hierarchical and cross-document summarization, graph-based expansion, per-query routing, rank fusion, a…

Document Summarization