🤖 AI Summary
This work addresses the challenge of dynamically integrating model expertise in multi-LLM collaborative reasoning. We propose Conductor, a reinforcement learning (RL)-based framework that trains a 7B-parameter orchestrator model to learn collaboration policies across heterogeneous open- and closed-source LLM agents in an end-to-end manner. Our key contribution is the first RL-driven automatic discovery of inter-model collaboration patterns, enabling dynamic communication topology construction, recursive task decomposition, and online adaptive scheduling. The method integrates prompt engineering, topology optimization, and iterative RL training to substantially enhance the collective reasoning capability of multi-agent systems. Evaluated on high-difficulty benchmarks—including LiveCodeBench and GPQA—Conductor achieves state-of-the-art performance, outperforming both monolithic models and existing collaborative approaches. It demonstrates strong generalization and compositional flexibility across diverse agent configurations and tasks.
📝 Abstract
Powerful large language models (LLMs) from different providers have been expensively trained and finetuned to specialize across varying domains. In this work, we introduce a new kind of Conductor model trained with reinforcement learning to automatically discover powerful coordination strategies among LLMs. Our Conductor learns not only to design targeted communication topologies for effective agent-to-agent collaboration, but also to prompt engineer focused instructions to the LLMs to maximally leverage their individual capabilities. We show that, by learning optimal coordination strategies over pools of powerful worker LLMs, a 7B Conductor achieves significant performance gains beyond any individual worker, attaining state-of-the-art results in challenging reasoning benchmarks, such as LiveCodeBench and GPQA. By training with randomized agent pools, our conductor effectively adapts to arbitrary sets of open- and closed-source agents, meeting any user requirements. Furthermore, allowing the Conductor to select itself as a worker gives rise to recursive topologies, elevating performance with a new form of dynamic test-time scaling through online iterative adaptation. More broadly, ours is among the early work demonstrating language model coordination can be unlocked through RL, where powerful coordination strategies emerge naturally in LLMs through pure end-to-end reward maximization.