HELP: Hierarchical Embodied Language Planner for Household Tasks
Alexandr V. Korchemnyi, Anatoly O. Onishchenko, Eva A. Bakaeva, Alexey K. Kovalev, Aleksandr I. Panov
TL;DR
HELP introduces a hierarchical, multi-agent planning framework for embodied household tasks that decomposes natural-language instructions into unambiguous subtasks (HLP) and grounds each subtasks into executable actions via a low-level planner (LLP). It emphasizes running on mid-sized open-source LLMs on-device, with a feedback loop to incorporate environmental information and a feasibility verifier for safety. Across template-based datasets, ALFRED, and real-world robot experiments, HELP demonstrates robust long-horizon planning, generalization to broader task sets, and practical deployment potential, achieving up to 80% real-world success and strong planning-quality metrics. The work highlights the benefits of environmental grounding, similarity-based few-shot prompting, and modular agent design as a path toward autonomous, adaptable robotic planners.
Abstract
Embodied agents tasked with complex scenarios, whether in real or simulated environments, rely heavily on robust planning capabilities. When instructions are formulated in natural language, large language models (LLMs) equipped with extensive linguistic knowledge can play this role. However, to effectively exploit the ability of such models to handle linguistic ambiguity, to retrieve information from the environment, and to be based on the available skills of an agent, an appropriate architecture must be designed. We propose a Hierarchical Embodied Language Planner, called HELP, consisting of a set of LLM-based agents, each dedicated to solving a different subtask. We evaluate the proposed approach on a household task and perform real-world experiments with an embodied agent. We also focus on the use of open source LLMs with a relatively small number of parameters, to enable autonomous deployment.
