Systematic Failures in Collective Reasoning under Distributed Information in Multi-Agent LLMs
Yuxuan Li, Aoi Naito, Hirokazu Shirado
TL;DR
HiddenBench formalizes and quantifies collective reasoning under distributed information in multi-agent LLMs. By building a theory-grounded 65-task benchmark and validating it with human groups and 15 frontier LLMs, it reveals a consistent gap where multi-agent systems under distributed information underperform single agents with full information, due to latent information asymmetry and insufficient information-surfacing mechanisms. Ablation studies show that forced disclosure or explicit epistemic prompts can significantly improve performance, but scaling model size or individual reasoning alone does not solve coordination failures. The work provides a reproducible pipeline for generating and validating distributed-information tasks and argues for training signals and coordination protocols that incentivize information probing and unshared evidence uncovering. Overall, HiddenBench offers a principled framework to diagnose and drive progress toward reliable collective reasoning in distributed-information multi-agent AI systems.
Abstract
Multi-agent systems built on large language models (LLMs) are expected to enhance decision-making by pooling distributed information, yet systematically evaluating this capability has remained challenging. We introduce HiddenBench, a 65-task benchmark grounded in the Hidden Profile paradigm, which isolates collective reasoning under distributed information from individual reasoning ability. Evaluating 15 frontier LLMs, we find that multi-agent LLMs achieve only 30.1% accuracy under distributed information, compared to 80.7% accuracy for single agents given complete information. We trace this gap to a systematic failure mode: agents cannot recognize or act under latent information asymmetry-they fail to reason about what others might know but have not yet expressed, leading to premature convergence on shared evidence while critical distributed facts remain unexplored. These failures persist across prompting strategies, communication depths, and group sizes-and worsen as groups scale. While some models (e.g., Gemini-2.5-Flash/Pro) outperform others, neither model scale nor individual reasoning accuracy reliably predicts collective performance. Our results identify failures in collective information exploration in decision-making as a key limitation of multi-agent LLMs, and provide a theory-grounded, reproducible framework for diagnosing collective reasoning failures.
