A single language model can combine roles without multi-agent dialogue

Mixture of Roles dynamically blends learned role vectors, matching multi-agent-system performance in reported benchmarks at one-twentieth of the token cost.

PaperBig Techcs.MAarXiv:2608.27338v1
Zhichen Zeng · Huiyuan Chen · Jingru Cheng · Juan Zha · Ming Liu · Ying Chen · +4 more

University of Illinois Urbana-Champaign · Amazon

Research Digest··2 min read
Zeng et al. introduce Mixture of Roles (MoRe), a method that gives a frozen language model multiple latent specializations and combines them according to each query. Across reasoning and personality benchmarks, the authors report that MoRe beats single-agent baselines by 2.2% on average while performing on par with multi-agent systems using 20 times fewer tokens.

What they did

The authors trained a codebook of steering vectors, each representing a latent role or specialization. A query-aware router combines several of these vectors into one composite steering signal, which modifies a frozen backbone language model during a single inference turn.

MoRe is trained through a three-stage supervised fine-tuning curriculum followed by GRPO reinforcement-learning post-training. The authors evaluated it on reasoning and personality benchmarks against fixed-specialization single agents and text-based multi-agent systems.

Key findings

  • MoRe outperformed the evaluated single-agent baselines by 2.2% on average across the reported benchmarks.
  • Its benchmark performance was on par with the compared multi-agent systems.
  • It reduced token usage by 20-fold relative to those multi-agent systems by avoiding multi-turn exchanges among role-specific agents.
  • The backbone language model remained frozen; training was confined to the role-composition mechanism and associated steering components.

Why it matters

The results suggest that some benefits attributed to multi-agent deliberation may be reproduced through internal, query-dependent composition of specializations. If the finding generalizes, systems could obtain multiple perspectives without paying the context-length and inference costs of simulating several communicating agents.

Caveats

The abstract does not specify the backbone models, benchmark-level scores, statistical uncertainty, or the exact multi-agent configurations used for comparison. The claimed 20-fold token reduction therefore depends on the selected baselines and interaction protocols, while the behavior and interpretability of the learned latent roles remain open questions.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.