ZeroHour
The Decoderpublished ()ingested Jonathan Kemper1

AI models' written reasoning steps correspond to distinct internal patterns, a new study finds

infoAI researchimportance 42
AI summary · glm-5.3-flash

KAIST and Naver AI Lab researchers show LLM reasoning steps like extraction and computation map to distinct activation patterns, strongest in middle layers.

Researchers at KAIST and Naver AI Lab defined eight recurring reasoning operations, including extraction, decomposition, formula recall, deduction, and computation, and showed they correspond to separable activation patterns in Qwen2.5-7B, Qwen3-8B, and Gemma4-31B on math tasks, with GPT-5 labeling solution segments. The separation peaks in middle layers, holds even when a computation step produces a wrong answer, and goes beyond surface-level token choice. Findings replicated on Llama-3-8B, and classifiers trained on Qwen3-8B transferred to GPQA-Diamond and MATH-500. The authors note that using internal states for error detection or mid-generation steering remains future work.

  • Eight reasoning operations are reliably distinguishable in model activations across three tested models.
  • Separation is strongest in middle layers and exceeds what token choice alone predicts.
  • Blocking attention to the preceding 30 tokens weakens operation signals, showing contextual dependence.
  • Findings replicated on Llama-3-8B and transferred to GPQA-Diamond and MATH-500 benchmarks.
  • Chain-of-thought oversight is limited; Anthropic found models disclose used hints in only 25-39% of cases.
Full article736 words · extracted from the-decoder.com · click to collapse

Skip to content

Sep 12, 2026

Image description

Nano Banana Pro prompted by THE DECODER

Can the distinct reasoning steps a language model shows in its text output also be found in its internal states? A new study put it to the test.

When a reasoning model solves a task step by step, it does different things along the way: reading data, breaking down the problem, retrieving a formula, running a calculation. Researchers at South Korea's KAIST and Naver AI Lab wanted to know whether those reasoning steps can also be separated from one another inside the model's numerical representations. They can, and the signal is strongest in the middle layers.

The team defined eight recurring reasoning operations, including extraction, decomposition, formula recall, deduction, and computation. They had three models (Qwen2.5-7B, Qwen3-8B, and Gemma4-31B) solve math problems, split the solution paths into segments, and then used GPT-5 to label each segment with one of those operations.

Two-part graphic from the paper. Left side shows the same Qwen3-8B response three times with color-coded highlights for Extraction, Recall, and Decomposition operations. Right side shows a scatter plot of segments along Decomposition score and Recall score axes.
The same response produces a different activation pattern depending on which reasoning operation is being probed. Segments cluster along the corresponding direction in the scatter plot. | Image: Jeong et al.

Reasoning steps are clearly separable inside the model

The different reasoning operations can be reliably told apart in the models' internal representations, and this holds across all three models tested. The separation peaks in the middle layers.

The researchers checked whether simple word choice could account for the effect. A classifier that only looked at the tokens used performed worse than one analyzing internal representations. Position within the solution path didn't explain it either. That means the internal states carry information about the type of reasoning step that goes beyond surface-level wording.

Left side shows AUROC values for eight reasoning operations in Qwen3-8B, Qwen2.5-7B, and Gemma4-31B with confidence intervals. Right side shows the average AUROC across all operations plotted over model depth stages Embed, Early, Middle, and Late.
Across all three models, reasoning operations can be reliably separated, with the clearest signal in the middle layers. | Image: Jeong et al.

Same words, different representations depending on the reasoning step

Common function words like "a," "is," or "the" show up across very different reasoning steps. In the early layers, their representations are still jumbled together, but by the middle and later layers they separate according to the surrounding operation. The same word gets a different internal representation depending on which reasoning step it belongs to.

The researchers also tested whether a reasoning step forms in isolation. When they blocked attention to the preceding 30 tokens through a targeted intervention, the signal for that operation weakened. Reasoning steps don't emerge on their own but build on the preceding context.

Grid of 18 scatter plots for three operation pairs across the embedding layer and layers 1, 11, 21, 27, and 36 of Qwen3-8B. Each point represents one occurrence of a shared token.
The same words overlap in early layers and separate by surrounding operation in the middle and late layers. | Image: Jeong et al.

Even on incorrectly solved problems, the type of step the model was performing stayed identifiable, whether it was computing, retrieving a formula, or deducing. A flawed computation step still looked like a computation step internally, even when the result was wrong.

The separability held up in additional tests too. It replicated with Llama-3-8B, and for Qwen3-8B the trained classifiers transferred successfully to GPQA-Diamond and MATH-500. That said, the experiments are limited to math tasks and a handful of models. Whether these findings can be used to catch errors or steer a model mid-generation remains an open question for future work.

The relationship between text output and internal computation matters for AI safety. Reading the chain of thought is one of the few oversight tools available, according to OpenAI, but Anthropic showed that models only disclose the hints they used in 25 to 39 percent of cases. A method that translates a model's internal vectors into readable text revealed that Claude Opus 4.6 processes more than what shows up in its output reasoning. And with OpenAI's Astra model, the Recurrent Depth technique shifts part of the reasoning into internal numerical representations, which is the space the KAIST study investigates.

AI News Without the Hype – Curated by Humans

Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section.

Subscribe now

  • Full access to every article on THE DECODER
  • No ads
  • Join the comments and community discussions
  • A weekly AI news recap via mail
  • 6x/year: "AI Radar" — deep dives on the AI topics that matter most
  • Daily AI news, always up to date
  • Our full ten-year archive
  • Covered by a team with 10+ years in AI

Subscribe to The Decoder

Text extracted automatically; images, tables and formatting may be missing. Original: https://the-decoder.com/ai-models-written-reasoning-steps-correspond-to-distinct-internal-patterns-a-new-study-finds/