SPIRAL: Symbolic LLM Planning via Grounded and Reflective Search
Yifan Zhang, Giridhar Ganapavarapu, Srideepika Jayaraman, Bhavna Agrawal, Dhaval Patel, Achille Fokoue

TL;DR
SPIRAL introduces a novel framework embedding three specialized LLM agents into an MCTS loop, enabling guided, reflective, and grounded planning that significantly improves complex task performance and efficiency.
Contribution
The paper presents SPIRAL, a new LLM planning framework that integrates a Planner, Simulator, and Critic into MCTS, enhancing reasoning robustness and accuracy over existing methods.
Findings
Achieves 83.6% accuracy on DailyLifeAPIs, surpassing previous methods by over 16 percentage points.
Outperforms Chain-of-Thought and other state-of-the-art agents in complex planning tasks.
Demonstrates improved token efficiency and self-correcting reasoning capabilities.
Abstract
Large Language Models (LLMs) often falter at complex planning tasks that require exploration and self-correction, as their linear reasoning process struggles to recover from early mistakes. While search algorithms like Monte Carlo Tree Search (MCTS) can explore alternatives, they are often ineffective when guided by sparse rewards and fail to leverage the rich semantic capabilities of LLMs. We introduce SPIRAL (Symbolic LLM Planning via Grounded and Reflective Search), a novel framework that embeds a cognitive architecture of three specialized LLM agents into an MCTS loop. SPIRAL's key contribution is its integrated planning pipeline where a Planner proposes creative next steps, a Simulator grounds the search by predicting realistic outcomes, and a Critic provides dense reward signals through reflection. This synergy transforms MCTS from a brute-force search into a guided,…
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.
Videos
Taxonomy
TopicsAI-based Problem Solving and Planning · Multimodal Machine Learning Applications · Artificial Intelligence in Games
