Addressing the Challenges of Planning Language Generation

📅 2025-05-20
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work investigates the feasibility of generating formal PDDL planning descriptions using open-source small-parameter language models (<50B)—a task previously deemed beyond their capability. To address the limited effectiveness of conventional grammar-constrained decoding, we propose a solver-feedback-driven iterative refinement mechanism at inference time: satisfiability feedback from a symbolic planner serves as a correction signal, integrated with a plan validator to enable closed-loop optimization. Our lightweight PDDL generation pipeline achieves substantial improvements across multiple benchmarks, more than doubling success rates over strong baselines. The core contribution is the first systematic demonstration that small-scale open-source LLMs can reliably support symbolic planning generation through inference-time augmentation—without model fine-tuning or scaling—thereby establishing a novel paradigm for synergistic integration of LLMs with classical AI planning systems.

Technology Category

Application Category

📝 Abstract
Using LLMs to generate formal planning languages such as PDDL that invokes symbolic solvers to deterministically derive plans has been shown to outperform generating plans directly. While this success has been limited to closed-sourced models or particular LLM pipelines, we design and evaluate 8 different PDDL generation pipelines with open-source models under 50 billion parameters previously shown to be incapable of this task. We find that intuitive approaches such as using a high-resource language wrapper or constrained decoding with grammar decrease performance, yet inference-time scaling approaches such as revision with feedback from the solver and plan validator more than double the performance.
Problem

Research questions and friction points this paper is trying to address.

Generating formal planning languages using open-source LLMs
Evaluating 8 PDDL generation pipelines with sub-50B parameter models
Improving performance via solver feedback and plan validation
Innovation

Methods, ideas, or system contributions that make the work stand out.

Open-source LLMs generate PDDL effectively
Solver feedback doubles planning performance
Constrained decoding reduces generation quality
🔎 Similar Papers
No similar papers found.
P
Prabhu Prakash Kagitha
Drexel University
Andrew Zhu
Andrew Zhu
PhD Student, University of Pennsylvania
Natural Language Processing
L
Li Zhang
Drexel University