Improve model card metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,23 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
---
|
| 13 |
|
| 14 |
# MetaAgent-X: Breaking the Ceiling of Automatic Multi-Agent Systems via End-to-End Reinforcement Learning
|
| 15 |
|
| 16 |
-
[Paper π](https://arxiv.org/abs/2605.14212)
|
| 17 |
-
|
| 18 |
-
[Codebase π](https://github.com/pettingllms-ai/PettingLLMs)
|
| 19 |
-
|
| 20 |
-
[Project Page π](https://mercury7353.github.io/MetaAgent-X-Page/)
|
| 21 |
|
| 22 |
## Overview
|
| 23 |
|
|
@@ -50,7 +48,7 @@ Numbers in parentheses denote absolute gains over the single-agent baseline.
|
|
| 50 |
| Overall | Average | **38.33** |
|
| 51 |
|
| 52 |
## Citation
|
| 53 |
-
```
|
| 54 |
@misc{zhang2026metaagentxbreakingceiling,
|
| 55 |
title={MetaAgent-X : Breaking the Ceiling of Automatic Multi-Agent Systems via End-to-End Reinforcement Learning},
|
| 56 |
author={Yaolun Zhang and Yujie Zhao and Nan Wang and Yiran Wu and Jiayu Chang and Yizhao Chen and Qingyun Wu and Jishen Zhao and Huazheng Wang},
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
tags:
|
| 8 |
+
- large-language-model
|
| 9 |
+
- multi-agent-systems
|
| 10 |
+
- reinforcement-learning
|
| 11 |
+
- agentic-ai
|
| 12 |
+
- code
|
| 13 |
+
- math
|
| 14 |
---
|
| 15 |
|
| 16 |
# MetaAgent-X: Breaking the Ceiling of Automatic Multi-Agent Systems via End-to-End Reinforcement Learning
|
| 17 |
|
| 18 |
+
[Paper π](https://arxiv.org/abs/2605.14212) | [Codebase π](https://github.com/pettingllms-ai/PettingLLMs) | [Project Page π](https://mercury7353.github.io/MetaAgent-X-Page/)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Overview
|
| 21 |
|
|
|
|
| 48 |
| Overall | Average | **38.33** |
|
| 49 |
|
| 50 |
## Citation
|
| 51 |
+
```bibtex
|
| 52 |
@misc{zhang2026metaagentxbreakingceiling,
|
| 53 |
title={MetaAgent-X : Breaking the Ceiling of Automatic Multi-Agent Systems via End-to-End Reinforcement Learning},
|
| 54 |
author={Yaolun Zhang and Yujie Zhao and Nan Wang and Yiran Wu and Jiayu Chang and Yizhao Chen and Qingyun Wu and Jishen Zhao and Huazheng Wang},
|