Zing Forum

Reading

Planning Domain Generation via Feedback Space Search: Collaborative Exploration of Large Language Models and Symbolic Intelligence

This article explores how to use large language models (LLMs) combined with symbolic feedback mechanisms to generate high-quality planning domains through heuristic search in the model space, demonstrating the potential of collaboration between LLMs and symbolic verification tools in the field of automated planning.

规划域生成大语言模型符号反馈启发式搜索自动规划神经符号AIVAL验证器
Published 2026-04-10 03:05Recent activity 2026-04-13 10:17Estimated read 5 min
Planning Domain Generation via Feedback Space Search: Collaborative Exploration of Large Language Models and Symbolic Intelligence
1

Section 01

[Introduction] Planning Domain Generation via Feedback Space Search: Collaborative Exploration of LLMs and Symbolic Intelligence

This article explores how to use large language models (LLMs) combined with symbolic feedback mechanisms to generate high-quality planning domains through heuristic search in the model space, demonstrating the potential of collaboration between LLMs and symbolic verification tools in the field of automated planning. Planning domain generation is a key prerequisite for automated planning, but generating high-quality planning domains from natural language poses challenges. Relying solely on LLMs has limitations, and the feedback-driven framework proposed in this article provides an innovative solution to this problem.

2

Section 02

Background: Challenges in Planning Domain Generation and Limitations of LLMs

The core prerequisite for automated planning is planning domain generation (defining states, actions, constraints), but automatically generating high-quality planning domains from natural language is an open problem. Although LLMs have language understanding and generation capabilities, using them alone has issues such as insufficient logical consistency, inability to handle natural language ambiguity, and lack of formal verification capabilities, leading to potential semantic defects in the generated planning domains.

3

Section 03

Methodology: Feedback-Driven Model Space Search Framework

The solution is to combine LLMs with symbolic feedback to optimize planning domains through heuristic search. In the framework, LLMs act as generators, adjusting outputs with the help of external symbolic feedback (milestone feedback, VAL validator feedback). Milestone feedback can quickly identify structural issues; the VAL validator provides precise feedback on syntax, semantic consistency, and solvability. The search strategy uses iterative optimization, evaluating candidate domains with heuristic functions such as syntax complexity and semantic consistency.

4

Section 04

Evidence: Experimental Evaluation Results and Findings

Experiments show that the feedback-driven method significantly improves the quality of planning domains, with improvements in planning success rate, efficiency, and generalization ability compared to baselines. This method exhibits good scalability in complex planning domains, and the structured information from feedback becomes more important as the problem scale increases.

5

Section 05

Conclusion: Method Effectiveness and Implications for Neuro-Symbolic AI

Relying solely on LLMs makes it difficult to generate ideal planning domains. The feedback-driven framework in this article combines the generation capabilities of LLMs with symbolic verification feedback, effectively improving generation quality and providing implications for the development of neuro-symbolic AI.

6

Section 06

Recommendations: Future Applications and Research Directions

This method can be extended to scenarios such as robot task planning, business process automation, and game AI design; future research can explore further refinement and diversification of feedback mechanisms.