English

Emergent Response Planning in LLMs

Computation and Language 2025-08-05 v3 Machine Learning

Abstract

In this work, we argue that large language models (LLMs), though trained to predict only the next token, exhibit emergent planning behaviors: their hidden representations encode future outputs beyond the next token\textbf{their hidden representations encode future outputs beyond the next token}. Through simple probing, we demonstrate that LLM prompt representations encode global attributes of their entire responses, including structure attributes\textit{structure attributes} (e.g., response length, reasoning steps), content attributes\textit{content attributes} (e.g., character choices in storywriting, multiple-choice answers at the end of response), and behavior attributes\textit{behavior attributes} (e.g., answer confidence, factual consistency). In addition to identifying response planning, we explore how it scales with model size across tasks and how it evolves during generation. The findings that LLMs plan ahead for the future in their hidden representations suggest potential applications for improving transparency and generation control.

Keywords

Cite

@article{arxiv.2502.06258,
  title  = {Emergent Response Planning in LLMs},
  author = {Zhichen Dong and Zhanhui Zhou and Zhixuan Liu and Chao Yang and Chaochao Lu},
  journal= {arXiv preprint arXiv:2502.06258},
  year   = {2025}
}

Comments

Published at ICML 2025. Code available at: https://github.com/niconi19/Emergent-Response-Planning-in-LLMs

R2 v1 2026-06-28T21:38:16.014Z