paper-with-me

홈 › Papers

Superintelligent Retrieval Agent: The Next Frontier of Agentic Retrieval

2026-05-07 · Zeyu Yang, Qi Ma, Jason Chen, Anshumali Shrivastava arxiv

Retrieval-augmented agents are increasingly the interface to large knowledge bases, yet most treat retrieval as a black box: they issue exploratory queries, inspect snippets, and reformulate until evidence emerges. This resembles how a newcomer searches an unfamiliar database rather than how an expert navigates it with strong priors about terminology and likely evidence, causing extra retrieval rounds, latency, and poor recall. We introduce \textit{Superintelligent Retrieval Agent} (SIRA), which casts \emph{superintelligence} in retrieval as compressing multi-round exploratory search into a single corpus-discriminative retrieval action. SIRA does not merely ask which terms are relevant; it asks which terms separate the desired evidence from corpus-level confusers. Offline, an LLM enriches each document with missing search vocabulary; at query time, it predicts evidence vocabulary the query omits; and corpus statistics serve as tool calls that filter terms that are absent, overly common, or unlikely to create retrieval margin. The final step is a single weighted BM25 call combining the query with the validated expansion. Across ten BEIR benchmarks, SIRA achieves the strongest average retrieval performance in our comparison, beating dense retrievers, learned sparse retrievers, and LLM search-agent baselines while using no relevance labels or retriever fine-tuning. On downstream QA, its retrieval-only answer coverage exceeds recent RL-trained agentic QA systems on NQ and HotpotQA. We also introduce \textbf{BrowseComp-Wikipedia}, a hard-search benchmark of 232 BrowseComp-derived queries over a 25,587,229-document Wikipedia index. Even without index-time enrichment, using only grounded Wikipedia categories, SIRA outperforms multi-round Perplexity agents at every budget, reaching 9.70% Recall@1, 15.27% Recall@10, and 36.14% Recall@100.

📄 PDF Abstract BibTeX arXiv:2605.06647

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic Information Retrieval

2024-10-13 · Weinan Zhang, Junwei Liao, Ning li, Kounianhua Du 외

Since the 1970s, information retrieval (IR) has long been defined as the process of acquiring relevant information items from a pre-defined corpus to satisfy user information needs. Traditional IR systems, while effectiv…

Information RetrievalRecommendation SystemsRetrieval

MIRAGE: Auditing Anti-Muslim Bias in Frontier LLMs Across Reasoning, Agentic, and Time-Coupled Conditions

2026-06-15 · Noor Islam S. Mohammad, Tamim Sheikh arxiv

Five years after the discovery of persistent anti-Muslim bias in large language models, most evaluations remain confined to single-turn prompt completion, a setting that no longer reflects how frontier LLMs are deployed.…

Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities

2025-07-07 · Gheorghe Comanici, Eric Bieber, Mike Schaekermann, Ice Pasupat 외

In this report, we introduce the Gemini 2.X model family: Gemini 2.5 Pro and Gemini 2.5 Flash, as well as our earlier Gemini 2.0 Flash and Flash-Lite models. Gemini 2.5 Pro is our most capable model yet, achieving SoTA p…

Tool-R0: Self-Evolving LLM Agents for Tool-Learning from Zero Data

2026-02-24 · Emre Can Acikgoz, Cheng Qian, Jonas Hübotter, Heng Ji 외 arxiv

Large language models (LLMs) are becoming the foundation for autonomous agents that can use tools to solve complex tasks. Reinforcement learning (RL) has emerged as a common approach for injecting such agentic capabiliti…

Reinforcement Learning

Toward Training Superintelligent Software Agents through Self-Play SWE-RL

2025-12-21 · Yuxiang Wei, Zhiqing Sun, Emily McMilin, Jonas Gehring 외 arxiv

While current software agents powered by large language models (LLMs) and agentic reinforcement learning (RL) can boost programmer productivity, their training data (e.g., GitHub issues and pull requests) and environment…

Reinforcement Learning