🤖 AI Summary
This work addresses the challenge of error propagation in multi-agent collaboration caused by the absence of critical reasoning and verification information in early-stage communication, which significantly degrades system performance. To mitigate this issue, the authors propose Category-Aware Recovery Augmentation—a method that enhances communication quality within large language model–based multi-agent frameworks by identifying and explicitly embedding essential reasoning and validation content. Experimental results demonstrate that the approach successfully recovers 86.2% of previously failed cases across diverse tasks, underscoring the pivotal role of high-fidelity communication in collaborative efficacy. The study not only validates the importance of structured information exchange but also establishes a novel paradigm for designing robust communication protocols in multi-agent systems.
📝 Abstract
Large Language Models (LLMs) have enabled collaborative Multi-Agent (MA) systems, where interacting agents improve performance through diverse reasoning and iterative refinement. However, these systems remain vulnerable to error propagation, where early-stage information degrades downstream reasoning. To address this, we conduct a systematic analysis of inter-agent communication to identify which information drives MA performance. We find that the absence of reasoning and verification in inter-agent communication significantly degrades performance. Based on these insights, we propose Category-Aware Recovery Augmentation (technique), which enforces the presence of critical information during communication. recovers up to 86.2% of failed cases. Our results highlight the key role of information quality in effective MA collaboration. Our code is available at https://anonymous.4open.science/r/cara_mas