The reviewed record of science sign in
Pith

arxiv: 2505.08638 · v3 · pith:SSTT5BQ3 · submitted 2025-05-13 · cs.AI · cs.CL

TRAIL: Trace Reasoning and Agentic Issue Localization

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:SSTT5BQ3record.jsonopen to challenge →

classification cs.AI cs.CL
keywords agentictracesevaluationsystemstrailanalysisdebuggingerror
0
0 comments X
read the original abstract

The increasing adoption of agentic workflows across diverse domains brings a critical need to scalably and systematically evaluate the complex traces these systems generate. Current evaluation methods depend on manual, domain-specific human analysis of lengthy workflow traces - an approach that does not scale with the growing complexity and volume of agentic outputs. Error analysis in these settings is further complicated by the interplay of external tool outputs and language model reasoning, making it more challenging than traditional software debugging. In this work, we (1) articulate the need for robust and dynamic evaluation methods for agentic workflow traces, (2) introduce a formal taxonomy of error types encountered in agentic systems, and (3) present a set of 148 large human-annotated traces (TRAIL) constructed using this taxonomy and grounded in established agentic benchmarks. To ensure ecological validity, we curate traces from both single and multi-agent systems, focusing on real-world applications such as software engineering and open-world information retrieval. Our evaluations reveal that modern long context LLMs perform poorly at trace debugging, with the best Gemini-2.5-pro model scoring a mere 11% on TRAIL. Our dataset and code are made publicly available to support and accelerate future research in scalable evaluation for agentic workflows.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 29 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CUJBench: Benchmarking LLM-Agent on Cross-Modal Failure Diagnosis from Browser to Backend

    cs.SE 2026-04 unverdicted novelty 8.0

    CUJBench is the first benchmark for cross-modal LLM-agent failure diagnosis, reporting 19.7% accuracy and identifying evidence attribution as the core bottleneck across six models.

  2. Delayed Verification Destabilizes Multi-Agent LLM Belief: Instability Thresholds and Optimal Corrector Placement

    cs.MA 2026-06 unverdicted novelty 7.0

    Models delayed verification in multi-agent LLMs as graph consensus, derives stability thresholds (inverse golden ratio for delay two) via grounded Laplacian, and gives a supermodular greedy rule for corrector placemen...

  3. Counsel: A Meta-Evaluation Dataset for Agentic Tasks

    cs.AI 2026-06 unverdicted novelty 7.0

    Counsel is a new dataset of LLM-generated process critiques on agent benchmarks paired with human labels on error location and reasoning quality, achieving 0.78 Krippendorff alpha.

  4. Agentic CLEAR: Automating Multi-Level Evaluation of LLM Agents

    cs.CL 2026-05 unverdicted novelty 7.0

    Agentic CLEAR automates multi-level evaluation of LLM agents, generating textual insights at system, trace, and node granularity that align with human annotations and predict task success.

  5. Beyond Individual Intelligence: Surveying Collaboration, Failure Attribution, and Self-Evolution in LLM-based Multi-Agent Systems

    cs.AI 2026-05 unverdicted novelty 7.0

    A survey that unifies prior work on multi-agent LLM systems via the LIFE framework, mapping dependencies across collaboration, failure attribution, and autonomous self-evolution while identifying cross-stage challenges.

  6. Holistic Evaluation and Failure Diagnosis of AI Agents

    cs.AI 2026-05 unverdicted novelty 7.0

    A span-decomposed evaluation framework for AI agents achieves state-of-the-art results on GAIA and SWE-Bench with up to 3.5x gains in localization accuracy by breaking traces into independent per-span judgments.

  7. AgentLens: Revealing The Lucky Pass Problem in SWE-Agent Evaluation

    cs.SE 2026-05 unverdicted novelty 7.0

    AgentLens reveals 10.7% of passing SWE-agent trajectories exhibit Lucky Pass behaviors and introduces a process-level evaluation framework with a new annotated dataset of 1,815 trajectories.

  8. AgentLens: Revealing The Lucky Pass Problem in SWE-Agent Evaluation

    cs.SE 2026-05 conditional novelty 7.0

    10.7% of passing SWE-agent trajectories are Lucky Passes with chaotic behaviors, and a quality score based on process references changes model rankings across eight backends.

  9. AJ-Bench: Benchmarking Agent-as-a-Judge for Environment-Aware Evaluation

    cs.AI 2026-04 unverdicted novelty 7.0

    AJ-Bench provides 155 tasks in three domains to evaluate environment-interacting agent judges, showing performance gains over LLM-as-a-Judge but exposing remaining verification challenges.

  10. When Agents Fail: A Comprehensive Study of Bugs in LLM Agents with Automated Labeling

    cs.SE 2026-01 unverdicted novelty 7.0

    A large-scale empirical study categorizes bugs in LLM agents and demonstrates that a specialized LLM agent can annotate them accurately at very low cost.

  11. What Resolve Rate Hides: Trajectory Structure Diagnostics for Coding Agents

    cs.SE 2026-07 conditional novelty 6.0

    TraceProbe normalizes coding agent trajectories into canonical actions and applies rule-based detectors to localize failure patterns and behavioral divergences that resolve rate hides.

  12. Refploit: Facilitating Exploit Construction via Code-Agent Trajectory Repair

    cs.SE 2026-07 unverdicted novelty 6.0

    Refploit repairs code-agent trajectories for Java exploit reproduction via differential validation and focused recovery constraints, achieving 80.2% success on 172 references with 64.3% relative improvement.

  13. Strained Coherence: A Pre-Failure Signal in Coding Agent Execution Trajectories

    cs.LG 2026-06 unverdicted novelty 6.0

    Strained coherence flagged by Claude judge on 44 coding trajectories predicts failure (94% vs 46%, p=0.003), with partial replication on second model.

  14. StepFinder: A Temporal Semantic Framework for Failure Attribution in Multi-Agent Systems

    cs.AI 2026-06 unverdicted novelty 6.0

    StepFinder turns execution logs into temporal semantic sequences via LLMs then uses temporal modeling plus attention to attribute failures to specific steps more accurately and 79% faster than direct LLM methods on th...

  15. TrajAudit: Automated Failure Diagnosis for Agentic Coding Systems

    cs.SE 2026-05 unverdicted novelty 6.0

    TrajAudit diagnoses failures in repository-level agentic coding trajectories by filtering noise and injecting test-failure priors, achieving >24.4 pp higher localization accuracy and 18% lower token use on the new Roo...

  16. Insights Generator: Systematic Corpus-Level Trace Diagnostics for LLM Agents

    cs.AI 2026-05 unverdicted novelty 6.0

    Insights Generator is a multi-agent system that produces evidence-backed natural-language reports characterizing systematic patterns across populations of LLM agent execution traces.

  17. Insights Generator: Systematic Corpus-Level Trace Diagnostics for LLM Agents

    cs.AI 2026-05 unverdicted novelty 6.0

    Insights Generator is a multi-agent system that generates evidence-backed natural-language insights characterizing systematic patterns across corpora of LLM agent execution traces.

  18. PIVOT: Bridging Planning and Execution in LLM Agents via Trajectory Refinement

    cs.AI 2026-05 unverdicted novelty 6.0

    PIVOT refines LLM agent trajectories through plan-inspect-evolve-verify stages using environment feedback, yielding up to 94% relative gains in constraint satisfaction and 3-5x token efficiency over prior refinement methods.

  19. SelfHeal: Empirical Fix Pattern Analysis and Bug Repair in LLM Agents

    cs.SE 2026-04 unverdicted novelty 6.0

    SelfHeal uses two ReAct agents and empirical fix patterns to repair bugs in LLM agents, outperforming baselines on a new 37-instance benchmark.

  20. Process-Centric Analysis of Agentic Software Systems

    cs.SE 2025-12 unverdicted novelty 6.0

    Graphectory turns stochastic agent trajectories into analyzable graphs, showing that stronger models and successful fixes follow coherent localization-validation steps while failures are chaotic, and online detection ...

  21. SAFARI: Scaling Long Horizon Agentic Fault Attribution via Active Investigation

    cs.AI 2026-06 unverdicted novelty 5.0

    SAFARI uses active investigation via tools and persistent short-term memory to attribute faults in agent trajectories that exceed LLM context windows, reporting 20% gains on Who&When and 0.58 precision at 5x context distance.

  22. From Agent Traces to Trust: A Survey of Evidence Tracing and Execution Provenance in LLM Agents

    cs.CR 2026-06 unverdicted novelty 5.0

    A survey that introduces a taxonomy for evidence tracing and execution provenance in LLM agents and reviews methods for building provenance-aware, auditable agent systems.

  23. From Agent Traces to Trust: A Survey of Evidence Tracing and Execution Provenance in LLM Agents

    cs.CR 2026-06 unverdicted novelty 5.0

    This survey defines execution provenance as a typed graph of agent execution and evidence tracing as its projection onto evidence-support relations, then reviews methods, taxonomy, benchmarks, and challenges for audit...

  24. Insights Generator: Systematic Corpus-Level Trace Diagnostics for LLM Agents

    cs.AI 2026-05 unverdicted novelty 5.0

    Insights Generator is a multi-agent system that produces evidence-backed insights from corpora of LLM agent traces and yields 30.4pp performance gains when humans apply the reports.

  25. Beyond Individual Intelligence: Surveying Collaboration, Failure Attribution, and Self-Evolution in LLM-based Multi-Agent Systems

    cs.AI 2026-05 conditional novelty 5.0

    The survey proposes the LIFE framework to unify fragmented research on collaboration, failure attribution, and self-evolution in LLM multi-agent systems into a progression toward self-organizing intelligence.

  26. Towards Self-Improving Error Diagnosis in Multi-Agent Systems

    cs.MA 2026-04 unverdicted novelty 5.0

    ErrorProbe introduces a self-improving pipeline for attributing semantic failures in LLM multi-agent systems to specific agents and steps via anomaly detection, backward tracing, and tool-grounded validation with veri...

  27. A pragmatic approach to regulating AI agents

    cs.CY 2026-04 unverdicted novelty 5.0

    AI agents require distinct regulation as AI systems under the EU AI Act with orchestration-layer oversight and a risk-based traffic light authorization system in contract law to preserve human accountability.

  28. A Survey of Context Engineering for Large Language Models

    cs.CL 2025-07 accept novelty 4.0

    The survey organizes Context Engineering into retrieval, processing, management, and integrated systems like RAG and multi-agent setups while identifying an asymmetry where LLMs handle complex inputs well but struggle...

  29. Agent System Operations: Categorization, Challenges, and Future Directions

    cs.MA 2026-06 unverdicted novelty 3.0

    This survey categorizes anomalies in agent systems into intra-agent and inter-agent types and introduces the AgentOps framework with four operational stages.