Adaptive Retrieval for Reasoning-Intensive Retrieval
Jongho Kim, Jaeyoung Kim, Seung-won Hwang, Jihyuk Kim, Yu Jin Kim, Moontae Lee
TL;DR
REPAIR tackles reasoning-intensive retrieval by bridging reasoning-aware planning with selective adaptive retrieval. It introduces a Planning-based Step Reranker (PSR) that outputs an explicit reasoning plan and a dense step-level reward system, and a Step-Adaptive NAR (SAR) that uses these rewards to perform mid-course retrieval corrections. Through dense rewards (including a Baseline reward and a Consistency reward via a Bradley–Terry model), REPAIR directs adaptive retrieval to pivotal steps, achieving improved bridge-document coverage and recall. Empirical results on BRIGHT and multi-hop QA benchmarks show consistent gains over strong reranking and naive NAR baselines, with favorable efficiency characteristics and demonstrated synergy between PSR and SAR.
Abstract
We study leveraging adaptive retrieval to ensure sufficient "bridge" documents are retrieved for reasoning-intensive retrieval. Bridge documents are those that contribute to the reasoning process yet are not directly relevant to the initial query. While existing reasoning-based reranker pipelines attempt to surface these documents in ranking, they suffer from bounded recall. Naive solution with adaptive retrieval into these pipelines often leads to planning error propagation. To address this, we propose REPAIR, a framework that bridges this gap by repurposing reasoning plans as dense feedback signals for adaptive retrieval. Our key distinction is enabling mid-course correction during reranking through selective adaptive retrieval, retrieving documents that support the pivotal plan. Experimental results on reasoning-intensive retrieval and complex QA tasks demonstrate that our method outperforms existing baselines by 5.6%pt.
