English

Embodied CoT Distillation From LLM To Off-the-shelf Agents

Artificial Intelligence 2024-12-17 v1 Robotics

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.

Keywords

Cite

@article{arxiv.2412.11499,
  title  = {Embodied CoT Distillation From LLM To Off-the-shelf Agents},
  author = {Wonje Choi and Woo Kyung Kim and Minjong Yoo and Honguk Woo},
  journal= {arXiv preprint arXiv:2412.11499},
  year   = {2024}
}

Comments

Accepted at ICML 2024

R2 v1 2026-06-28T20:36:30.887Z