TIC: Translate-Infer-Compile for accurate "text to plan" using LLMs and Logical Representations
Sudhir Agarwal, Anu Sreepathy

TL;DR
This paper introduces TIC, a method that combines language models and logical reasoning to accurately translate natural language planning requests into formal PDDL representations for effective planning.
Contribution
TIC is a novel approach that uses LLMs for generating intermediate logical representations, improving accuracy over direct PDDL generation methods.
Findings
High accuracy in PDDL generation across seven domains
Reduced LLM errors by focusing on intermediate representations
Effective integration of logical reasoning with LLM outputs
Abstract
We study the problem of generating plans for given natural language planning task requests. On one hand, LLMs excel at natural language processing but do not perform well on planning. On the other hand, classical planning tools excel at planning tasks but require input in a structured language such as the Planning Domain Definition Language (PDDL). We leverage the strengths of both the techniques by using an LLM for generating the PDDL representation (task PDDL) of planning task requests followed by using a classical planner for computing a plan. Unlike previous approaches that use LLMs for generating task PDDLs directly, our approach comprises of (a) translate: using an LLM only for generating a logically interpretable intermediate representation of natural language task description, (b) infer: deriving additional logically dependent information from the intermediate representation…
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
TopicsNatural Language Processing Techniques
MethodsSparse Evolutionary Training · Balanced Selection
