AI RESEARCH

Improved Generalized Planning with LLMs through Strategy Refinement and Reflection

arXiv CS.AI

ArXi:2508.13876v2 Announce Type: replace LLMs have recently been used to generate Python programs representing generalized plans in PDDL planning, i.e., plans that generalize across the tasks of a given PDDL domain. Previous work proposed a framework consisting of three steps: the LLM first generates a summary and then a strategy for the domain, both in natural language, and then implements that strategy as a Python program, that gets debugged on example planning tasks. In that work, only one strategy is generated and passed directly to the program generation.