Talk Structurally, Act Hierarchically: A Collaborative Framework for LLM Multi-Agent Systems
Zhao Wang, Sota Moriyama, Wei-Yao Wang, Briti Gangopadhyay, Shingo Takamatsu
TL;DR
TalkHier presents a dynamic graph-based LLM-MA framework that combines a structured, context-rich communication protocol with hierarchical refinement to address disorganized exchanges, memory bottlenecks, and biased feedback. By deploying independent agent memories and a supervisor-driven task routing mechanism, TalkHier achieves state-of-the-art performance across MMLU, WikiQA, and ad-text generation benchmarks, outperforming both single-agent baselines and existing multi-agent systems. Ablation studies confirm the necessity of the evaluation hierarchy, independent memories, and context-rich communication for robust performance. While the results are compelling, the approach incurs higher API costs, pointing to future work on efficiency and accessibility without sacrificing collaboration quality.
Abstract
Recent advancements in LLM-based multi-agent (LLM-MA) systems have shown promise, yet significant challenges remain in managing communication and refinement when agents collaborate on complex tasks. In this paper, we propose \textit{Talk Structurally, Act Hierarchically (TalkHier)}, a novel framework that introduces a structured communication protocol for context-rich exchanges and a hierarchical refinement system to address issues such as incorrect outputs, falsehoods, and biases. \textit{TalkHier} surpasses various types of SoTA, including inference scaling model (OpenAI-o1), open-source multi-agent models (e.g., AgentVerse), and majority voting strategies on current LLM and single-agent baselines (e.g., ReAct, GPT4o), across diverse tasks, including open-domain question answering, domain-specific selective questioning, and practical advertisement text generation. These results highlight its potential to set a new standard for LLM-MA systems, paving the way for more effective, adaptable, and collaborative multi-agent frameworks. The code is available https://github.com/sony/talkhier.
