paper-with-me

Papers

Adaptive Graph Pruning for Multi-Agent Communication

2025-06-03 · Boyi Li, Zhonghan Zhao, Der-Horng Lee, Gaoang Wang

Large Language Model (LLM) based multi-agent systems have shown remarkable performance in various tasks, especially when enhanced through collaborative communication. However, current methods often rely on a fixed number of agents and static communication structures, limiting their ability to adapt to varying task complexities. In this paper, we propose Adaptive Graph Pruning (AGP), a novel task-adaptive multi-agent collaboration framework that jointly optimizes agent quantity (hard-pruning) and communication topology (soft-pruning). Specifically, our method employs a two-stage training strategy: firstly, independently training soft-pruning networks for different agent quantities to determine optimal agent-quantity-specific complete graphs and positional masks across specific tasks; and then jointly optimizing hard-pruning and soft-pruning within a maximum complete graph to dynamically configure the number of agents and their communication topologies per task. Extensive experiments demonstrate that our approach is: (1) High-performing, achieving state-of-the-art results across six benchmarks and consistently generalizes across multiple mainstream LLM architectures, with a increase in performance of $2.58\%\sim 9.84\%$; (2) Task-adaptive, dynamically constructing optimized communication topologies tailored to specific tasks, with an extremely high performance in all three task categories (general reasoning, mathematical reasoning, and code generation); (3) Token-economical, having fewer training steps and token consumption at the same time, with a decrease in token consumption of $90\%+$; and (4) Training-efficient, achieving high performance with very few training steps compared with other methods. The performance will surpass the existing baselines after about ten steps of training under six benchmarks.

📄 PDF Abstract BibTeX arXiv:2506.02951

Code (1)

Resurgamm/AGP

Tasks

Code GenerationLarge Language ModelMathematical Reasoning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Learning Agent Communication under Limited Bandwidth by Message Pruning

2019-12-03 · Hangyu Mao, Zhengchao Zhang, Zhen Xiao, Zhibo Gong 외

Communication is a crucial factor for the big multi-agent world to stay organized and productive. Recently, Deep Reinforcement Learning (DRL) has been applied to learn the communication strategy and the control policy fo…

Deep Reinforcement LearningReinforcement Learning

M$^3$Prune: Hierarchical Communication Graph Pruning for Efficient Multi-Modal Multi-Agent Retrieval-Augmented Generation

2025-11-25 · Weizi Shao, Taolin Zhang, Zijie Zhou, Chen Chen 외 arxiv

Recent advancements in multi-modal retrieval-augmented generation (mRAG), which enhance multi-modal large language models (MLLMs) with external knowledge, have demonstrated that the collective intelligence of multiple ag…

Efficient Mixture-of-Agents Serving via Tree-Structured Routing, Adaptive Pruning, and Dependency-Aware Prefill-Decode Overlap

2025-12-19 · Zijun Wang, Yijiahao Qi, Hanqiu Chen, Zishen Wan 외 arxiv

Mixture-of-Agents (MoA) inference can suffer from dense inter-agent communication and low hardware utilization, which jointly inflate serving latency. We present a serving design that targets these bottlenecks through an…

SafeSieve: From Heuristics to Experience in Progressive Pruning for LLM-based Multi-Agent Communication

2025-08-15 · Ruijia Zhang, Xinyan Zhao, Ruixiang Wang, Sigen Chen 외 arxiv

LLM-based multi-agent systems exhibit strong collaborative capabilities but often suffer from redundant communication and excessive token overhead. Existing methods typically enhance efficiency through pretrained GNNs or…

Adaptive Graph Pruning with Sudden-Events Evaluation for Traffic Prediction using Online Semi-Decentralized ST-GNNs

2025-12-19 · Ivan Kralj, Lodovico Giaretta, Gordan Ježić, Ivana Podnar Žarko 외 arxiv

Spatio-Temporal Graph Neural Networks (ST-GNNs) are well-suited for processing high-frequency data streams from geographically distributed sensors in smart mobility systems. However, their deployment at the edge across d…

Traffic Prediction