The 2025 Planning Performance of Frontier Large Language Models
Augusto B. Corrêa, André G. Pereira, Jendrik Seipp
TL;DR
The paper evaluates end-to-end planning performance of frontier LLMs (GPT-5, Gemini 2.5 Pro, DeepSeek R1) against a strong planner (LAMA) on standard and obfuscated PDDL tasks from the IPC 2023 Learning Track. It uses single-shot prompts with PDDL descriptions, validates plans with VAL, and introduces obfuscated domains and a fresh 360-task set to assess pure reasoning and avoid data contamination. GPT-5 achieves competitive coverage with LAMA on standard domains, while Gemini 2.5 Pro shows robustness to obfuscation and DeepSeek R1 experiences greater degradation, highlighting progress and remaining reliance on semantic cues. The results also reveal that frontier LLMs can produce very long, valid plans but at substantial computational and energetic costs compared to traditional planners, framing a practical trade-off for real-world deployment.
Abstract
The capacity of Large Language Models (LLMs) for reasoning remains an active area of research, with the capabilities of frontier models continually advancing. We provide an updated evaluation of the end-to-end planning performance of three frontier LLMs as of 2025, where models are prompted to generate a plan from PDDL domain and task descriptions. We evaluate DeepSeek R1, Gemini 2.5 Pro, GPT-5 and as reference the planner LAMA on a subset of domains from the most recent Learning Track of the International Planning Competition. Our results show that on standard PDDL domains, the performance of GPT-5 in terms of solved tasks is competitive with LAMA. When the PDDL domains and tasks are obfuscated to test for pure reasoning, the performance of all LLMs degrades, though less severely than previously reported for other models. These results show substantial improvements over prior generations of LLMs, reducing the performance gap to planners on a challenging benchmark.
