AIFeb 11

Abstraction Generation for Generalized Planning with Pretrained Large Language Models

arXiv:2602.10485v1h-index: 2
Originality Incremental advance
AI Analysis

This work addresses the challenge of abstraction generation in generalized planning for AI researchers, though it appears incremental as it builds on prior LLM-based planning methods.

The paper tackled the problem of generating Qualitative Numerical Planning (QNP) abstractions for generalized planning using large language models (LLMs), and found that with automated debugging guidance, some LLMs can produce useful QNP abstractions.

Qualitative Numerical Planning (QNP) serves as an important abstraction model for generalized planning (GP), which aims to compute general plans that solve multiple instances at once. Recent works show that large language models (LLMs) can function as generalized planners. This work investigates whether LLMs can serve as QNP abstraction generators for GP problems and how to fix abstractions via automated debugging. We propose a prompt protocol: input a GP domain and training tasks to LLMs, prompting them to generate abstract features and further abstract the initial state, action set, and goal into QNP problems. An automated debugging method is designed to detect abstraction errors, guiding LLMs to fix abstractions. Experiments demonstrate that under properly guided by automated debugging, some LLMs can generate useful QNP abstractions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes