Deliberate Planning in Language Models with Symbolic Representation
Siheng Xiong, Zhangding Liu, Jieyu Zhou, Yusen Su

TL;DR
This paper introduces SymPlanner, a framework that enhances large language models with structured, symbolic planning capabilities, improving the coherence, diversity, and verifiability of generated plans through external symbolic reasoning and feedback mechanisms.
Contribution
The paper presents SymPlanner, a novel approach integrating symbolic environment interaction with LLMs, including iterative correction and contrastive ranking, to advance cognitively plausible, structured planning.
Findings
SymPlanner outperforms natural language baselines on PlanBench.
It produces more coherent and diverse plans.
It verifies plan validity effectively.
Abstract
Planning remains a core challenge for large language models (LLMs), particularly in domains that require coherent multi-step action sequences grounded in external constraints. We introduce SymPlanner, a novel framework that equips LLMs with structured planning capabilities by interfacing them with a symbolic environment that serves as an explicit world model. Rather than relying purely on natural language reasoning, SymPlanner grounds the planning process in a symbolic state space, where a policy model proposes actions and a symbolic environment deterministically executes and verifies their effects. To enhance exploration and improve robustness, we introduce Iterative Correction (IC), which refines previously proposed actions by leveraging feedback from the symbolic environment to eliminate invalid decisions and guide the model toward valid alternatives. Additionally, Contrastive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Multi-Agent Systems and Negotiation · AI-based Problem Solving and Planning
