Reproducing Adaptive Reranking for Reasoning-Intensive IR
Mandeep Rathee, V Venktesh, Sean MacAvaney, Avishek Anand
TLDR
This paper reproduces Graph-based Adaptive Reranking (GAR) for reasoning-intensive IR, showing it boosts effectiveness with minimal overhead.
Key contributions
- Replicated Graph-based Adaptive Reranking (GAR) on the BRIGHT reasoning-intensive benchmark.
- Demonstrated GAR boosts effectiveness for reasoning-intensive queries across diverse reranking models.
- Confirmed GAR improves retrieval quality with minimal computational overhead.
- Emphasized the critical role of reranker signal quality in corpus graph exploration.
Why it matters
Reasoning-intensive queries challenge traditional retrieval's bounded recall. This paper validates adaptive reranking (GAR) significantly boosts performance with minimal overhead, enabling practical deployment of advanced systems.
Original Abstract
The classical cascading pipeline of retrieve--rerank suffers from a bounded recall problem, stemming from limitations of the first-stage retriever. Most current approaches address the bounded recall problem by improving the first-stage retriever, but this incurs substantial training and inference costs, especially to handle queries that require substantial reasoning. To circumvent the computational costs of reasoning-based retrievers, we replicate the findings of GAR, Graph-based Adaptive Reranking, on the BRIGHT reasoning-intensive retrieval benchmark. GAR addresses the bounded recall problem by modifying the reranking process itself through iterative exploration of a corpus graph, but it was previously only tested on models designed for topical and question-answering-style queries. Hence, reproduce GAR in reasoning-intensive settings with reasoning and non-reasoning reranking models. We observe that the quality of the reranker's signal plays an important role in identifying additional relevant documents within the corpus graph. Overall, we find that GAR boosts the effectiveness of reasoning-intensive retrieval across a variety of models while contributing minimally to computational overheads. Ultimately, this work enables more practical deployment of retrieval systems that can address reasoning-intensive queries.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.