SPIRAL: Symbolic LLM Planning via Grounded and Reflective Search
Yifan Zhang, Achille Fokoue, Bhavna Agrawal, Dhaval Patel, Giridhar Ganapavarapu, Srideepika Jayaraman
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:49:54 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/spiral-symbolic-llm-planning-via-grounded-and-reflective-sea.pdf
Summary
SPIRAL (Symbolic LLM Planning via Grounded and Reflective Search) is a novel framework that integrates a cognitive architecture of three specialized Large Language Model (LLM) agents—a Planner, a Simulator, and a Critic—into a Monte Carlo Tree Search (MCTS) loop. This approach addresses the brittleness of linear LLM reasoning and the inefficiencies of standard MCTS by enabling grounded, reflective, and self-correcting planning. SPIRAL's core idea is to transform MCTS into a guided search process using dense, semantic-aware feedback from the Critic and realistic outcome predictions from the Simulator. Empirically, SPIRAL consistently outperforms default Chain-of-Thought planning and other state-of-the-art agents on complex tool-use benchmarks, achieving 83.6% overall accuracy on DailyLifeAPIs, an improvement of over 16 percentage points against the next-best search framework, while also demonstrating superior token efficiency.
Problem
The paper identifies several bottlenecks in current LLM-based planning:
- Brittleness of Linear Reasoning: LLMs often falter at complex planning tasks requiring exploration and self-correction because their linear reasoning struggles to recover from early mistakes. A single logical error can derail the entire process without mechanisms for structured deliberation or backtracking.