菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-01
📄 Abstract - Dynamic Trust-Aware Sparse Communication Topology for LLM-Based Multi-Agent Consensus

Large language model-driven multi-agent systems enhance the reliability of complex reasoning tasks through multi-round deliberation, role specialization, and cross-validation. However, existing multi-agent debate and collaboration frameworks typically adopt fully connected communication, causing the number of messages, token costs, and end-to-end latency to grow approximately quadratically with the number of agents; although fixed sparse topologies reduce overhead, they cannot adapt communication relationships to different task instances or intermediate reasoning states, making them prone either to preserving low-value interactions or to losing critical error-correction information. To address this problem, this paper proposes DySCo (Dynamic Sparse Consensus), a dynamic trust-aware sparse consensus mechanism. In each round of reasoning, DySCo estimates the value of communication edges based on agent reliability, answer divergence, and task relevance, and selects a small number of high-value edges for message exchange under budget constraints; it then aggregates the answers of different agents through dynamic trust weights and terminates the discussion early once consensus stabilizes. This mechanism replaces universal broadcasting with on-demand communication, thereby reducing communication overhead while preserving essential cross-validation information. We further present analyses of communication complexity and consensus stability, and evaluate the performance of DySCo on mathematical reasoning, logical reasoning, and factual question-answering tasks.

顶级标签: llm agents systems
详细标签: multi-agent consensus sparse communication dynamic topology trust-aware communication efficiency 或 搜索:

基于动态信任感知的稀疏通信拓扑:面向LLM多智能体共识机制 / Dynamic Trust-Aware Sparse Communication Topology for LLM-Based Multi-Agent Consensus


1️⃣ 一句话总结

本文提出了一种名为DySCo的动态稀疏共识机制,通过智能评估智能体之间的信任度、答案差异和任务相关性,在每轮推理中仅选择少数最有价值的通信连接,从而大幅降低多智能体系统的通信开销和延迟,同时保留关键的纠错信息,并能在共识稳定后提前终止讨论。

源自 arXiv: 2606.01828