[TOC]

  1. Title: Exploring the Limitations of Using LLMs to Fix Planning Tasks
  2. Author: Alba Gragera et. al.
  3. Publish Year: icaps23.icaps-conference
  4. Review Date: Wed, Sep 20, 2023
  5. url: https://icaps23.icaps-conference.org/program/workshops/keps/KEPS-23_paper_3645.pdf

Summary of paper

image-20230920210538214

Motivation

Contribution

conclusion: they demonstrate that although LLMs can in principle facilitate iterative refinement of PDDL models through user interaction, their limited reasoning abilities render them insufficient for identifying meaningful changes to ill-defined planning models that result into solvable planning tasks.

Some key terms

inherent limitations of LLMs

challenges of fixing domains

Observations

  1. CHATGPT is better at dealing with missing initial states.
  2. errors in action definitions are really hard to get repaired. (solvable rate is 3/20)
  3. image-20230920215633691
  4. the authors found that communicating in natural language could help LLMs to find bugs.
    1. comment: however, it requires extra efforts converting NL descriptions backto PDDL and this can also be error-prone

Good things about the paper (one paragraph)

Incomprehension

Potential future work