AICLMANov 5, 2024

SMoA: Improving Multi-agent Large Language Models with Sparse Mixture-of-Agents

arXiv:2411.03284v129 citationsh-index: 14Has CodePAKDD
Originality Incremental advance
AI Analysis

This work addresses efficiency and diversity issues for researchers and practitioners using multi-agent LLMs, representing an incremental improvement.

The paper tackles the efficiency and diversity challenges in multi-agent large language models by proposing a sparse mixture-of-agents framework, achieving performance comparable to traditional methods with significantly lower computational costs.

While multi-agent systems have been shown to significantly enhance the performance of Large Language Models (LLMs) across various tasks and applications, the dense interaction between scaling agents potentially hampers their efficiency and diversity. To address these challenges, we draw inspiration from the sparse mixture-of-agents (SMoE) and propose a sparse mixture-of-agents (SMoA) framework to improve the efficiency and diversity of multi-agent LLMs. Unlike completely connected structures, SMoA introduces novel Response Selection and Early Stopping mechanisms to sparsify information flows among individual LLM agents, striking a balance between performance and efficiency. Additionally, inspired by the expert diversity principle in SMoE frameworks for workload balance between experts, we assign distinct role descriptions to each LLM agent, fostering diverse and divergent thinking. Extensive experiments on reasoning, alignment, and fairness benchmarks demonstrate that SMoA achieves performance comparable to traditional mixture-of-agents approaches but with significantly lower computational costs. Further analysis reveals that SMoA is more stable, has a greater capacity to scale, and offers considerable potential through hyper-parameter optimization. Code and data will be available at: https://github.com/David-Li0406/SMoA.

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