AIJun 1

MOC: Multi-Order Communication in LLM-based Multi-Agent Systems

arXiv:2606.0235981.7Has Code
Predicted impact top 38% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For researchers working on LLM-based multi-agent systems, MOC addresses the underexplored problem of effective inter-agent communication, offering a practical improvement over existing first-order neighbor concatenation methods.

The paper proposes Multi-Order Communication (MOC) to improve message transmission in LLM-based multi-agent systems by capturing multi-hop dependencies and consolidating messages, achieving consistent performance gains and reduced communication costs across six datasets.

Despite the remarkable progress of Large Language Model (LLM) based Multi-Agent Systems, most research focuses on optimizing coordination topology while largely underexploring the equally critical problem: how to transmit and optimize messages among agents effectively? Current communication schemes typically rely on the direct concatenation of first-order neighbor responses, which induces a restricted evidence receptive field and leads to the dilution of crucial insights over multi-hop paths. To address these limitations, we propose the Multi-Order Communication (MOC) scheme, which reconstructs the inter-agent communication to capture multi-hop dependencies and incorporates a structural message consolidation strategy to ensure efficiency. Specifically, we formalize the communication mechanism to construct a structured multi-order evidence stream, and subsequently design a Semantic-Topological Merging algorithm to optimize semantic fidelity within token constraints. Extensive experiments across six diverse datasets and LLM backbones of varying parameter scales demonstrate that MOC consistently improves task performance and reduces communication costs. The code is available at https://github.com/yao-guan/MOC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes