AICLMANISIJun 11, 2024

Scaling Large Language Model-based Multi-Agent Collaboration

arXiv:2406.07155v3214 citationsHas Code
AI Analysis

This addresses the problem of enhancing autonomous task-solving in AI systems through scalable multi-agent collaboration, representing a novel method for a known bottleneck.

The study investigated whether scaling the number of collaborative agents in multi-agent systems improves performance, finding that it effectively supports over a thousand agents and follows a logistic growth pattern with collaborative emergence occurring earlier than neural emergence.

Recent breakthroughs in large language model-driven autonomous agents have revealed that multi-agent collaboration often surpasses each individual through collective reasoning. Inspired by the neural scaling law--increasing neurons enhances performance, this study explores whether the continuous addition of collaborative agents can yield similar benefits. Technically, we utilize directed acyclic graphs to organize agents into a multi-agent collaboration network (MacNet), upon which their interactive reasoning is topologically orchestrated for autonomous task solving. Extensive evaluations reveal that it effectively supports collaboration among over a thousand agents, with irregular topologies outperforming regular ones. We also identify a collaborative scaling law--the overall performance follows a logistic growth pattern as agents scale, with collaborative emergence occurring earlier than traditional neural emergence. We speculate this may be because scaling agents catalyzes their multidimensional considerations during interactive reflection and refinement, thereby producing more comprehensive artifacts. The code is available at https://github.com/OpenBMB/ChatDev/tree/macnet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes