TL;DR
This paper introduces DALA, an auction-based framework for language agent communication that optimizes resource use, improves reasoning performance, and reduces token costs by encouraging concise messaging.
Contribution
The paper presents a novel auction-based approach to manage communication in multi-agent systems, promoting efficiency and strategic silence, with state-of-the-art results on reasoning benchmarks.
Findings
Achieves 84.32% on MMLU and 91.21% pass@1 on HumanEval.
Uses only 6.25 million tokens, much less than current methods.
Encourages strategic silence and message conciseness.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
