🤖 AI Summary
This work addresses the challenge in multi-agent systems where coarse-grained, opaque collaboration strategies hinder simultaneous optimization of performance and efficiency. We first systematically decompose collaboration into four fine-grained dimensions: agent governance, participation control, interaction dynamics, and dialogue history management. To jointly quantify accuracy and computational cost, we propose the Token-Accuracy Ratio (TAR) metric. Methodologically, we design a context-aware policy controller and a dynamic history compression–abstraction generation technique. Experiments on DEI and SES benchmarks show that the optimal policy combination improves accuracy by 19.3% while reducing token consumption by 32.7%. Our analysis reveals synergistic optimization principles: centralized governance, mentor-led participation, ordered interaction, and teacher-refined summarization. This work shifts the multi-agent design paradigm from architectural innovation toward principled, mechanism-level policy innovation.
📝 Abstract
Multi-agent collaboration has emerged as a pivotal paradigm for addressing complex, distributed tasks in large language model (LLM)-driven applications. While prior research has focused on high-level architectural frameworks, the granular mechanisms governing agents, critical to performance and scalability, remain underexplored. This study systematically investigates four dimensions of collaboration strategies: (1) agent governance, (2) participation control, (3) interaction dynamics, and (4) dialogue history management. Through rigorous experimentation under two context-dependent scenarios: Distributed Evidence Integration (DEI) and Structured Evidence Synthesis (SES), we quantify the impact of these strategies on both task accuracy and computational efficiency. Our findings reveal that centralized governance, instructor-led participation, ordered interaction patterns, and instructor-curated context summarization collectively optimize the trade-off between decision quality and resource utilization with the support of the proposed Token-Accuracy Ratio (TAR). This work establishes a foundation for designing adaptive, scalable multi-agent systems, shifting the focus from structural novelty to strategic interaction mechanics.