CoolFace
Modelpublic

RecursiveMAS/Sequential-Scaled-Solver-Qwen3.5-4B

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes138downloads
Model Card

Sequential-Scaled-Solver-Qwen3.5-4B

๐ŸŒ 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 Sequential-Scaled setting, the Solver Agent is responsible for producing the final response based on the planning and critique information refined through RecursiveLink modules.

Model Details

ItemDescription
ModelSequential-Scaled-Solver-Qwen3.5-4B
Collaboration StyleSequential-Scaled
Agent RoleSolver Agent
Base ModelQwen3.5-4B

โš ๏ธ 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}, 
}