Embodied CoT Distillation From LLM To Off-the-shelf Agents
Wonje Choi, Woo Kyung Kim, Minjong Yoo, Honguk Woo
TL;DR
The paper tackles embodied task planning on capacity-limited devices by distilling LLM reasoning into small LM policies. It introduces DeDer, a two-tier policy framework (reasoning-policy and planning-policy) guided by an embodied knowledge graph and a contrastively prompted attention, with rationale data generated through MDP-featured in-context learning and LLM self-critique. On the ALFRED benchmark, DeDer outperforms state-of-the-art LLM-based planners and distillation baselines, achieving substantial gains in task success rate and goal-conditioned success while running on off-the-shelf LMs; the improvements are evidenced by an average SR and GC uplift of around 21.6 and 12.3 percentage points, respectively, over a strong baseline. This work demonstrates a practical route to real-time, robust embodied reasoning on modest hardware and offers a scalable blueprint for deploying LLM-like planning through compact models in real-world robotics and embodied AI settings.
Abstract
We address the challenge of utilizing large language models (LLMs) for complex embodied tasks, in the environment where decision-making systems operate timely on capacity-limited, off-the-shelf devices. We present DeDer, a framework for decomposing and distilling the embodied reasoning capabilities from LLMs to efficient, small language model (sLM)-based policies. In DeDer, the decision-making process of LLM-based strategies is restructured into a hierarchy with a reasoning-policy and planning-policy. The reasoning-policy is distilled from the data that is generated through the embodied in-context learning and self-verification of an LLM, so it can produce effective rationales. The planning-policy, guided by the rationales, can render optimized plans efficiently. In turn, DeDer allows for adopting sLMs for both policies, deployed on off-the-shelf devices. Furthermore, to enhance the quality of intermediate rationales, specific to embodied tasks, we devise the embodied knowledge graph, and to generate multiple rationales timely through a single inference, we also use the contrastively prompted attention model. Our experiments with the ALFRED benchmark demonstrate that DeDer surpasses leading language planning and distillation approaches, indicating the applicability and efficiency of sLM-based embodied policies derived through DeDer.
