arXiv:2511.13193cs.AI2025-11AAAI被引 17

用拍卖机制让大模型代理精简对话,省钱又高效。

Cost-Effective Communication: An Auction-based Method for Language Agent Interaction

  • 将通信视为竞拍资源,代理竞价发言权以提升效率
  • 在7个基准上达新纪录,仅用625万token完成任务
  • 催生策略性沉默,动态调节沟通频率与内容

基于大语言模型的多智能体系统常因无限制通信导致令牌成本指数级增长和信噪比过低,难以实用化。本文挑战‘沟通越多越好’的假设,认为根本问题在于缺乏资源理性。我们提出动态拍卖式语言代理(DALA)框架,将通信带宽视为稀缺可交易资源,通过中心化拍卖机制使代理根据消息信息密度预测值竞价发言权,从而内生鼓励生成简洁、高信息量内容并过滤低价值交流。大量实验表明,该经济驱动的框架在七个复杂推理基准上达到新最优表现,包括MMLU上的84.32%和HumanEval的pass@1率91.21%。同时,其仅消耗625万令牌,远低于当前最先进方法在GSM8K上的使用量。进一步分析显示,该框架催生了策略性沉默能力,能根据资源约束动态调整从冗余到静默的沟通策略。代码与更新已公开于https://github.com/waltstephen/Cost-Effective-Communication。

原文摘要 · Abstract (English)

Multi-agent systems (MAS) built on large language models (LLMs) often suffer from inefficient "free-for-all" communication, leading to exponential token costs and low signal-to-noise ratios that hinder their practical deployment. We challenge the notion that more communication is always beneficial, hypothesizing instead that the core issue is the absence of resource rationality. We argue that "free" communication, by ignoring the principle of scarcity, inherently breeds inefficiency and unnecessary expenses. To address this, we introduce the Dynamic Auction-based Language Agent (DALA), a novel framework that treats communication bandwidth as a scarce and tradable resource. Specifically, our DALA regards inter-agent communication as a centralized auction, where agents learn to bid for the opportunity to speak based on the predicted value density of their messages. Thus, our DALA intrinsically encourages agents to produce concise, informative messages while filtering out low-value communication. Extensive and comprehensive experiments demonstrate that our economically-driven DALA achieves new state-of-the-art performance across seven challenging reasoning benchmarks, including 84.32% on MMLU and a 91.21% pass@1 rate on HumanEval. Note that this is accomplished with remarkable efficiency, i.e., our DALA uses only 6.25 million tokens, a fraction of the resources consumed by current state-of-the-art methods on GSM8K. Further analysis reveals that our DALA cultivates the emergent skill of strategic silence, effectively adapting its communication strategies from verbosity to silence in a dynamical manner via resource constraints. Our code and updates are available at https://github.com/waltstephen/Cost-Effective-Communication.

多智能体通信优化经济建模大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。