Your Dense Retriever is Secretly an Expeditious Reasoner
Zhang, Yichi, Bai, Jun, Cai, Zhixin, Qin, Shuhan, Chen, Zhuofan, Guan, Jinghua, Rong, Wenge
–arXiv.org Artificial Intelligence
Dense retrievers enhance retrieval by encoding queries and documents into continuous vectors, but they often struggle with reasoning-intensive queries. Although Large Language Models (LLMs) can reformulate queries to capture complex reasoning, applying them universally incurs significant computational cost. In this work, we propose Adaptive Query Reasoning (AdaQR), a hybrid query rewriting framework. Within this framework, a Reasoner Router dynamically directs each query to either fast dense reasoning or deep LLM reasoning. The dense reasoning is achieved by the Dense Reasoner, which performs LLM-style reasoning directly in the embedding space, enabling a controllable trade-off between efficiency and accuracy. Right: AdaQR on the ReasonIR-8B dense retriever yields substantial gains in retrieval performance and query rewriting efficiency on BRIGHT benchmark. Information Retrieval (IR) is a fundamental technology that bridges user queries and relevant documents across vast corpora.
arXiv.org Artificial Intelligence
Oct-29-2025