paper-with-me

홈 › Papers

SPAR: Scalable LLM-based PDDL Domain Generation for Aerial Robotics

2025-09-17 · Songhao Huang, Yuwei Wu, Guangyao Shi, Gaurav S. Sukhatme, Vijay Kumar arxiv

We investigate the problem of automatic domain generation for the Planning Domain Definition Language (PDDL) using Large Language Models (LLMs), with a particular focus on unmanned aerial vehicle (UAV) tasks. Although PDDL is a widely adopted standard in robotic planning, manually designing domains for diverse applications such as surveillance, delivery, and inspection is labor-intensive and error-prone, which hinders adoption and real-world deployment. To address these challenges, we propose SPAR, a framework that leverages the generative capabilities of LLMs to automatically produce valid, diverse, and semantically accurate PDDL domains from natural language input. To this end, we first introduce a systematically formulated and validated UAV planning dataset, consisting of ground-truth PDDL domains and associated problems, each paired with detailed domain and action descriptions. Building on this dataset, we design a prompting framework that generates high-quality PDDL domains from language input. The generated domains are evaluated through syntax validation, executability, feasibility, and interpretability. Overall, this work demonstrates that LLMs can substantially accelerate the creation of complex planning domains, providing a reproducible dataset and evaluation pipeline that enables application experts without prior experience to leverage it for practical tasks and advance future research in aerial robotics and automated planning.

📄 PDF Abstract BibTeX arXiv:2509.13691

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Process Reward Models Meet Planning: Generating Precise and Scalable Datasets for Step-Level Rewards

2026-04-20 · Raffaele Pisano, Roberto Navigli arxiv

Process Reward Models (PRMs) have emerged as a powerful tool for providing step-level feedback when evaluating the reasoning of Large Language Models (LLMs), which frequently produce chains of thought (CoTs) containing e…

Mathematical Reasoning

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…

Generating Symbolic World Models via Test-time Scaling of Large Language Models

2025-02-07 · Zhouliang Yu, Yuhuan Yuan, Tim Z. Xiao, Fuxiang Frank Xia 외

Solving complex planning problems requires Large Language Models (LLMs) to explicitly model the state transition to avoid rule violations, comply with constraints, and ensure optimality-a task hindered by the inherent am…

Grounded Evaluation and Repair for NL-to-PDDL Problem Generation

2026-09-09 · Joana Rosa, Pedro Santos, Valdemar Oliveira, Romão Silva 외 arxiv

Large Language Models (LLMs) have shown promise for translating Natural Language (NL) planning descriptions into PDDL problem instances. However, standard evaluation criteria such as syntactic validity or planner success…

Model-based Workflow for the Automated Generation of PDDL Descriptions

2024-08-15 · Hamied Nabizada, Tom Jeleniewski, Felix Gehlhoff, Alexander Fay

Manually creating Planning Domain Definition Language (PDDL) descriptions is difficult, error-prone, and requires extensive expert knowledge. However, this knowledge is already embedded in engineering models and can be r…