追踪自适应智能体的行为轨迹 / Tracking the Behavioral Trajectories of Adapting Agents
1️⃣ 一句话总结
本文提出了一种通过分析智能体技能文件的文本变化来量化其行为特质的方法,例如判断智能体是否更倾向于获取敏感数据,从而实现对其行为演变的追踪与评估。
Text files such as skill files, memory files, and behavioral configuration files play a central role in defining how modern agents act. Through edits by humans or the agents themselves, these files may evolve over time, directly steering the agent's behavior in future interactions. We present a methodology and framework for measuring agent $traits$ by defining traits as directions in the embedding space of a text embedding model. We train a linear model on labeled "before" versus "after" skill file diffs to learn a trait vector, then score arbitrary skill edits by projecting their embedding diffs onto this vector. Evaluated on 68 labeled skill diff pairs for the trait of propensity to seek sensitive data, our method achieves 91.2% sign classification accuracy and a Spearman rank correlation of $\rho = 0.82$ under leave-one-out cross-validation. We build this trait evaluation into a broader agent-to-agent protocol that enables one agent to evaluate another's skill file updates through a trusted intermediary.
追踪自适应智能体的行为轨迹 / Tracking the Behavioral Trajectories of Adapting Agents
本文提出了一种通过分析智能体技能文件的文本变化来量化其行为特质的方法,例如判断智能体是否更倾向于获取敏感数据,从而实现对其行为演变的追踪与评估。
源自 arXiv: 2606.02536