RecursiveMAS commited on
Commit
6e6969f
Β·
verified Β·
1 Parent(s): 0fce719

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -1
README.md CHANGED
@@ -2,4 +2,55 @@
2
  license: mit
3
  ---
4
 
5
- Outerlink of Mixture-Style MAS in the paper: Recursive Multi-Agent Systems.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ # Mixture-Outerlinks
6
+
7
+ [🌐 Project Page](https://recursivemas.github.io) | [πŸ’» Code](https://github.com/RecursiveMAS/RecursiveMAS) | [πŸ“„ Paper](https://arxiv.org/abs/2604.25917)
8
+
9
+ We introduce RecursiveMAS, a multi-agent framework that scales agent collaboration through latent-space recursion.
10
+ 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, domain-specialized agents collaborate with the Summarizer Agent through Outer RecursiveLink modules for integrating specialized reasoning into the final response.
11
+
12
+ ## Model Details
13
+
14
+ | Item | Description |
15
+ |---|---|
16
+ | Model | Mixture-Outerlinks |
17
+ | Collaboration Style | Mixture-Style |
18
+ | Component Role | Outer RecursiveLink Modules |
19
+ | Math-Summarizer-Outerlink.pt | Math Specialist Agent β†’ Summarizer Agent |
20
+ | Summarizer-Math-Outerlink.pt | Summarizer Agent β†’ Math Specialist Agent |
21
+ | Code-Summarizer-Outerlink.pt | Code Specialist Agent β†’ Summarizer Agent |
22
+ | Summarizer-Code-Outerlink.pt | Summarizer Agent β†’ Code Specialist Agent |
23
+ | Science-Summarizer-Outerlink.pt | Science Specialist Agent β†’ Summarizer Agent |
24
+ | Summarizer-Science-Outerlink.pt | Summarizer Agent β†’ Science Specialist Agent |
25
+
26
+ ⚠️ **Note:** This checkpoint contains **Outer RecursiveLink modules** in [**RecursiveMAS**](https://arxiv.org/abs/2604.25917), rather than a standalone model intended for plain-text generation.
27
+ For detailed usage instructions, please refer to our [GitHub repository](https://github.com/RecursiveMAS/RecursiveMAS).
28
+
29
+ ## Model Collections for RecursiveMAS
30
+
31
+ | Style | Model Collection |
32
+ |---|---|
33
+ | Sequential-Style | [πŸ€— HuggingFace](https://huggingface.co/collections/RecursiveMAS/sequential-style-recursivemas) |
34
+ | Mixture-Style | [πŸ€— HuggingFace](https://huggingface.co/collections/RecursiveMAS/mixture-style-recursivemas) |
35
+ | Distillation-Style | [πŸ€— HuggingFace](https://huggingface.co/collections/RecursiveMAS/distillation-style-recursivemas) |
36
+ | Deliberation-Style | [πŸ€— HuggingFace](https://huggingface.co/collections/RecursiveMAS/deliberation-style-recursivemas) |
37
+
38
+ ## Experiment Results
39
+
40
+ <p align="center">
41
+ <img src="https://raw.githubusercontent.com/RecursiveMAS/RecursiveMAS/main/assets/hero_fig.png" width="95%" alt="RecursiveMAS Experiment Results">
42
+ </p>
43
+
44
+ ## Citation
45
+
46
+ ```bibtex
47
+ @misc{recursivemas,
48
+ title={Recursive Multi-Agent Systems},
49
+ 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},
50
+ year={2026},
51
+ eprint={2604.25917},
52
+ archivePrefix={arXiv},
53
+ primaryClass={cs.AI},
54
+ url={https://arxiv.org/abs/2604.25917},
55
+ }
56
+ ```