No Global Plan in Chain-of-Thought: Uncover the Latent Planning Horizon of LLMs
Liyan Xu, Mo Yu, Fandong Meng, Jie Zhou
TL;DR
This work investigates how large language models internally plan during Chain-of-Thought reasoning. By introducing Tele-Lens, a low-rank adapter-based probe, the authors reveal a predominantly myopic planning horizon where precise global planning rarely emerges before CoT ends, especially in explicit compositional tasks. They show that focusing on a small set of pivot positions within CoT can meaningfully improve uncertainty calibration and enable CoT bypass with minimal performance loss, highlighting latent signals in internal states that can be exploited for efficiency and reliability. The findings suggest practical approaches to uncertainty estimation and conditional reasoning that leverage CoT dynamics without sacrificing accuracy, with potential applications in faster inference and safer model deployment. The work also provides a unified perspective that reconciles prior observations about internal planning and explicit CoT, offering a path for future research into latent signals and their uses in LLMs.
Abstract
This work stems from prior complementary observations on the dynamics of Chain-of-Thought (CoT): Large Language Models (LLMs) is shown latent planning of subsequent reasoning prior to CoT emergence, thereby diminishing the significance of explicit CoT; whereas CoT remains critical for tasks requiring multi-step reasoning. To deepen the understanding between LLM's internal states and its verbalized reasoning trajectories, we investigate the latent planning strength of LLMs, through our probing method, Tele-Lens, applying to hidden states across diverse task domains. Our empirical results indicate that LLMs exhibit a myopic horizon, primarily conducting incremental transitions without precise global planning. Leveraging this characteristic, we propose a hypothesis on enhancing uncertainty estimation of CoT, which we validate that a small subset of CoT positions can effectively represent the uncertainty of the entire path. We further underscore the significance of exploiting CoT dynamics, and demonstrate that automatic recognition of CoT bypass can be achieved without performance degradation. Our code, data and models are released at https://github.com/lxucs/tele-lens.
