Consolidating Trees of Robotic Plans Generated Using Large Language Models to Improve Reliability
Md Sadman Sakib, Yu Sun

TL;DR
This paper presents a novel method that consolidates multiple LLM-generated robotic task plan trees into a graph to improve plan reliability, accuracy, and efficiency, enhanced further by a knowledge network and GPT-4.
Contribution
It introduces a new approach to merge multiple LLM-generated plans into a graph, removing questionable paths, and retrieving optimal plans, significantly improving reliability over prior methods.
Findings
Higher planning accuracy compared to previous methods
Improved execution efficiency in robotic task planning
Effective integration of GPT-4 and knowledge networks
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Software Engineering Research · Natural Language Processing Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Label Smoothing · Absolute Position Encodings · Layer Normalization · Softmax · Residual Connection · Linear Layer · Byte Pair Encoding · Dropout
