paper-with-me

Papers

Discovering Efficient and Explainable Communication Topologies for LLM-based Multi-Agent Systems via Causal Inference

2026-08-13 · Junzhi Li, Peng He, Qirui Ji, Wei Wang, Lixiang Liu, Chuxiong Sun arxiv

The performance of large language model (LLM)-based multi-agent systems (MAS) largely depends on effective communication topologies. Existing topology generation methods, however, typically learn communication topologies through black-box optimization driven solely by task-level rewards. While effective, such optimization provides little insight into why particular communication edges are selected, making it difficult to identify the critical communication subgraphs responsible for successful collaboration. To address this limitation, we propose E2-Explainer, a model-agnostic framework for providing interpretable explanations of communication topologies produced by arbitrary topology generators. Specifically, we formulate topology explanation as a causal attribution problem that identifies compact communication subgraphs supported by edge-level evidence of task preservation. We obtain this evidence with a Granger-style objective that measures how masking each communication channel changes the task outcome and the stability of the final response. The resulting budgeted subgraphs are then distilled into an amortized explainer, enabling efficient post-hoc explanation without repeated edge-level evaluations at deployment. Extensive experiments on multiple reasoning and coding benchmarks demonstrate that E2-Explainer identifies critical communication subgraphs that preserve successful collaboration. These subgraphs can also be executed directly to prune redundant communication edges, substantially reducing communication costs while maintaining competitive task performance.

📄 PDF Abstract BibTeX arXiv:2608.12921

Code (2)

Aaron617/agent-arXiv-daily ★ 10
yingyingxia666/awesome-agentic ★ 26

Tasks

Causal Inference

Similar Papers 제목 키워드 기반

How to Organize your Deep Reinforcement Learning Agents: The Importance of Communication Topology

2018-11-30 · Dhaval Adjodah, Dan Calacci, Abhimanyu Dubey, Peter Krafft 외

In this empirical paper, we investigate how learning agents can be arranged in more efficient communication topologies for improved learning. This is an important problem because a common technique to improve speed and r…

BIG-bench Machine LearningDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

CIA: Inferring the Communication Topology from LLM-based Multi-Agent Systems

2026-04-14 · Yongxuan Wu, Xixun Lin, He Zhang, Nan Sun 외 arxiv

LLM-based Multi-Agent Systems (MAS) have demonstrated remarkable capabilities in solving complex tasks. Central to MAS is the communication topology which governs how agents exchange information internally. Consequently,…

Understanding the Information Propagation Effects of Communication Topologies in LLM-based Multi-Agent Systems

2025-05-29 · Xu Shen, Yixin Liu, YiWei Dai, Yili Wang 외

The communication topology in large language model-based multi-agent systems fundamentally governs inter-agent collaboration patterns, critically shaping both the efficiency and effectiveness of collective decision-makin…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model

G-Designer: Architecting Multi-agent Communication Topologies via Graph Neural Networks

2024-10-15 · Guibin Zhang, Yanwei Yue, Xiangguo Sun, Guancheng Wan 외

Recent advancements in large language model (LLM)-based agents have demonstrated that collective intelligence can significantly surpass the capabilities of individual agents, primarily due to well-crafted inter-agent com…

HumanEvalLanguage ModellingLarge Language ModelMMLU

Dynamic Generation of Multi-LLM Agents Communication Topologies with Graph Diffusion Models

2025-10-09 · Eric Hanchen Jiang, Mengting Li, Guancheng Wan, Sophia Yin 외 arxiv

The efficiency of multi-agent systems driven by large language models (LLMs) largely hinges on their communication topology. However, designing an optimal topology is a non-trivial challenge, as it requires balancing com…