This commit is contained in:
lazychih114
2025-07-16 20:40:43 +08:00
4 changed files with 66 additions and 6 deletions

57
CITATION.cff Normal file
View File

@@ -0,0 +1,57 @@
# ── CITATION.cff ───────────────────────────────────────────────
cff-version: 1.2.0
title: "OWL: Optimized Workforce Learning for General Multi-Agent Assistance in Real-World Task Automation"
message: "If you use OWL or find it helpful, please cite this paper."
abstract: >
Large Language Model (LLM)-based multi-agent systems show promise for
automating real-world tasks but struggle to transfer across domains
due to their domain-specific nature. We introduce Workforce, a
hierarchical multi-agent framework that decouples strategic planning
from specialized execution via a domain-agnostic Planner, a
Coordinator, and domain-specific Worker agents. Optimized Workforce
Learning (OWL) further improves cross-domain generalization through
reinforcement learning from real-world feedback. Experiments on the
GAIA benchmark show state-of-the-art open-source performance
(69.70 %), surpassing commercial systems like Deep Research and
approaching GPT-4o. By enabling scalable generalization and modular
domain transfer, OWL lays a foundation for the next generation of
general-purpose AI assistants.
version: "v2"
doi: 10.48550/arXiv.2505.23885
url: https://arxiv.org/pdf/2505.23885
date-released: 2025-06-11
authors:
- family-names: Hu
given-names: Mengkang
- family-names: Zhou
given-names: Yuhang
- family-names: Fan
given-names: Wendong
- family-names: Nie
given-names: Yuzhou
- family-names: Xia
given-names: Bowei
- family-names: Sun
given-names: Tao
- family-names: Ye
given-names: Ziyu
- family-names: Jin
given-names: Zhaoxuan
- family-names: Li
given-names: Yingru
- family-names: Chen
given-names: Qiguang
- family-names: Zhang
given-names: Zeyu
- family-names: Wang
given-names: Yifeng
- family-names: Ye
given-names: Qianshuo
- family-names: Ghanem
given-names: Bernard
- family-names: Luo
given-names: Ping
- family-names: Li
given-names: Guohao
# ───────────────────────────────────────────────────────────────

View File

@@ -642,11 +642,14 @@ If you find this repo useful, please cite:
```
@article{hu2025owl,
title={Owl: Optimized workforce learning for general multi-agent assistance in real-world task automation},
author={Hu, Mengkang and Zhou, Yuhang and Fan, Wendong and Nie, Yuzhou and Xia, Bowei and Sun, Tao and Ye, Ziyu and Jin, Zhaoxuan and Li, Yingru and Chen, Qiguang and others},
journal={arXiv preprint arXiv:2505.23885},
year={2025}
@misc{hu2025owl,
title={OWL: Optimized Workforce Learning for General Multi-Agent Assistance in Real-World Task Automation},
author={Mengkang Hu and Yuhang Zhou and Wendong Fan and Yuzhou Nie and Bowei Xia and Tao Sun and Ziyu Ye and Zhaoxuan Jin and Yingru Li and Qiguang Chen and Zeyu Zhang and Yifeng Wang and Qianshuo Ye and Bernard Ghanem and Ping Luo and Guohao Li},
year={2025},
eprint={2505.23885},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2505.23885},
}
```
@@ -674,7 +677,7 @@ Join us ([*Discord*](https://discord.camel-ai.org/) or [*WeChat*](https://ghli.o
Join us for further discussions!
<!-- ![](./assets/community.png) -->
![](./assets/community.jpeg)
![](./assets/community_code.jpeg)
# ❓ FAQ

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB

BIN
assets/community_code.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB