SocialGrid: A Benchmark for Planning and Social Reasoning in Embodied Multi-Agent Systems

๐Ÿ“… 2026-04-17
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

199K/year
๐Ÿค– AI Summary
This work addresses the limited planning and social reasoning capabilities of large language models in embodied multi-agent environments by introducing SocialGridโ€”a benchmark environment inspired by the game Among Us. The framework uniquely decouples task planning from social reasoning, enabling isolated evaluation of social intelligence through an optional planning oracle. It further supports systematic diagnosis via adversarial tournaments, fine-grained metrics, automated failure analysis, and an Elo-based leaderboard. Experimental results reveal that even the strongest open-source model (GPT-OSS-120B) achieves a task completion rate below 60% and frequently exhibits repetitive behaviors. Notably, its deception detection performance remains near random chance even with planning assistance, highlighting a critical bottleneck in current modelsโ€™ social reasoning abilities.

Technology Category

Application Category

๐Ÿ“ Abstract
As Large Language Models (LLMs) transition from text processors to autonomous agents, evaluating their social reasoning in embodied multi-agent settings becomes critical. We introduce SocialGrid, an embodied multi-agent environment inspired by Among Us that evaluates LLM agents on planning, task execution, and social reasoning. Our evaluations reveal that even the strongest open model (GPT-OSS-120B) achieves below 60% accuracy in task completion and planning, with agents getting stuck in repetitive behaviors or failing to navigate basic obstacles. Since poor navigation confounds evaluation of social intelligence, SocialGrid offers an optional Planning Oracle to isolate social reasoning from planning deficits. While planning assistance improves task completion, social reasoning remains a bottleneck: agents fail to detect deception at near-random chance regardless of scale, relying on shallow heuristics rather than accumulating behavioral evidence. SocialGrid provides automatic failure analysis and fine-grained metrics, enabling developers to diagnose and improve their agents. We also establish a competitive leaderboard using Elo ratings from adversarial league play.
Problem

Research questions and friction points this paper is trying to address.

social reasoning
embodied multi-agent systems
planning
deception detection
Large Language Models
Innovation

Methods, ideas, or system contributions that make the work stand out.

SocialGrid
embodied multi-agent systems
social reasoning
planning oracle
adversarial evaluation