paper-with-me

홈 › Papers

TCP-MCP: Landscape-Guided Co-Evolution of Prompts and Communication Topologies for Multi-Agent Systems

2026-05-27 · Yi Ding, Zijie Xuan, Haowei Zhou, Zhenyu Ju, Xiaoxiao Dong, Jingwen Zhang, Xingyu Zhu, Leixin Sun, Haochi Zhang arxiv

Effective multi-agent systems cannot be designed by selecting prompts or communication graphs in isolation. Agent behavior depends on the information an agent receives, while the usefulness of a communication edge depends on how the receiving agent interprets and uses that information. We propose \textbf{TCP-MCP} (Topology-Coupled Prompting for Multi-Agent Collaborative Problem-Solving), a co-evolution framework that searches agent prompts and communication topologies as a unified genome. TCP-MCP uses an initialization-time landscape probe to calibrate early search behavior, and then relies on Pareto-front diagnostics to adapt exploration under three objectives: task performance, token cost, and structural complexity. Using the same DeepSeek-V3.2 backbone across all methods, TCP-MCP achieves 82.66\%, 89.96\%, and 96.61\% accuracy on MMLU-Pro, MMLU, and GSM8K, respectively. Across the three benchmarks, it consistently outperforms automated graph-generation baselines and achieves competitive accuracy relative to debate-style systems, while using up to 5.69$\times$ fewer tokens than those systems at the reported operating points. These results show that jointly evolving prompts and communication structure provides a practical route to cost-aware and task-adaptive multi-agent system design in controlled evaluations.

📄 PDF Abstract BibTeX arXiv:2605.27850

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Finding Better Topologies for Deep Convolutional Neural Networks by Evolution

2018-09-10 · Honglei Zhang, Serkan Kiranyaz, Moncef Gabbouj

Due to the nonlinearity of artificial neural networks, designing topologies for deep convolutional neural networks (CNN) is a challenging task and often only heuristic approach, such as trial and error, can be applied. A…

Evolutionary Algorithmsimage-classificationImage Classification

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)

Dynamic communication topologies for distributed heuristics in energy system optimization algorithms

2021-08-03 · Stefanie Holly, Astrid Nieße

The communication topology is an essential aspect in designing distributed optimization heuristics. It can influence the exploration and exploitation of the search space and thus the optimization performance in terms of …

Distributed Optimization

Characterizing Fitness Landscape Structures in Prompt Engineering

2025-09-04 · Arend Hintze arxiv

While prompt engineering has emerged as a crucial technique for optimizing large language model performance, the underlying optimization landscape remains poorly understood. Current approaches treat prompt optimization a…

Prompt Engineering

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…