ROAISep 18, 2023

Conformal Temporal Logic Planning using Large Language Models

arXiv:2309.10092v532 citationsh-index: 60
Originality Incremental advance
AI Analysis

This addresses planning for mobile robots with natural language specifications, offering a hybrid approach that is incremental but improves user-friendliness and performance.

This paper tackles the problem of planning for mobile robots to accomplish missions expressed in natural language with temporal logic constraints, proposing HERACLEs, a hierarchical neuro-symbolic planner that integrates symbolic planning, LLMs, and conformal prediction to achieve user-defined mission success rates and outperform LLM-based planners.

This paper addresses planning problems for mobile robots. We consider missions that require accomplishing multiple high-level sub-tasks, expressed in natural language (NL), in a temporal and logical order. To formally define the mission, we treat these sub-tasks as atomic predicates in a Linear Temporal Logic (LTL) formula. We refer to this task specification framework as LTL-NL. Our goal is to design plans, defined as sequences of robot actions, accomplishing LTL-NL tasks. This action planning problem cannot be solved directly by existing LTL planners because of the NL nature of atomic predicates. To address it, we propose HERACLEs, a hierarchical neuro-symbolic planner that relies on a novel integration of (i) existing symbolic planners generating high-level task plans determining the order at which the NL sub-tasks should be accomplished; (ii) pre-trained Large Language Models (LLMs) to design sequences of robot actions based on these task plans; and (iii) conformal prediction acting as a formal interface between (i) and (ii) and managing uncertainties due to LLM imperfections. We show, both theoretically and empirically, that HERACLEs can achieve user-defined mission success rates. Finally, we provide comparative experiments demonstrating that HERACLEs outperforms LLM-based planners that require the mission to be defined solely using NL. Additionally, we present examples demonstrating that our approach enhances user-friendliness compared to conventional symbolic approaches.

Foundations

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

Your Notes