[TOC]

  1. Title: Generalised Planning in Pddl Domains With Pretrained Large Language Models
  2. Author: Tom Silver et. al.
  3. Publish Year: 18 May 2023
  4. Review Date: Tue, May 23, 2023
  5. url: https://arxiv.org/pdf/2305.11014.pdf

Summary of paper

Motivation

Contribution

Some key terms

the problem

process

definition of generalised planning

image-20230524004821939

background on PDDL

The objective of the work

prompting method

Experiments and results

  1. Can GPT-4 be used for generalised (PDDL) planning?
  2. Are the synthesized programs efficient?
  3. Does CoT summarization help?
  4. Does automated debugging help?
  5. To what extent does GPT-4 rely on names in the PDDL
  6. How does GPT-4 compare to GPT3.5
  7. Do each of the four error types help? (Python exception, Timeout, Plan Syntax, Plan Semantics)

experiment environment

Ablation

image-20230524151943527

image-20230524152033807

Potential future work

Strange thing about the paper

limitation and direction of future work