System-1.x: Learning to Balance Fast and Slow Planning with Language Models
Swarnadeep Saha, Archiki Prasad, Justin Chih-Yao Chen, Peter Hase,, Elias Stengel-Eskin, Mohit Bansal

TL;DR
This paper introduces System-1.x, a controllable hybrid planning framework using language models that balances fast and slow planning modes, improving efficiency and flexibility in solving complex, long-horizon problems.
Contribution
The paper presents a novel hybrid planning framework with a controllable factor, enabling dynamic balancing between fast and slow planning modes using fine-tuned language models.
Findings
System-1.x outperforms standalone System-1 and System-2 planners.
Controllability allows performance tuning via hybridization factor.
The framework generalizes across different search algorithms.
Abstract
Language models can be used to solve long-horizon planning problems in two distinct modes: a fast 'System-1' mode, directly generating plans without any explicit search or backtracking, and a slow 'System-2' mode, planning step-by-step by explicitly searching over possible actions. While System-2 is typically more effective, it is also more computationally expensive, making it infeasible for long plans or large action spaces. Moreover, isolated System-1 or 2 ignores the user's end goals, failing to provide ways to control the model's behavior. To this end, we propose the System-1.x Planner, a controllable planning framework with LLMs that is capable of generating hybrid plans and balancing between the two planning modes based on the difficulty of the problem at hand. System-1.x consists of (i) a controller, (ii) a System-1 Planner, and (iii) a System-2 Planner. Based on a user-specified…
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
TopicsAI-based Problem Solving and Planning · Machine Learning and Algorithms
MethodsBalanced Selection
