Generalized Planning in PDDL Domains with Pretrained Large Language Models

Abstract

Recent work has considered whether large language models (LLMs) can function as planners: given a task, generate a plan. We investigate whether LLMs can serve as generalized planners: given a domain and training tasks, generate a program that efficiently produces plans for other tasks in the domain. In particular, we consider PDDL domains and use GPT-4 to synthesize Python programs. We also consider (1) Chain-of-Thought (CoT) summarization, where the LLM is prompted to summarize the domain and propose a strategy in words before synthesizing the program; and (2) automated debugging, where the program is validated with respect to the training tasks, and in case of errors, the LLM is re-prompted with four types of feedback. We evaluate this approach in seven PDDL domains and compare it to four ablations and four baselines. Overall, we find that GPT-4 is a surprisingly powerful generalized planner. We also conclude that automated debugging is very important, that CoT summarization has non-uniform impact, that GPT-4 is far superior to GPT-3.5, and that just two training tasks are often sufficient for strong generalization.

Cite

Text

Silver et al. "Generalized Planning in PDDL Domains with Pretrained Large Language Models." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I18.30006

Markdown

[Silver et al. "Generalized Planning in PDDL Domains with Pretrained Large Language Models." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/silver2024aaai-generalized/) doi:10.1609/AAAI.V38I18.30006

BibTeX

@inproceedings{silver2024aaai-generalized,
  title     = {{Generalized Planning in PDDL Domains with Pretrained Large Language Models}},
  author    = {Silver, Tom and Dan, Soham and Srinivas, Kavitha and Tenenbaum, Joshua B. and Kaelbling, Leslie Pack and Katz, Michael},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {20256-20264},
  doi       = {10.1609/AAAI.V38I18.30006},
  url       = {https://mlanthology.org/aaai/2024/silver2024aaai-generalized/}
}