TL;DR
The paper introduces SIRA, a retrieval method that uses large language models and corpus statistics to perform a single, highly effective retrieval step, surpassing multi-round methods in accuracy and efficiency.
Contribution
SIRA is a novel retrieval approach that compresses multi-round exploratory search into one guided, corpus-discriminative retrieval action using LLMs and statistical filtering.
Findings
SIRA outperforms dense retrievers on ten BEIR benchmarks.
SIRA surpasses state-of-the-art multi-round agentic baselines.
SIRA achieves high performance with a single, well-formed lexical query.
Abstract
Retrieval-augmented agents are increasingly the interface to large organizational knowledge bases, yet most still treat retrieval as a black box: they issue exploratory queries, inspect returned snippets, and iteratively reformulate until useful evidence emerges. This approach resembles how a newcomer searches an unfamiliar database rather than how an expert navigates it with strong priors about terminology and likely evidence, and results in unnecessary retrieval rounds, increased latency, and poor recall. We introduce \textit{SuperIntelligent Retrieval Agent} (SIRA), which defines \emph{superintelligence} in retrieval as the ability to compress multi-round exploratory search into a single corpus-discriminative retrieval action. SIRA does not merely ask what terms are relevant to the query; it asks which terms are likely to separate the desired evidence from corpus-level confusers.…
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.
