CoolFace
Modelpublic

RecursiveMAS/Mixture-Code-Qwen2.5-Coder-3B

sourceHugging Facemitupdated 5mo agoView on Hugging Face
1likes94downloads
Model Card

Mixture-Code-Qwen2.5-Coder-3B

๐ŸŒ Project Page | ๐Ÿ’ป Code | ๐Ÿ“„ Paper

We introduce RecursiveMAS, a multi-agent framework that scales agent collaboration through latent-space recursion. RecursiveMAS treats a multi-agent system as a unified recursive computation, where heterogeneous agents iteratively exchange, refine, and evolve their latent states across recursion rounds. In the Mixture-Style setting, the Code Specialist Agent focuses on code generation and programming-related tasks, while collaborating with other domain-specialized agents through RecursiveLink modules for final response generation.

Model Details

ItemDescription
ModelMixture-Code-Qwen2.5-Coder-3B
Collaboration StyleMixture-Style
Agent RoleCode Specialist Agent
Base ModelQwen2.5-Coder-3B

โš ๏ธ Note: This checkpoint is a role-specific agent in **RecursiveMAS**, rather than a standalone model intended for plain-text generation. For detailed usage instructions, please refer to our GitHub repository.

Model Collections for RecursiveMAS

StyleModel Collection
Sequential-Style๐Ÿค— HuggingFace
Mixture-Style๐Ÿค— HuggingFace
Distillation-Style๐Ÿค— HuggingFace
Deliberation-Style๐Ÿค— HuggingFace

Experiment Results

<p align="center"> <img src="https://raw.githubusercontent.com/RecursiveMAS/RecursiveMAS/main/assets/hero_fig.png" width="95%" alt="RecursiveMAS Experiment Results"> </p>

Citation

bibtex
@misc{recursivemas,
      title={Recursive Multi-Agent Systems}, 
      author={Xiyuan Yang and Jiaru Zou and Rui Pan and Ruizhong Qiu and Pan Lu and Shizhe Diao and Jindong Jiang and Hanghang Tong and Tong Zhang and Markus J. Buehler and Jingrui He and James Zou},
      year={2026},
      eprint={2604.25917},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2604.25917}, 
}