AI Agents 相关度: 9/10

When Only the Final Text Survives: Implicit Execution Tracing for Multi-Agent Attribution

Yi Nian, Haosen Cao, Shenzhe Zhu, Henry Peng Zou, Qingqing Luan, Yue Zhao
arXiv: 2603.17445v1 发布: 2026-03-18 更新: 2026-03-18

AI 摘要

IET提出一种隐式执行追踪框架,无需日志即可追溯多智能体系统中的责任归属和交互拓扑。

主要贡献

  • 提出隐式执行追踪(IET)框架
  • 实现token级别的责任归属
  • 无需执行日志即可重构交互拓扑
  • 通过秘钥保护隐私

方法论

IET在生成过程中将agent特定的密钥信号嵌入token分布,利用transition-aware scoring方法识别agent切换点,重构交互图。

原文摘要

When a multi-agent system produces an incorrect or harmful answer, who is accountable if execution logs and agent identifiers are unavailable? Multi-agent language systems increasingly rely on structured interactions such as delegation and iterative refinement, yet the final output often obscures the underlying interaction topology and agent contributions. We introduce IET (Implicit Execution Tracing), a metadata-independent framework that enables token-level attribution directly from generated text and a simple mechanism for interaction topology reconstruction. During generation, agent-specific keyed signals are embedded into the token distribution, transforming the text into a self-describing execution trace detectable only with a secret key. At detection time, a transition-aware scoring method identifies agent handover points and reconstructs the interaction graph. Experiments show that IET recovers agent segments and coordination structure with high accuracy while preserving generation quality, enabling privacy-preserving auditing for multi-agent language systems.

标签

多智能体系统 可追溯性 隐私保护 隐式执行追踪

arXiv 分类

cs.AI cs.CL