paper-with-me

Papers

GenePlan: Evolving Better Generalized PDDL Plans using Large Language Models

2026-03-10 · Andrew Murray, Danial Dervovic, Alberto Pozanco, Michael Cashmore arxiv

We present GenePlan (GENeralized Evolutionary Planner), a novel framework that leverages large language model (LLM) assisted evolutionary algorithms to generate domain-dependent generalized planners for classical planning tasks described in PDDL. By casting generalized planning as an optimization problem, GenePlan iteratively evolves interpretable Python planners that minimize plan length across diverse problem instances. In empirical evaluation across six existing benchmark domains and two new domains, GenePlan achieved an average SAT score of 0.91, closely matching the performance of the state-of-the-art planners (SAT score 0.93), and significantly outperforming other LLM-based baselines such as chain-of-thought (CoT) prompting (average SAT score 0.64). The generated planners solve new instances rapidly (average 0.49 seconds per task) and at low cost (average $1.82 per domain using GPT-4o).

📄 PDF Abstract BibTeX arXiv:2603.09481

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improved Generalized Planning with LLMs through Strategy Refinement and Reflection

2025-08-19 · Katharina Stein, Nils Hodel, Daniel Fišer, Jörg Hoffmann 외 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…

Code Generation

Generalized Planning in PDDL Domains with Pretrained Large Language Models

2023-05-18 · Tom Silver, Soham Dan, Kavitha Srinivas, Joshua B. Tenenbaum 외

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, g…

Generalized Planning With Procedural Domain Control Knowledge

2019-10-11 · Javier Segovia-Aguas, Sergio Jiménez, Anders Jonsson

Generalized planning is the task of generating a single solution that is valid for a set of planning problems. In this paper we show how to represent and compute generalized plans using procedural Domain Control Knowledg…

valid

PDDLCoder: Agentic PDDL Generation for LLM-Assisted Symbolic Planning

2026-08-17 · Veit Laule, Jiangtao Shuai, Manfred Hauswirth, Sonja Schimmler arxiv

LLMs remain unreliable for long-horizon planning, often generating logically inconsistent or non-applicable plans. Recent hybrid methods instead translate natural language into the Planning Domain Definition Language (PD…

KGLAMP: Knowledge Graph-guided Language model for Adaptive Multi-robot Planning and Replanning

2026-02-04 · Chak Lam Shek, Faizan M. Tariq, Sangjae Bae, David Isele 외 arxiv

Heterogeneous multi-robot systems are increasingly used in long-horizon missions requiring coordinated planning across diverse capabilities. However, existing planning approaches struggle to construct accurate symbolic r…