ROAICLJan 15, 2024

Consolidating Trees of Robotic Plans Generated Using Large Language Models to Improve Reliability

arXiv:2401.07868v111 citationsh-index: 9Int. J. Artif. Intell. Robotics Res.
Originality Incremental advance
AI Analysis

This addresses the problem of unreliable robotic planning for real-world applications, though it is incremental by building on existing LLM-based methods.

The paper tackles the unreliability of LLM-generated robotic task plans by consolidating multiple plan trees into a graph to remove questionable paths and retrieve optimal plans, resulting in improved accuracy and efficiency compared to previous methods.

The inherent probabilistic nature of Large Language Models (LLMs) introduces an element of unpredictability, raising concerns about potential discrepancies in their output. This paper introduces an innovative approach aims to generate correct and optimal robotic task plans for diverse real-world demands and scenarios. LLMs have been used to generate task plans, but they are unreliable and may contain wrong, questionable, or high-cost steps. The proposed approach uses LLM to generate a number of task plans as trees and amalgamates them into a graph by removing questionable paths. Then an optimal task tree can be retrieved to circumvent questionable and high-cost nodes, thereby improving planning accuracy and execution efficiency. The approach is further improved by incorporating a large knowledge network. Leveraging GPT-4 further, the high-level task plan is converted into a low-level Planning Domain Definition Language (PDDL) plan executable by a robot. Evaluation results highlight the superior accuracy and efficiency of our approach compared to previous methodologies in the field of task planning.

Foundations

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

Your Notes