Guiding Retrieval using LLM-based Listwise Rankers
Mandeep Rathee, Sean MacAvaney, and Avishek Anand

TL;DR
This paper introduces an adaptive retrieval method supporting listwise LLM rerankers, improving recall and relevance in search results by integrating feedback during retrieval, addressing the bounded recall problem.
Contribution
It adapts an existing adaptive retrieval approach to support listwise LLM rerankers, enabling more effective retrieval with minimal overhead and improved metrics.
Findings
Up to 13.23% improvement in nDCG@10
Recall increased by 28.02%
Maintains constant LLM inference costs
Abstract
Large Language Models (LLMs) have shown strong promise as rerankers, especially in ``listwise'' settings where an LLM is prompted to rerank several search results at once. However, this ``cascading'' retrieve-and-rerank approach is limited by the bounded recall problem: relevant documents not retrieved initially are permanently excluded from the final ranking. Adaptive retrieval techniques address this problem, but do not work with listwise rerankers because they assume a document's score is computed independently from other documents. In this paper, we propose an adaptation of an existing adaptive retrieval method that supports the listwise setting and helps guide the retrieval process itself (thereby overcoming the bounded recall problem for LLM rerankers). Specifically, our proposed algorithm merges results both from the initial ranking and feedback documents provided by the most…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEducational Technology and Assessment
