paper-with-me

Papers

TRAIL: Trace Reasoning and Agentic Issue Localization

2025-05-13 · Darshan Deshpande, Varun Gangal, Hersh Mehta, Jitin Krishnan, Anand Kannappan, Rebecca Qian

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.

📄 PDF Abstract BibTeX arXiv:2505.08638

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

TraceSIR: A Multi-Agent Framework for Structured Analysis and Reporting of Agentic Execution Traces

2026-02-28 · Shu-Xun Yang, Cunxiang Wang, Haoke Zhang, Wenbo Yu 외 arxiv

Agentic systems augment large language models with external tools and iterative decision making, enabling complex tasks such as deep research, function calling, and coding. However, their long and intricate execution tra…

Decision Making

POLARIS: Typed Planning and Governed Execution for Agentic AI in Back-Office Automation

2026-01-16 · Zahra Moslemi, Keerthi Koneru, Yen-Ting Lee, Sheethal Kumar 외 arxiv

Enterprise back office workflows require agentic systems that are auditable, policy-aligned, and operationally predictable, capabilities that generic multi-agent setups often fail to deliver. We present POLARIS (Policy-A…

Agentic Code Reasoning

2026-03-02 · Shubham Ugare, Satish Chandra arxiv

Can LLM agents explore codebases and reason about code semantics without executing the code? We study this capability, which we call agentic code reasoning, and introduce semi-formal reasoning: a structured prompting met…

Question Answering

SAFARI: Scaling Long Horizon Agentic Fault Attribution via Active Investigation

2026-06-23 · Chenyang Zhu, Jiayu Yao, Kushal Chawla, Youbing Yin 외 arxiv

As autonomous agents tackle increasingly complex multi-step, multi-agent tasks, their execution trajectories have scaled beyond the constraints of even the largest context windows. Current methods for effectively diagnos…

AutoTrace: From Patches to Triggers via Agentic Interprocedural Exploration

2026-07-13 · Arastoo Zibaeirad, Marco Vieira, Thomas Zimmermann arxiv

Given a vulnerability-fixing commit, trigger localization asks which specific statement turns the vulnerable program state into a concrete unsafe operation. This question is harder than binary vulnerability detection bec…

Vulnerability Detection