Where Do Deep-Research Agents Go Wrong? Span-Level Error Localization in Agent Trajectories
Summary
This paper introduces a claim-centric auditing framework for identifying error spans in deep-research agent trajectories, along with a new benchmark TELBench, improving process-level reliability assessment.
View Cached Full Text
Cached at: 06/04/26, 03:41 AM
Paper page - Where Do Deep-Research Agents Go Wrong? Span-Level Error Localization in Agent Trajectories
Source: https://huggingface.co/papers/2606.02060
Abstract
Deep-research agents can be audited using a claim-centric framework that identifies error spans in their reasoning trajectories, improving reliability assessment beyond just final answer evaluation.
Deep-research agentssolve tasks through long trajectories of search, tool use, evidence inspection, and answer synthesis. Evaluation based on final answers shows whether an agent succeeds, but not which parts of the trajectory make the answer unreliable. We studyspan-level error localizationfordeep-research agents. We collect 2,790 real trajectories from twoagent frameworks, threebackbone models, and three benchmarks, convert raw logs into semantic spans, and annotate harmfulerror spansthroughLLM-assisted expert review. From these annotations, we buildTELBench, a 1,000-instance benchmark for identifyingerror spansamong normal exploration, failed searches, tentative hypotheses, and harmless noise. We further proposeDRIFT, aclaim-centric auditingframework that tracks agent claims, checks their support intrajectory evidence, and marks spans where unsupported or conflicting claims affect the answer path. Experiments across model families and auditing frameworks show thatDRIFTimprovesspan-level error localizationand first-error accuracy by up to 30 percentage points. Our work provides a process-level view of reliability indeep-research agents.
View arXiv pageView PDFProject pageGitHub4Add to collection
Get this paper in your agent:
hf papers read 2606\.02060
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.02060 in a model README.md to link it from this page.
Datasets citing this paper1
#### NJU-LINK/TELBench Updated27 minutes ago • 49
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.02060 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
SearchAuditor: Auditing and Attributing Failures in Long-Horizon Search Agents
This paper introduces SearchAuditBench, a benchmark of 1,243 failed long-horizon search-agent trajectories with expert annotations, and SearchAuditor, a multi-perspective auditing framework that localizes, attributes, and repairs agent failures. Experiments show SearchAuditor outperforms baselines, achieving a 32.3% end-to-end pass rate with frontier models like GPT-5.5.
AgentAudit: An Open, Extensible Framework for Full-Lifecycle Trust Evaluation of AI Agents
AgentAudit is an open, extensible framework for evaluating the full lifecycle of AI agents across capability, grounding, security, and behavioral dimensions, enabling precise failure attribution and highlighting trustworthiness differences among various language models.
Long-Horizon Agent Trajectory Attribution: A Unified Benchmark and Fine-Grained Annotation Framework
This paper introduces a unified benchmark and fine-grained annotation framework for long-horizon agent trajectory attribution, enabling evaluation of primary attribution localization and attribution-chain recovery across diverse settings. It provides over 1,300 annotated trajectories from existing agent benchmarks and releases a reusable annotation skill for standardizing future trajectories.
AgentForesight: Online Auditing for Early Failure Prediction in Multi-Agent Systems
This paper introduces AgentForesight, a framework for online auditing and early failure prediction in LLM-based multi-agent systems. It presents a new dataset, AFTraj-22K, and a specialized model, AgentForesight-7B, which outperforms leading proprietary models in detecting decisive errors during trajectory execution.
Innovation-Residual Auditing of Autonomous Analysis Agents: Localization, Detection Limits, Error Control, and Identifiability
This paper provides a theoretical analysis of innovation-residual auditing for autonomous analysis agents, studying how to localize errors in agent-generated data analyses, control false flags, and identify fundamental limits on error attribution.