paper-with-me

홈 › Papers

Language Models For Generalised PDDL Planning: Synthesising Sound and Programmatic Policies

2025-08-25 · Dillon Z. Chen, Johannes Zenn, Tristan Cinquin, Sheila A. McIlraith arxiv

We study the usage of language models (LMs) for planning over world models specified in the Planning Domain Definition Language (PDDL). We prompt LMs to generate Python programs that serve as generalised policies for solving PDDL problems from a given domain. Notably, our approach synthesises policies that are provably sound relative to the PDDL domain without reliance on external verifiers. We conduct experiments on competition benchmarks which show that our policies can solve more PDDL problems than PDDL planners and recent LM approaches within a fixed time and memory constraint. Our approach manifests in the LMPlan planner which can solve planning problems with several hundreds of relevant objects. Surprisingly, we observe that LMs used in our framework sometimes plan more effectively over PDDL problems written in meaningless symbols in place of natural language; e.g. rewriting (at dog kitchen) as (p2 o1 o3). This finding challenges hypotheses that LMs reason over word semantics and memorise solutions from its training corpus, and is worth further exploration.

📄 PDF Abstract BibTeX arXiv:2508.18507

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Universal PDDL Domain

2024-10-28 · Patrik Haslum, Augusto B. Corrêa

In AI planning, it is common to distinguish between planning domains and problem instances, where a "domain" is generally understood as a set of related problem instances. This distinction is important, for example, in g…

Satisficing and Optimal Generalised Planning via Goal Regression (Extended Version)

2025-11-14 · Dillon Z. Chen, Till Hofmann, Toryn Q. Klassen, Sheila A. McIlraith arxiv

Generalised planning (GP) refers to the task of synthesising programs that solve families of related planning problems. We introduce a novel, yet simple method for GP: given a set of training problems, for each problem, …

ASNets: Deep Learning for Generalised Planning

2019-08-04 · Sam Toyer, Felipe Trevizan, Sylvie Thiébaux, Lexing Xie

In this paper, we discuss the learning of generalised policies for probabilistic and classical planning problems using Action Schema Networks (ASNets). The ASNet is a neural network architecture that exploits the relatio…

Deep LearningHeuristic Search

Leveraging Pre-trained Large Language Models to Construct and Utilize World Models for Model-based Task Planning

2023-05-24 · NeurIPS 2023 11

There is a growing interest in applying pre-trained large language models (LLMs) to planning problems. However, methods that use LLMs directly as planners are currently impractical due to several factors, including limit…

Task Planning

On the Limit of Language Models as Planning Formalizers

2024-12-13 · Cassie Huang, Li Zhang

Large Language Models have been shown to fail to create executable and verifiable plans in grounded environments. An emerging line of work shows success in using LLM as a formalizer to generate a formal representation (e…