paper-with-me

Papers

Improved Generalized Planning with LLMs through Strategy Refinement and Reflection

2025-08-19 · Katharina Stein, Nils Hodel, Daniel Fišer, Jörg Hoffmann, Michael Katz, Alexander Koller arxiv

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. If the strategy is incorrect, its implementation will therefore result in an incorrect generalized plan. Here, we introduce an approach that generates the strategy in the form of pseudocode and enables automatic debugging of the pseudocode, hence allowing us to identify and fix errors prior to the generation of the generalized plan itself. Additionally, we extend the Python debugging phase with a reflection step prompting the LLM to pinpoint the reason for the observed plan failure. Finally, we take inspiration from LLM code generation to produce several program variants and pick the best one. Running experiments on 17 benchmark domains with two reasoning and two non-reasoning LLMs, we show that these extensions substantially improve the quality of the generalized plans. Our best performing configuration achieves an average coverage of 82% across the domains.

📄 PDF Abstract BibTeX arXiv:2508.13876

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

LLMPC: Large Language Model Predictive Control

2025-01-05 · Gabriel Maher

Recent advancements in prompting techniques for Large Language Models (LLMs) have improved their reasoning, planning, and action abilities. This paper examines these prompting techniques through the lens of model predict…

Language ModelingLanguage ModellingLarge Language Modelmodel+1

Generalized Mission Planning for Heterogeneous Multi-Robot Teams via LLM-constructed Hierarchical Trees

2025-01-27 · Piyush Gupta, David Isele, Enna Sachdeva, Pin-Hao Huang 외

We present a novel mission-planning strategy for heterogeneous multi-robot teams, taking into account the specific constraints and capabilities of each robot. Our approach employs hierarchical trees to systematically bre…

Abstraction Generation for Generalized Planning with Pretrained Large Language Models

2026-02-11 · Zhenhe Cui, Huaxiang Xia, Hangjun Shen, Kailun Luo 외 arxiv

Qualitative Numerical Planning (QNP) serves as an important abstraction model for generalized planning (GP), which aims to compute general plans that solve multiple instances at once. Recent works show that large languag…

Learning and Reusing Policy Decompositions for Hierarchical Generalized Planning with LLM Agents

2026-05-07 · Shirin Sohrabi, Haritha Ananthakrishnan, Harsha Kokel, Kavitha Srinivas 외 arxiv

We present a dynamic policy-learning approach that combines generalized planning and hierarchical task decomposition for LLM-based agents. Our method, Hierarchical Component Learning for Generalized Policies (HCL-GP ), l…

Vaiage: A Multi-Agent Solution to Personalized Travel Planning

2025-05-16 · Binwen Liu, Jiexi Ge, Jiamin Wang

Planning trips is a cognitively intensive task involving conflicting user preferences, dynamic external information, and multi-step temporal-spatial optimization. Traditional platforms often fall short - they provide sta…