DIVER: A Multi-Stage Approach for Reasoning-intensive Information Retrieval
About
Retrieval-augmented generation has achieved strong performance on knowledge-intensive tasks where query-document relevance can be identified through direct lexical or semantic matches. However, many real-world queries involve abstract reasoning, analogical thinking, or multi-step inference, which existing retrievers often struggle to capture. To address this challenge, we present DIVER, a retrieval pipeline designed for reasoning-intensive information retrieval. It consists of four components. The document preprocessing stage enhances readability and preserves content by cleaning noisy texts and segmenting long documents. The query expansion stage leverages large language models to iteratively refine user queries with explicit reasoning and evidence from retrieved documents. The retrieval stage employs a model fine-tuned on synthetic data spanning medical and mathematical domains, along with hard negatives, enabling effective handling of reasoning-intensive queries. Finally, the reranking stage combines pointwise and listwise strategies to produce both fine-grained and globally consistent rankings. On the BRIGHT benchmark, DIVER achieves state-of-the-art nDCG@10 scores of 46.8 overall and 31.9 on original queries, consistently outperforming competitive reasoning-aware models. These results demonstrate the effectiveness of reasoning-aware retrieval strategies in complex real-world tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Information Retrieval | BRIGHT | Mean nDCG@1028.9 | 94 | |
| Passage Reranking | BRIGHT | NDCG@10 (Avg)32.9 | 54 | |
| Information Retrieval | BRIGHT v1 (test) | nDCG@10 (Avg)46.8 | 22 | |
| Agentic Retrieval | BRIGHT-PRO (test) | Retrieval Count (#R)6.57 | 20 | |
| Medical Information Retrieval | R2MED (original queries) | Average (nDCG@10)32.23 | 19 | |
| Reasoning-based Retrieval | BRIGHT 1.0 (test) | NDCG@10 (Bio.)60 | 16 | |
| Information Retrieval | BRIGHT static retrieval setting PRO | NDCG@10 (Overall)30.6 | 13 | |
| Retrieval | BRIGHT v1 (leaderboard) | Average Retrieval Score46.8 | 12 | |
| Document Reranking | BEIR | Average NDCG@1052.9 | 12 | |
| Reranking | R2MED (test) | Average Score42.9 | 12 |