← Latest papers
🤖 AI

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

This paper proposes Direct Corpus Interaction (DCI), a retrieval paradigm where agents bypass fixed semantic interfaces to interact directly with raw corpora using general-purpose tools, demonstrating that this approach significantly outperforms traditional lexical and semantic retrievers on complex agentic search tasks by enabling flexible, multi-step evidence exploration without the need for offline indexing.

Original authors: 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
Published 2026-05-08
📖 4 min read☕ Coffee break read

Original authors: 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

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a detective trying to solve a complex mystery. You have a massive library of books (the "corpus") containing all the clues you need.

The Old Way: The Librarian with a Filter
Traditionally, when a detective (an AI agent) needs a clue, they ask a librarian (a "retriever") for help. The detective says, "I'm looking for something about a stolen diamond," and the librarian uses a special scanner to find the top 5 books that sound like they might be about diamonds. The librarian hands over just those 5 pages.

The problem? If the clue is actually hidden in a sentence on page 400 of a book the librarian didn't pick, the detective never sees it. Also, if the detective needs to check if a specific word appears exactly as written, or combine two weak clues ("find the book with 'diamond' AND 'red' AND '2024'"), the librarian's pre-filtered list often fails. The detective is stuck with what the librarian gave them, even if the librarian missed the real answer.

The New Way: The Detective with a Flashlight
This paper proposes a new method called Direct Corpus Interaction (DCI). Instead of asking a librarian to filter the books, the detective is given a flashlight and a key, and they walk into the library themselves.

They don't use a fancy scanner. Instead, they use simple, powerful tools they already know:

  • grep: A tool to shout "Find every page that says 'diamond'!" and instantly get every single match.
  • find: A tool to locate exactly which shelf a book is on.
  • head/tail: Tools to peek at just the beginning or end of a page without reading the whole thing.

Why is this better?
The authors argue that modern AI agents are getting smart enough to be their own librarians. When the agent can walk into the library and use these simple tools, they can:

  1. Be Exact: They can demand, "Show me only the pages where 'diamond' and 'red' appear in the same sentence." A standard librarian might miss this if the words are far apart.
  2. Follow the Trail: If they find a clue, they can immediately check the surrounding text to see if it connects to another clue, without waiting for a new "search" request.
  3. Avoid the "Top 5" Trap: They aren't limited to the top 5 results. If the answer is in the 500th book, they can find it.

The Results
The researchers tested this "flashlight" method against the "librarian" method on several difficult tasks:

  • Deep Research: On a test called BrowseComp-Plus, where agents had to solve complex riddles using a closed library of text, the flashlight method got 80% of the answers right, while the best librarian method only got 69%. It also cost less money to run.
  • Multi-Step Questions: On questions requiring multiple steps of logic (like "Who is the brother of the person who won the award in 2020?"), the flashlight method scored 83%, crushing the previous best method which scored only 52%.
  • Ranking: Even when the task was just to rank documents by relevance, the flashlight method was significantly more accurate.

The "Resolution" Concept
The paper introduces a cool concept called Resolution.

  • Low Resolution (The Librarian): You see the whole book as a blurry blob. You know it's about the topic, but you can't see the fine details.
  • High Resolution (The Flashlight): You can zoom in on a single word, a specific sentence, or a specific paragraph. You can verify the exact spelling and context.

The authors found that the flashlight method won not necessarily because it found more books, but because once it found a relevant book, it could zoom in and extract the exact, tiny piece of evidence needed to solve the puzzle. The librarian method often found the right book but couldn't "see" the specific clue inside it clearly enough.

The Catch
There is a trade-off. If the library is tiny, the librarian is fast. But if the library is huge and the detective has to search through millions of files, the flashlight method can get slow and expensive because the agent has to do more work to find the needle in the haystack. However, once the agent finds a promising file, the flashlight method is unbeatable at digging out the truth.

In Summary
This paper suggests that for smart AI agents, we should stop treating the "search" step as a black box that hands over a pre-filtered list. Instead, we should give the agent direct, high-resolution access to the raw data using simple command-line tools. This allows the agent to act more like a human researcher: hunting for clues, checking exact details, and piecing together evidence step-by-step, rather than just hoping the librarian picked the right pages.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →