RecursiveMAS commited on
Commit
6a7c1bd
·
verified ·
1 Parent(s): 90fe4c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -1
README.md CHANGED
@@ -2,4 +2,51 @@
2
  license: mit
3
  ---
4
 
5
- Outerlink of Distillation-Style MAS in the paper: Recursive Multi-Agent Systems.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+
6
+ # Distillation-Outerlinks
7
+
8
+ [🌐 Project Page](https://recursivemas.github.io) | [💻 Code](https://github.com/RecursiveMAS/RecursiveMAS) | [📄 Paper](https://arxiv.org/abs/2604.25917)
9
+
10
+ We introduce RecursiveMAS, a multi-agent framework that scales agent collaboration through latent-space recursion.
11
+ 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 Distillation-Style setting, the Expert Agent provides guidance to the Learner Agent, while Outer RecursiveLink modules transfer latent states between the two agents for collaborative refinement.
12
+
13
+ ## Model Details
14
+
15
+ | Item | Description |
16
+ |---|---|
17
+ | Model | Distillation-Outerlinks |
18
+ | Collaboration Style | Distillation-Style |
19
+ | Component Role | Outer RecursiveLink Modules |
20
+ | Expert-Learner-Outerlink.pt | Expert Agent → Learner Agent |
21
+ | Learner-Expert-Outerlink.pt | Learner Agent → Expert Agent |
22
+
23
+ ⚠️ **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.
24
+ For detailed usage instructions, please refer to our [GitHub repository](https://github.com/RecursiveMAS/RecursiveMAS).
25
+
26
+ ## Model Collections for RecursiveMAS
27
+
28
+ | Style | Model Collection |
29
+ |---|---|
30
+ | Sequential-Style | [🤗 HuggingFace](https://huggingface.co/collections/RecursiveMAS/sequential-style-recursivemas) |
31
+ | Mixture-Style | [🤗 HuggingFace](https://huggingface.co/collections/RecursiveMAS/mixture-style-recursivemas) |
32
+ | Distillation-Style | [🤗 HuggingFace](https://huggingface.co/collections/RecursiveMAS/distillation-style-recursivemas) |
33
+ | Deliberation-Style | [🤗 HuggingFace](https://huggingface.co/collections/RecursiveMAS/deliberation-style-recursivemas) |
34
+
35
+ ## Experiment Results
36
+
37
+ <p align="center">
38
+ <img src="https://raw.githubusercontent.com/RecursiveMAS/RecursiveMAS/main/assets/hero_fig.png" width="95%" alt="RecursiveMAS Experiment Results">
39
+ </p>
40
+
41
+ ## Citation
42
+
43
+ ```bibtex
44
+ @misc{recursivemas,
45
+ title={Recursive Multi-Agent Systems},
46
+ 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},
47
+ year={2026},
48
+ eprint={2604.25917},
49
+ archivePrefix={arXiv},
50
+ primaryClass={cs.AI},
51
+ url={https://arxiv.org/abs/2604.25917},
52
+ }