Method
Measuring reasoning trajectories
The method figure shows how hidden states, LogitLens vocabulary distributions, Reasoning Score, CV Score, and Attention Score are computed across steps.

The left side starts from the transformer decoder layer: multi-self-attention and FFN update hidden states, and LogitLens converts intermediate states into vocabulary distributions. The center grid then tracks distributions over reasoning steps c1, c2, c3, ..., cK.
The colored triangles at the top represent step-level reasoning states used to compute R_score from early to later steps. The right side defines CV Score as sigma over mean. Attention Score measures the fraction of top-attended earlier steps whose Reasoning Scores fall in shallow or overthinking ranges. This figure is the exact measurement pipeline behind later "fluctuating", "stable", and "misguided attention" claims.
- Follow hidden state h through LogitLens to see where the per-step vocabulary distributions come from.
- Read R_score as the trajectory's reasoning-strength signal over steps.
- Read CV Score as early trajectory fluctuation and Attention Score as later attention to shallow or overthinking steps.








