Augmenting Multi-Agent Communication with State Delta Trajectory
Yichen Tang, Weihang Su, Yujia Zhou, Yiqun Liu, Min Zhang, Shaoping Ma, Qingyao Ai

TL;DR
This paper introduces a novel communication protocol for multi-agent systems that transmits both language tokens and state transition trajectories, significantly improving reasoning tasks in large language models.
Contribution
The paper proposes State Delta Encoding (SDE), a new method for representing state transitions that enhances multi-agent communication beyond traditional natural language exchange.
Findings
SDE outperforms existing communication protocols in complex reasoning tasks.
Multi-agent systems with SDE achieve state-of-the-art performance.
State transition trajectories better capture inference processes than raw state values.
Abstract
Multi-agent techniques such as role playing or multi-turn debates have been shown to be effective in improving the performance of large language models (LLMs) in downstream tasks. Despite their differences in workflows, existing multi-agent systems constructed from a single base LLM mostly use natural language for agent communication. While this is appealing for its simplicity and interpretability, it also introduces inevitable information loss as one model must down sample its continuous state vectors to discrete tokens before transferring them to the other model. Such losses are particularly significant when the information to transfer is not simple facts, but reasoning logics or abstractive thoughts. To tackle this problem, we propose a new communication protocol that transfers both natural language tokens and token-wise state transition trajectory from one agent to another.…
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
Taxonomy
TopicsDistributed systems and fault tolerance · Mobile Agent-Based Network Management · Distributed Control Multi-Agent Systems
