ExRole: From Team Trajectories to Executable Roles in Multi-Agent Language Models· 多智能体语言模型中的可执行角色
Roles provide an interpretable interface for organizing language-model agents, yet most multi-agent systems treat them as hand-written prompt labels disconnected from learned behavior and parameter updates. We argue that a useful role should instead be an executable control variable: it should summarize behavior predictive of future utility, guide subsequent interaction, and identify the trainable capacity responsible for that behavior. We introduce ExRole, a trajectory-to-role framework that learns future-aware role prototypes from prefix-local team traces, resolves them into readable instructions and token-aligned role markers, and optionally routes shared LoRA rank slots with turn-aligned credit. Across MuSiQue and 2WikiMultiHopQA, ExRole improves over single-agent search by 15.0/14.4 a
从团队轨迹中学习可执行角色,提升多智能体语言模型性能。
- 核心方法
- ExRole框架通过从局部前缀团队轨迹中学习未来感知的角色原型,将其解析为可读指令和令牌对齐的角色标记,并可根据角色分配共享LoRA秩槽。
- 适合谁读
- 研究者 / 工程师
- 要解决的问题
- 大多数多智能体系统中的角色仅作为手写提示标签,与学习行为和参数更新脱节。
- 关键实验
- 在MuSiQue和2WikiMultiHopQA两个数据集上进行了实验,验证了ExRole的有效性。
- 主要贡献
- 改进了单智能体搜索性能,提高15.0/14.4个百分点。
- 意义与局限
- ExRole使得角色成为可执行的控制变量,增强了多智能体系统的可解释性和性能,但目前的应用场景有限。