paper-with-me

홈 › Papers

Toward PDDL Planning Copilot

2025-09-16 · Yarin Benyamin, Argaman Mordoch, Shahaf S. Shperberg, Roni Stern arxiv

Large Language Models (LLMs) are increasingly being used as autonomous agents capable of performing complicated tasks. However, they lack the ability to perform reliable long-horizon planning on their own. This paper bridges this gap by introducing the Planning Copilot, a chatbot that integrates multiple planning tools and allows users to invoke them through instructions in natural language. The Planning Copilot leverages the Model Context Protocol (MCP), a recently developed standard for connecting LLMs with external tools and systems. This approach allows using any LLM that supports MCP without domain-specific fine-tuning. Our Planning Copilot supports common planning tasks such as checking the syntax of planning problems, selecting an appropriate planner, calling it, validating the plan it generates, and simulating their execution. We empirically evaluate the ability of our Planning Copilot to perform these tasks using three open-source LLMs. The results show that the Planning Copilot highly outperforms using the same LLMs without the planning tools. We also conducted a limited qualitative comparison of our tool against Chat GPT-5, a very recent commercial LLM. Our results shows that our Planning Copilot significantly outperforms GPT-5 despite relying on a much smaller LLM. This suggests dedicated planning tools may be an effective way to enable LLMs to perform planning tasks.

📄 PDF Abstract BibTeX arXiv:2509.12987

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PDDL+ Planning via Constraint Answer Set Programming

2016-08-31 · Marcello Balduccini, Daniele Magazzeni, Marco Maratea

PDDL+ is an extension of PDDL that enables modelling planning domains with mixed discrete-continuous dynamics. In this paper we present a new approach to PDDL+ planning based on Constraint Answer Set Programming (CASP), …

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…

Planetarium: A Rigorous Benchmark for Translating Text to Structured Planning Languages

2024-07-03 · Max Zuo, Francisco Piedrahita Velez, Xiaochen Li, Michael L. Littman 외

Many recent works have explored using language models for planning problems. One line of research focuses on translating natural language descriptions of planning tasks into structured planning languages, such as the pla…

Language Modellingvalid

Real-World Planning with PDDL+ and Beyond

2024-02-19 · Wiktor Piotrowski, Alexandre Perez

Real-world applications of AI Planning often require a highly expressive modeling language to accurately capture important intricacies of target systems. Hybrid systems are ubiquitous in the real-world, and PDDL+ is the …

Leveraging Environment Interaction for Automated PDDL Translation and Planning with Large Language Models

2024-07-17 · Sadegh Mahdavi, Raquel Aoki, Keyi Tang, Yanshuai Cao

Large Language Models (LLMs) have shown remarkable performance in various natural language tasks, but they often struggle with planning problems that require structured reasoning. To address this limitation, the conversi…