故意不服从:自动检测智能体执行轨迹中的故障 / Willful Disobedience: Automatically Detecting Failures in Agentic Traces
1️⃣ 一句话总结
这篇论文介绍了一个名为AgentPex的AI工具,它能从智能体的指令中提取行为规则,并自动检查智能体在执行多步骤任务过程中的每一步是否符合规定,从而发现仅靠最终结果评分会遗漏的流程性错误。
AI agents are increasingly embedded in real software systems, where they execute multi-step workflows through multi-turn dialogue, tool invocations, and intermediate decisions. These long execution histories, called agentic traces, make validation difficult. Outcome-only benchmarks can miss critical procedural failures, such as incorrect workflow routing, unsafe tool usage, or violations of prompt-specified rules. This paper presents AgentPex, an AI-powered tool designed to systematically evaluate agentic traces. AgentPex extracts behavioral rules from agent prompts and system instructions, then uses these specifications to automatically evaluate traces for compliance. We evaluate AgentPex on 424 traces from {\tau}2-bench across models in telecom, retail, and airline customer service. Our results show that AgentPex distinguishes agent behavior across models and surfaces specification violations that are not captured by outcome-only scoring. It also provides fine-grained analysis by domain and metric, enabling developers to understand agent strengths and weaknesses at scale.
故意不服从:自动检测智能体执行轨迹中的故障 / Willful Disobedience: Automatically Detecting Failures in Agentic Traces
这篇论文介绍了一个名为AgentPex的AI工具,它能从智能体的指令中提取行为规则,并自动检查智能体在执行多步骤任务过程中的每一步是否符合规定,从而发现仅靠最终结果评分会遗漏的流程性错误。
源自 arXiv: 2603.23806