TL;DR
Graph-of-Agents (GoA) is a graph-based multi-agent LLM framework that selects relevant models, facilitates communication, and aggregates responses, outperforming existing methods on diverse benchmarks.
Contribution
Proposes GoA, a novel graph-based framework for multi-agent LLM collaboration that improves relevance selection, communication, and response integration.
Findings
GoA outperforms recent multi-agent baselines on multiple benchmarks.
Using only 3 agents, GoA surpasses methods with 6 agents.
Graph structure enhances scalability and effectiveness of multi-agent LLM systems.
Abstract
With an ever-growing zoo of LLMs and benchmarks, the need to orchestrate multiple models for improved task performance has never been more pressing. While frameworks like Mixture-of-Agents (MoA) attempt to coordinate LLMs, they often fall short in terms of (1) selecting relevant agents, (2) facilitating effective intra-agent communication, and (3) integrating responses efficiently. In this work, we propose Graph-of-Agents (GoA), a new graph-based framework for modeling multi-agent LLM communication. Our approach begins with node sampling, selecting only the most relevant agents by leveraging model cards that summarize each model's domain, task specialization, and other characteristics. Next, we construct edges between the selected agents by evaluating their responses against one another to determine relevance ordering. Directed message passing is then performed from highly relevant…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
