Microsoft 与清华论文提出 AgentScope,用结构化表征提升 Agent 失败定位准确率

Rohan Paul · @rohanpaul_ai · X·2026-09-09 10:15·49分钟前
AI 导读

Microsoft 与清华大学等机构的论文提出 AgentScope,通过行为抽象把 Agent 运行轨迹转为结构化表征,并引入神经不变量定位失败步骤,在 Who&When 和自建的 AgentErrata 数据集上提升了失败定位与归因准确率。

Rohan Paul@rohanpaul_ai
50AI 编辑部评分,满分 100

Microsoft 与清华论文提出 AgentScope,用结构化表征提升 Agent 失败定位准确率

2026-09-09 10:15· 49分钟前
AI 导读

Microsoft 与清华大学等机构的论文提出 AgentScope,通过行为抽象把 Agent 运行轨迹转为结构化表征,并引入神经不变量定位失败步骤,在 Who&When 和自建的 AgentErrata 数据集上提升了失败定位与归因准确率。

New Microsoft + Tsinghua Univ paper finds that agent failures are far easier to diagnose when the LLM gets a structured view of the run.

Long agent runs are messy. An early mistake can create later symptoms, so an LLM reading the whole history may blame the wrong step.

Give the LLM a structured run instead of the raw conversation; that raised GPT-5.1 exact localization from 3.63% to 31.35%.

better agent debugging depends heavily on how the run is represented, not just how strong the judge model is.

This is not solved yet; exact localization is still only 31.35%, but make structured traces and explicit failure checks part of the system before asking an LLM to explain what went wrong.

来源:Rohan Paul· x.com