$n$-Musketeers: Reinforcement Learning Shapes Collaboration Among Language Models
Ryozo Masukawa, Sanggeon Yun, Hyunwoo Oh, SuhgHeon Jeong, Raheeb Hassa, Hanning Chen, Wenjun Huang, Mahdi Imani, Pietro Mercati, Nathaniel D. Bastian, Mohsen Imani
TL;DR
This work tackles the challenge of combining multiple frozen, off-the-shelf language models to perform complex reasoning under RLVR without retraining the experts. It introduces soft hidden-state collaboration via a trainable Perceiver-style latent interface that converts distributed hidden representations into context tokens, conditioning a single RLVR-trained policy. Through experiments on Reasoning Gym and GSM8K, the approach yields competitive results and reveals emergent, reward-aligned expert roles, while ablations show the usefulness of the latent interface is task-dependent and benefits are not universal. The core contribution is a plug-and-play, representation-level fusion mechanism that provides observability into expert utilization and demonstrates that structured collaboration can arise under outcome-based supervision, enabling modular, multi-expert reasoning without expensive joint fine-tuning. This has practical implications for building scalable agentic systems from heterogeneous, independently developed SLMs, guiding when to leverage latent expert conditioning and how to observe its dynamics during RLVR training.
Abstract
Recent progress in reinforcement learning with verifiable rewards (RLVR) shows that small, specialized language models (SLMs) can exhibit structured reasoning without relying on large monolithic LLMs. We introduce soft hidden-state collaboration, where multiple heterogeneous frozen SLM experts are integrated through their internal representations via a trainable attention interface. Experiments on Reasoning Gym and GSM8K show that this latent integration is competitive with strong single-model RLVR baselines. Ablations further reveal a dual mechanism of expert utilization: for simpler arithmetic domains, performance gains can largely be explained by static expert preferences, whereas more challenging settings induce increasingly concentrated and structured expert attention over training, indicating emergent specialization in how the router connects to relevant experts. Overall, hidden-state collaboration provides a compact mechanism for leveraging frozen experts, while offering an observational window into expert utilization patterns and their evolution under RLVR.
