Oops, Wait: Token-Level Signals as a Lens into LLM Reasoning
Jaehui Hwang, Dongyoon Han, Sangdoo Yun, Byeongho Heo
TL;DR
This paper introduces a token-probability lens to study LLM reasoning by examining next-token probabilities after a double-newline separator across models trained with different recipes and scales. It shows that certain tokens reliably signal correct reasoning (e.g., progression tokens like "therefore"), while others accompany incorrect reasoning (e.g., "wait"), and that these patterns are more dependent on training strategy than model capacity. A focused analysis of the "wait" token reveals its dual role as a trigger for probability jumps and as a post-jump self-check, with small-scale supervised fine-tuning only partially transferring these dynamics. The findings enable token-level steering, improved ensembling, and post-training approaches, offering a concrete path toward more controllable and effective reasoning in LLMs.
Abstract
The emergence of discourse-like tokens such as "wait" and "therefore" in large language models (LLMs) has offered a unique window into their reasoning processes. However, systematic analyses of how such signals vary across training strategies and model scales remain lacking. In this paper, we analyze token-level signals through token probabilities across various models. We find that specific tokens strongly correlate with reasoning correctness, varying with training strategies while remaining stable across model scales. A closer look at the "wait" token in relation to answer probability demonstrates that models fine-tuned on small-scale datasets acquire reasoning ability through such signals but exploit them only partially. This work provides a systematic lens to observe and understand the dynamics of LLM reasoning.
