SELP: Generating Safe and Efficient Task Plans for Robot Agents with Large Language Models
Yi Wu, Zikang Xiong, Yiran Hu, Shreyash S. Iyengar, Nan Jiang, Aniket, Bera, Lin Tan, Suresh Jagannathan

TL;DR
SELP enhances large language models for robot task planning by integrating equivalence voting, constrained decoding, and domain-specific fine-tuning, resulting in safer and more efficient plans across various robot tasks.
Contribution
This paper introduces SELP, a novel framework combining multiple techniques to improve LLM-based robot planning, ensuring safety and efficiency in complex, long-horizon tasks.
Findings
SELP outperforms state-of-the-art planners in safety and efficiency for drone navigation.
SELP achieves a 20.4% improvement in safety rate for robot manipulation tasks.
The approach is validated across different robot agents and tasks, demonstrating generalizability.
Abstract
Despite significant advancements in large language models (LLMs) that enhance robot agents' understanding and execution of natural language (NL) commands, ensuring the agents adhere to user-specified constraints remains challenging, particularly for complex commands and long-horizon tasks. To address this challenge, we present three key insights, equivalence voting, constrained decoding, and domain-specific fine-tuning, which significantly enhance LLM planners' capability in handling complex tasks. Equivalence voting ensures consistency by generating and sampling multiple Linear Temporal Logic (LTL) formulas from NL commands, grouping equivalent LTL formulas, and selecting the majority group of formulas as the final LTL formula. Constrained decoding then uses the generated LTL formula to enforce the autoregressive inference of plans, ensuring the generated plans conform to the LTL.…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques
