Real-world AI systems are tackling increasingly complex problems, often through interactions among large language model (LLM) agents. When these agents develop inconsistent conventions, coordination can break down. Applications such as collaborative coding and distributed planning therefore require reliable, consistent communication, and scalability is a central concern as systems grow. We introduce Schema-Induced Games for Naming (SIGN), a naming game that examines how lightweight structure can steer convention formation. We compare schema-induced communication to unconstrained natural language and find faster convergence with up to 5.8x higher agreement. These results suggest that minimal structure can act as a simple control knob for efficient multi-agent coordination, pointing toward broader applications beyond the naming game.
Real-world AI systems are tackling increasingly complex problems, often through interactions between large language model (LLM) agents. When these agents form inconsistent conventions, coordination may collapse. Applications such as collaborative coding and distributed planning require reliable, consistent communication, with scalability being a core concern for system growth. This paper introduces Schema-Induced Games for Naming (SIGN), a naming game that investigates how lightweight structures guide convention formation. The study compares schema-induced communication with unconstrained natural language, finding that the former converges faster with consistency improvements of up to 5.8×. These results suggest that minimal structure can serve as a simple control knob for efficient multi-agent coordination, pointing toward broader applications beyond naming games.
With the development of LLM multi-agent systems, agents need to establish common naming conventions to achieve effective coordination. When agents form inconsistent conventions during interactions, it leads to coordination failures, affecting practical applications such as collaborative coding and distributed planning. This paper investigates how lightweight structured constraints can guide convention formation, improving consistency and convergence speed among agents.
Proposes SIGN Framework: First to introduce schema-induced mechanisms into naming games, investigating how structured constraints affect convention formation in LLM agents
Empirically Validates Structured Communication Advantages:
Convergence speed improved by an order of magnitude (significant token consumption reduction)
Population agreement improved up to 5.8× (from 0.111 to 0.639)
Provides Controllable Coordination Mechanism: Demonstrates that schema constraints can serve as a model-agnostic "control knob" to simply and effectively improve multi-agent coordination
Cross-Model Validation: Verifies method effectiveness and robustness on Phi-3 and LLaMA models and their hybrid populations
Theoretical Insights: Reveals how minimal structural priors shape convention emergence processes, providing guidance for multi-agent system design
Input: N (number of agents), L (vocabulary), K (memory size), T (steps), α (adoption probability)
for t = 1 to T:
1. Uniformly randomly pair agents i, j
2. Each agent forms proposal m^t based on partner-specific K memories
3. Parse @say {name: Ck} → y
4. if non-compliant:
retry once with reminder
if still invalid:
decode free text
if undecodable:
y ← None
5. if y_i ≠ y_j:
adopt partner's Ck with probability α (lose-shift mechanism)
Ashery, A. F.; Aiello, L. M.; Baronchelli, A. (2025). Emergent social conventions and collective bias in LLM populations. Science Advances, 11(20): eadu9368.
Social convention emergence in LLM populations
Baronchelli, A.; Loreto, V.; Steels, L. (2008). In-depth analysis of the Naming Game dynamics: the homogeneous mixing case. arXiv:0803.0398.
Classical theoretical analysis of naming games
Chen, W. et al. (2024). Beyond natural language: LLMs leveraging alternative formats for enhanced reasoning and communication. arXiv:2402.18439.
Structured formats enhance LLM reasoning
Guo, T. et al. (2024). Large language model based multi-agents: A survey of progress and challenges. arXiv:2402.01680.
The SIGN paper proposes a simple yet powerful idea: guide multi-agent system convention formation through minimal structured constraints. Experimental results are impressive, with 5.8× agreement improvement and order-of-magnitude efficiency gains providing strong support for practical applications.
Core Value lies in providing a low-cost, efficient, model-agnostic coordination mechanism, highly significant given the growing importance of multi-agent LLM systems. The method's simplicity is itself an advantage—requiring no complex training or architectural modifications, merely output format constraints significantly improve coordination.
Main Limitations are theoretical depth and application scope. The paper is more empirical demonstration than deep analysis, with future work needed to answer "why" and "when" questions. Extension to more complex tasks and larger-scale systems is necessary next step.
Overall, this is a well-executed, clearly-contributing research work providing practical tools and research insights for multi-agent coordination, worthy of attention and further exploration.