Diagnosing Search Behavior and Failure Modes in Long-Horizon Search Agents
2026-08-03 • Artificial Intelligence
Artificial IntelligenceComputation and LanguageInformation Retrieval
AI summaryⓘ
The authors studied how well deep search agents find and use information to answer tough questions by looking at each step the agents take when searching. They found that finding high-quality evidence is more important for good answers than just searching more or looking at more information. Sometimes agents keep searching even after they've found useful facts, which leads to wasted effort. The authors suggest improving how agents choose queries, pick the right evidence, manage information, and know when to stop searching.
deep search agentsinformation retrievalquery reformulationevidence utilizationlong-horizon searchretrieval recallsearch trajectorysearch efficiencyBrowseComp-Plusfailure modes
Authors
Qi Liu, Jiaxin Mao, Fengbin Zhu, Tat-Seng Chua
Abstract
Deep search agents answer difficult information-seeking questions by iteratively issuing search queries to gather supporting evidence, but it remains unclear whether and how greater search effort leads to better answers. We study these questions through a trajectory-level diagnosis of long-horizon search agents. Using human-annotated document-level relevance judgments, we evaluate the evidence retrieved at each search step and separate two stages of agent behavior: what evidence an agent retrieves and how effectively it uses that evidence. This distinction further allows us to decompose failures into retrieval gaps, where the necessary evidence is never found, and utilization gaps, where relevant evidence is retrieved but not used correctly. With the retrieval model and evaluation harness held fixed, we compare six agents on BrowseComp-Plus and further validate our findings on BrowseComp with an open-web search API. Across settings, we find that search effort and answer quality are only weakly aligned. Answer accuracy is better correlated with the quality of retrieved evidence, especially cumulative retrieval recall, than with the number of searches or the amount of context consumed. Useful evidence often appears early in the trajectory, yet agents tend to continue searching, producing a long tail of low-yield retrieval steps. At the query level, exploratory reformulations remain useful, but the best-performing agents issue far fewer redundant queries. Overall, by systematically characterizing the search behavior and failure modes of long-horizon search agents, this work points to practical directions for building better deep research systems, including stronger query formulation, more effective evidence selection and context management, and stopping criteria based on whether sufficient supporting evidence has been retrieved.