Structured Self-Consistency:A Multi-Task Evaluation of LLMs on VirtualHome
Jiaqi Xu, Tao Huang, Kai Zhang
TL;DR
The paper addresses the challenge of using Large Language Models for embodied AI in realistic simulations, where outputs must be structurally valid and causally executable. It introduces Structured Self-Consistency (SSC), an inference-time framework that combines Diversity Sampling, Semantic Canonicalization, and Structure-Aware Voting to produce semantically robust structured outputs, aided by task-adaptive prompts. Through a unified multi-task evaluation on VirtualHome via the EAI framework, the authors show SSC improves performance acrossGoal Interpretation, Action Sequencing, Subgoal Decomposition, and Transition Modeling for two open-source 7B LLMs, with OpenPangu-7B showing large gains in hierarchical planning and Qwen2.5-7B-Instruct showing strong action-level execution improvements; some models exhibit an awakening effect, revealing latent planning capabilities when structural constraints are enforced. The results demonstrate that inference-time structure enforcement is a practical, low-cost approach to boosting embodied AI capabilities without additional fine-tuning, with significant implications for robust, real-world planning in simulated worlds.$6.18\%$ to $42.10\%$ transitions in one case illustrate the potential magnitude of improvements, and the overall gains of up to $+7.3\%$ task success and $+12.1\%$ execution success highlight SSC’s broad applicability.
Abstract
Embodied AI requires agents to understand goals, plan actions, and execute tasks in simulated environments.We present a comprehensive evaluation of Large Language Models (LLMs) on the VirtualHome benchmark using the Embodied Agent Interface (EAI) framework.We compare two representative 7B-parameter models OPENPANGU-7B and QWEN2.5-7B across four fundamental tasks: Goal Interpretation, Action Sequencing, Subgoal Decomposition, and Transition Modeling.We propose Structured Self-Consistency (SSC), an enhanced decoding strategy that leverages multiple sampling with domain-specific voting mechanisms to improve output quality for structured generation tasks. Experimental results demonstrate that SSC significantly enhances performance, with OPENPANGU-7B excelling at hierarchical planning while QWEN2.5-7B show advantages in action-level tasks. Our analysis reveals complementary strengths across model types, providing insights for future embodied AI system development.
