diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..ffb5ade --- /dev/null +++ b/CITATION.cff @@ -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 +# ─────────────────────────────────────────────────────────────── diff --git a/README.md b/README.md index b1eeb32..2754e77 100644 --- a/README.md +++ b/README.md @@ -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.jpeg) +![](./assets/community_code.jpeg) # ❓ FAQ diff --git a/assets/community.jpeg b/assets/community.jpeg deleted file mode 100644 index 9f75494..0000000 Binary files a/assets/community.jpeg and /dev/null differ diff --git a/assets/community_code.jpeg b/assets/community_code.jpeg new file mode 100644 index 0000000..0e3ec7f Binary files /dev/null and b/assets/community_code.jpeg differ