ICRA 20251 citations

Large Language Model Based Autonomous Task Planning for Abstract Commands

Seokjoon Kwon, Jae-Hyeon Park, Hee-Deok Jang, Cheol Lae Roh, Dong Eui Chang

Abstract

Recent advances in large language models (LLMs) have demonstrated exceptional reasoning capabilities in natural language processing, sparking interest in applying LLMs to task planning problems in robotics. Most studies focused on task planning for clear natural language commands that specify target objects and their locations. However, for more user-friendly task execution, it is crucial for robots to autonomously plan and carry out tasks based on abstract natural language commands that may not explicitly mention target objects or locations, such as ‘Put the food ingredients in the same place.’ In this study, we propose an LLM-based autonomous task planning framework that generates task plans for abstract natural language commands. This framework consists of two phases: an environment recognition phase and a task planning phase. In the environment recognition phase, a large vision-language model generates a hierarchical scene graph that captures the relationships between objects and spaces in the environment surrounding a robot agent. During the task planning phase, an LLM uses the scene graph and the abstract user command to formulate a plan for the given task. We validate the effectiveness of the proposed framework in the AI2THOR simulation environment, demonstrating its superior performance in task execution when handling abstract commands.

BibTeX
@inproceedings{icra2025_largelanguagemod,
  title = {Large Language Model Based Autonomous Task Planning for Abstract Commands},
  author = {Seokjoon Kwon and Jae-Hyeon Park and Hee-Deok Jang and Cheol Lae Roh and Dong Eui Chang},
  booktitle = {ICRA 2025},
  year = {2025}
}