Thoughts-as-Planning: Latent World Models for Chain-of-Thoughts Optimization via Reinforcement Planning
Quick Take
The 'Thoughts-as-Planning' framework optimizes reasoning chains in large language models (LLMs) by modeling them as sequential decision processes, outperforming existing methods in efficiency and interpretability. Extensive experiments show significant improvements in language tasks, with the approach allowing multi-scale reasoning edits and structured planning trajectories.
Key Points
- Introduces a latent world model for reasoning chain optimization in LLMs.
- Achieves superior efficiency and robustness compared to state-of-the-art methods.
- Supports multi-scale reasoning edits at token, segment, and instruction levels.
- Provides interpretability through structured planning trajectories.
- Code available at https://github.com/FastLM/Thoughts-as-Planning.
Article Content
From source RSS / original summaryarXiv:2605. 28842v1 Announce Type: new Abstract: The success of large language models (LLMs) across diverse NLP tasks has elevated the importance of reasoning chain optimization as a critical step in aligning model behavior with task objectives. Existing reasoning chain tuning methods often rely on black-box heuristics or gradient-free search, which lack interpretability, generalization, and sample efficiency.
In this work, we introduce \textbf{Thoughts-as-Planning}, a novel framework that formalizes reasoning chain optimization as a sequential decision-making process over a latent semantic space. We model the LLM as a partially observable environment and learn a latent world model that simulates the effect of reasoning chain edits on downstream outputs. A proximity-preserving embedding space is constructed to encode reasoning chain-response dynamics, enabling planning via gradient descent or reinforcement learning.
Our method supports multi-scale abstraction, allowing reasoning chain edits at token, segment, and instruction levels to be integrated into a unified planner. Through extensive experiments on language understanding and generation tasks, we demonstrate that Thoughts-as-Planning outperforms state-of-the-art reasoning chain tuning baselines in efficiency, robustness, and generalization, while offering interpretability through its structured planning trajectory. Our code is available at https://github.
com/FastLM/Thoughts-as-Planning.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CL
See more →Time to REFLECT: Can We Trust LLM Judges for Evidence-based Research Agents?
The reliability of LLM judges for evaluating deep research agents is critically assessed using the REFLECT benchmark.