ROAISep 17, 2023

From Cooking Recipes to Robot Task Trees -- Improving Planning Correctness and Task Efficiency by Leveraging LLMs with a Knowledge Network

arXiv:2309.09181v121 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses task planning for robotic cooking, offering incremental improvements in correctness and efficiency for robotics applications.

The paper tackled robotic cooking task planning by introducing a pipeline that uses LLMs to generate task trees from recipes and refines them with retrieval to improve correctness and efficiency, achieving superior performance in accuracy and efficiency compared to previous works.

Task planning for robotic cooking involves generating a sequence of actions for a robot to prepare a meal successfully. This paper introduces a novel task tree generation pipeline producing correct planning and efficient execution for cooking tasks. Our method first uses a large language model (LLM) to retrieve recipe instructions and then utilizes a fine-tuned GPT-3 to convert them into a task tree, capturing sequential and parallel dependencies among subtasks. The pipeline then mitigates the uncertainty and unreliable features of LLM outputs using task tree retrieval. We combine multiple LLM task tree outputs into a graph and perform a task tree retrieval to avoid questionable nodes and high-cost nodes to improve planning correctness and improve execution efficiency. Our evaluation results show its superior performance compared to previous works in task planning accuracy and efficiency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes