HEAL: An Empirical Study on Hallucinations in Embodied Agents Driven by Large Language Models
Trishna Chakraborty, Udita Ghosh, Xiaopan Zhang, Fahim Faisal Niloy, Yue Dong, Jiachen Li, Amit K. Roy-Chowdhury, Chengyu Song
TL;DR
HEAL systematically investigates hallucinations in LLM-driven embodied agents executing long-horizon tasks under scene–task inconsistencies. By constructing a targeted hallucination probing set with four prompting-modification types, the authors quantify grounding failures across 12 models in VirtualHome and BEHAVIOR, using CHAIR and POPE metrics and three runs per setting. Key findings show Scene Task Contradiction yields the highest hallucination rates, cross-modal inputs mitigate but do not eliminate hallucinations, and absence of hallucination does not guarantee correct planning, with larger models showing more resilience. The work provides actionable guidance for designing robust grounded planning, highlighting the need for stronger grounding controls and reliable task rejection mechanisms in embodied AI systems.
Abstract
Large language models (LLMs) are increasingly being adopted as the cognitive core of embodied agents. However, inherited hallucinations, which stem from failures to ground user instructions in the observed physical environment, can lead to navigation errors, such as searching for a refrigerator that does not exist. In this paper, we present the first systematic study of hallucinations in LLM-based embodied agents performing long-horizon tasks under scene-task inconsistencies. Our goal is to understand to what extent hallucinations occur, what types of inconsistencies trigger them, and how current models respond. To achieve these goals, we construct a hallucination probing set by building on an existing benchmark, capable of inducing hallucination rates up to 40x higher than base prompts. Evaluating 12 models across two simulation environments, we find that while models exhibit reasoning, they fail to resolve scene-task inconsistencies-highlighting fundamental limitations in handling infeasible tasks. We also provide actionable insights on ideal model behavior for each scenario, offering guidance for developing more robust and reliable planning strategies.
