AIAug 15, 2025

Inspire or Predict? Exploring New Paradigms in Assisting Classical Planners with Large Language Models

arXiv:2508.11524v1h-index: 10
Originality Highly original
AI Analysis

This work addresses the challenge of state-space explosion in classical planning for AI researchers, offering a novel integration method rather than a fundamental breakthrough.

The paper tackles large-scale planning problems by integrating Large Language Models with problem decomposition, proposing two paradigms (LLM4Inspire and LLM4Predict) to assist in pruning the search space. Experimental results show that LLM4Predict, which uses domain-specific knowledge, is particularly effective in locating feasible solutions.

Addressing large-scale planning problems has become one of the central challenges in the planning community, deriving from the state-space explosion caused by growing objects and actions. Recently, researchers have explored the effectiveness of leveraging Large Language Models (LLMs) to generate helpful actions and states to prune the search space. However, prior works have largely overlooked integrating LLMs with domain-specific knowledge to ensure valid plans. In this paper, we propose a novel LLM-assisted planner integrated with problem decomposition, which first decomposes large planning problems into multiple simpler sub-tasks. Then we explore two novel paradigms to utilize LLMs, i.e., LLM4Inspire and LLM4Predict, to assist problem decomposition, where LLM4Inspire provides heuristic guidance according to general knowledge and LLM4Predict employs domain-specific knowledge to infer intermediate conditions. We empirically validate the effectiveness of our planner across multiple domains, demonstrating the ability of search space partition when solving large-scale planning problems. The experimental results show that LLMs effectively locate feasible solutions when pruning the search space, where infusing domain-specific knowledge into LLMs, i.e., LLM4Predict, holds particular promise compared with LLM4Inspire, which offers general knowledge within LLMs.

Foundations

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

Your Notes