Uncovering Latent Reasoning Strategies in Language Models
Summary
This paper proposes a method to decompose the response distribution of language models into structured, strategy-conditioned representations using a latent variable, addressing posterior collapse with a model-directed reconstruction objective.
View Cached Full Text
Cached at: 07/29/26, 07:54 PM
Paper page - Uncovering Latent Reasoning Strategies in Language Models
Source: https://huggingface.co/papers/2607.17674 A language model trained on reasoning tasks learns a response distribution that mixes several distinct solution strategies, but these strategies remain implicit and entangled within the model’s response distribution, with no explicit variable for identifying or controlling the strategy used during generation.
We study how to decompose this distribution into a structured, strategy-conditioned representation in which a latent variable controls the generation strategy. The key challenge is that the generator already represents the target response distribution at initialization without using the latent, leading to a severe form of posterior collapse in standard variational inference.
We address this with a model-directed reconstruction objective that focuses learning on strategy-relevant response variation. On a controlled benchmark, our method recovers latents aligned with reference strategies and consistent across inputs while preserving the base model’s response distribution.
Similar Articles
@burny_tech: A Survey on Latent Reasoning "Large Language Models (LLMs) have demonstrated impressive reasoning capabilities, especia…
This survey provides a comprehensive overview of latent reasoning in LLMs, exploring methods that perform multi-step inference in continuous hidden states without explicit token-level supervision.
Large Reasoning Models Are (Not Yet) Multilingual Latent Reasoners
This paper investigates multilingual latent reasoning in large reasoning models across 11 languages, revealing that while latent reasoning capabilities exist, they are unevenly distributed—stronger in resource-rich languages and weaker in low-resource ones. The study finds that despite surface-level differences, the internal reasoning mechanisms are largely aligned with an English-centered pathway.
Can We Understand How Large Language Models Reason?
This article explores the ongoing efforts and challenges in understanding how large language models reason, focusing on interpretability research.
Decomposing and Steering Functional Metacognition in Large Language Models
This research paper investigates functional metacognition in Large Language Models, demonstrating that internal states like evaluation awareness and self-assessed capability are linearly decodable from residual stream activations. The authors propose a mechanistic framework to steer these states, showing causal control over reasoning behaviors, verbosity, and safety responses.
Disentangling Mathematical Reasoning in LLMs: A Methodological Investigation of Internal Mechanisms
This paper investigates how large language models perform arithmetic operations by analyzing internal mechanisms through early decoding, revealing that proficient models exhibit a clear division of labor between attention and MLP modules in reasoning tasks.