Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Beyond Semantic Similarity: Rethinking Retrieval for Agentic Search via Direct Corpus Interaction

About

Modern retrieval systems, whether lexical or semantic, expose a corpus through a fixed similarity interface that compresses access into a single top-k retrieval step before reasoning. This abstraction is efficient, but for agentic search, it becomes a bottleneck: exact lexical constraints, sparse clue conjunctions, local context checks, and multi-step hypothesis refinement are difficult to implement by calling a conventional off-the-shelf retriever, and evidence filtered out early cannot be recovered by stronger downstream reasoning. Agentic tasks further exacerbate this limitation because they require agents to orchestrate multiple steps, including discovering intermediate entities, combining weak clues, and revising the plan after observing partial evidence. To tackle the limitation, we study direct corpus interaction (DCI), where an agent searches the raw corpus directly with general-purpose terminal tools (e.g., grep, file reads, shell commands, lightweight scripts), without any embedding model, vector index, or retrieval API. This approach requires no offline indexing and adapts naturally to evolving local corpora. Across IR benchmarks and end-to-end agentic search tasks, this simple setup substantially outperforms strong sparse, dense, and reranking baselines on several BRIGHT and BEIR datasets, and attains strong accuracy on BrowseComp-Plus and multi-hop QA without relying on any conventional semantic retriever. Our results indicate that as language agents become stronger, retrieval quality depends not only on reasoning ability but also on the resolution of the interface through which the model interacts with the corpus, with which DCI opens a broader interface-design space for agentic search.

Zhuofeng Li, Haoxiang Zhang, Cong Wei, Pan Lu, Ping Nie, Yi Lu, Yuyang Bai, Shangbin Feng, Hangxiao Zhu, Ming Zhong, Yuyu Zhang, Jianwen Xie, Yejin Choi, James Zou, Jiawei Han, Wenhu Chen, Jimmy Lin, Dongfu Jiang, Yu Zhang• 2026

Related benchmarks

TaskDatasetResultRank
Information RetrievalBEIR
SciFact0.757
174
Embodied Task CompletionAlfWorld
Success Rate41.7
106
Information RetrievalBRIGHT--
94
Search-based Question AnsweringBrowseComp+
Accuracy62.9
18
Interactive agentic task completionMemoryArena
Bundled Web Shop PS33.3
14
Agentic Information RetrievalBrowseComp-Plus 100k corpus (100-query sample)
Accuracy78
13
Agentic Question AnsweringAMABench
A-ALF Score32.2
10
Agentic Memory RetrievalMemoryAgentBench
Access Rate60
10
Long-context Question AnsweringLocomo
Accuracy (LoCoMo QA)46.5
10
Information RetrievalBRIGHT & BEIR Summary
Average NDCG@1068.5
8
Showing 10 of 17 rows

Other info

GitHub

Follow for update