paper-with-me

홈 › Papers

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

2024-11-05 · Dawei Li, Zhen Tan, Peijia Qian, YiFan Li, Kumar Satvik Chaudhary, Lijie Hu, Jiayi Shen

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.

📄 PDF Abstract BibTeX arXiv:2411.03284

Code (1)

david-li0406/smoa 공식 구현

Tasks

DiversityFairness

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

SMoA: Sparse Mixture of Adapters to Mitigate Multiple Dataset Biases

2023-02-28 · Yanchen Liu, Jing Yan, Yan Chen, Jing Liu 외

Recent studies reveal that various biases exist in different NLP tasks, and over-reliance on biases results in models' poor generalization ability and low adversarial robustness. To mitigate datasets biases, previous wor…

Adversarial RobustnessNatural Language InferenceParaphrase Identification

SMoA: Spectrum Modulation Adapter for Parameter-Efficient Fine-Tuning

2026-05-20 · Yongkang Liu, Xing Li, Mengjie Zhao, Shanru Zhang 외 arxiv

As the number of model parameters increases, parameter-efficient fine-tuning (PEFT) has become the go-to choice for tailoring pre-trained large language models. Low-rank Adaptation (LoRA) uses a low-rank update method to…

parameter-efficient fine-tuning

Rethinking Gradient-Based Methods: Multi-Property Materials Design Beyond Differentiable Targets

2024-10-11 · Akihiro Fujii, Yoshitaka Ushiku, Koji Shimizu, Anh Khoa Augustin Lu 외

Gradient-based methods offer a simple, efficient strategy for materials design by directly optimizing candidates using gradients from pretrained property predictors. However, their use in crystal structure optimization i…

Band GapBayesian OptimizationProperty Prediction

High-Rank Structured Modulation for Parameter-Efficient Fine-Tuning

2026-01-12 · Yongkang Liu, Xing Li, Mengjie Zhao, Shanru Zhang 외 arxiv

As the number of model parameters increases, parameter-efficient fine-tuning (PEFT) has become the go-to choice for tailoring pre-trained large language models. Low-rank Adaptation (LoRA) uses a low-rank update method to…

parameter-efficient fine-tuning

What if LLMs Have Different World Views: Simulating Alien Civilizations with LLM-based Agents

2024-02-20 · Zhaoqian Xue, Mingyu Jin, Beichen Wang, Suiyuan Zhu 외

This study introduces "CosmoAgent," an innovative artificial intelligence system that utilizes Large Language Models (LLMs) to simulate complex interactions between human and extraterrestrial civilizations. This paper in…

Decision Making