INQUIRING LINE

What makes thought identifiability provable without auxiliary training data?

This reads the question as: can we locate and trigger a model's reasoning *inside what it already learned* — without bolting on extra training data — and why that's demonstrable rather than just plausible.


This explores whether "thought" can be identified and switched on inside a model using only what's already in its weights, with no auxiliary training data — and the corpus makes a surprisingly strong case that the answer is yes. The unifying claim is that post-training doesn't *create* reasoning; it *selects* reasoning that the base model already contains. Do base models already contain hidden reasoning ability? is the anchor: five independent interventions — RL steering, critique fine-tuning, decoding changes, SAE feature steering, RLVR — all unlock the same latent capability, which is the kind of convergent evidence that turns a hunch into something close to proof. If five unrelated keys open the same door, the room was already there.

What makes it *identifiable* — not just present — is that the reasoning turns out to live at a specific, manipulable address. Can we trigger reasoning without explicit chain-of-thought prompts? shows a single sparse-autoencoder feature can be steered to match or beat chain-of-thought across six model families, activating early in generation and overriding surface instructions. Reasoning isn't smeared diffusely across the network; it's a feature you can point at. Can we steer reasoning toward brevity without retraining? sharpens this: even the *style* of reasoning (verbose vs. terse) is a single linear direction, extractable from 50 paired examples, fully training-free. When a behavior collapses to a direction in activation space, you've effectively proven you've identified it — you can add it, subtract it, and watch the output move.

The "without auxiliary training data" part is where energy-based and latent approaches come in. Can energy minimization unlock reasoning without domain-specific training? reaches deliberative, System-2-style thinking purely by minimizing an energy score at inference — no domain-specific scaffolding, no labeled reasoning traces. Can models reason without generating visible thinking tokens? and Can models reason without generating visible thinking steps? go further: a 27M-parameter recurrent model solves Sudoku-Extreme and large mazes by iterating hidden states, while chain-of-thought scores zero. The reasoning happens in continuous latent space and never has to be spelled out in tokens — verbalization, these notes argue, is a training artifact, not a requirement of thinking.

Here's the part you might not have expected to care about: the same corpus that proves latent thought is *real* also argues that the visible thought is partly *fake*. Does chain-of-thought reasoning reveal genuine inference or pattern matching? and Does chain-of-thought reasoning actually generalize beyond training data? show chain-of-thought reproduces familiar reasoning *forms* from training and degrades predictably off-distribution — fluent but logically inconsistent. And Can minimal reasoning chains match full explanations? finds 92% of CoT tokens do style and documentation work, not computation. So the written-out reasoning is the unreliable, data-hungry surface; the steerable latent feature is the robust, data-free signal. That inversion — the visible explanation is the imitation, the hidden direction is the real thing — is what makes identifiability provable without auxiliary data. You're not training a model to reason; you're locating a capability that was already there and showing you can flip it like a switch.

If you want the deeper philosophical edge of this, Do large language models genuinely simulate mental states? and Can we defend modest mental attributions to large language models? ask the harder question lurking underneath: even if you can *identify* and steer an internal "thought" direction, does locating it mean the model is genuinely thinking — or just that you've found the lever for a very good imitation?


Sources 11 notes

Do base models already contain hidden reasoning ability?

Five independent mechanisms—RL steering, critique fine-tuning, decoding changes, SAE feature steering, and RLVR—all elicit reasoning already present in base model activations. Post-training selects rather than creates reasoning; the bottleneck is elicitation, not capability acquisition.

Can we trigger reasoning without explicit chain-of-thought prompts?

SAE-identified reasoning features can be directly steered to match or exceed chain-of-thought performance across six model families. This reasoning mode activates early in generation and overrides surface-level instructions, suggesting latent reasoning is a fundamental capability independent of explicit prompting.

Can we steer reasoning toward brevity without retraining?

Activation-Steered Compression extracts a single vector from 50 paired examples to reduce chain-of-thought length by 67% while maintaining accuracy and achieving 2.73x speedup. The method is training-free and generalizes across model sizes and domains.

Can energy minimization unlock reasoning without domain-specific training?

Energy-Based Transformers assign energy values to input-prediction pairs and use gradient descent minimization for inference, yielding 35% higher training scaling rates and 29% more inference-compute gains than Transformer++, while generalizing better on out-of-distribution data without domain-specific scaffolding.

Can models reason without generating visible thinking tokens?

Multiple architectures—depth-recurrent models, Heima, and Coconut—demonstrate that test-time compute scales through hidden state iteration rather than token generation. This suggests verbalization is a training artifact, not a reasoning requirement.

Can models reason without generating visible thinking steps?

Depth-recurrent and compressed-token architectures solve reasoning tasks through hidden computation rather than output tokens. A 27M-parameter model solved Sudoku-Extreme and 30×30 mazes perfectly while CoT methods scored zero.

Does chain-of-thought reasoning reveal genuine inference or pattern matching?

CoT works by constraining models to reproduce familiar reasoning patterns from training, not by enabling novel symbolic reasoning. Performance degrades predictably under distribution shifts—the signature of imitation rather than capability emergence.

Does chain-of-thought reasoning actually generalize beyond training data?

DataAlchemy experiments show CoT fails systematically under distributional shifts in task, length, and format. Models produce fluent but logically inconsistent reasoning — imitating reasoning form without valid underlying logic.

Can minimal reasoning chains match full explanations?

Chain of Draft achieves equivalent accuracy to standard chain-of-thought on arithmetic, symbolic, and commonsense tasks while using only 7.6% of tokens. The 92.4% of removed tokens served style and documentation, not computation.

Do large language models genuinely simulate mental states?

ChangeMyView and FANTOM benchmarks show LLMs fail at authentic perspective-taking in open-ended scenarios, despite succeeding on structured tasks. Hybrid Bayesian architectures that force explicit belief tracking outperform LLM-alone approaches, suggesting the gap is architectural rather than merely training-based.

Can we defend modest mental attributions to large language models?

Both robustness and etiological deflationist arguments beg the question against inflationism. A graded approach ascribing metaphysically undemanding states like beliefs and desires—while withholding consciousness claims—mirrors how we treat non-human animals.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a research analyst re-evaluating claims about latent thought identifiability in LLMs. The question: Can we prove that reasoning exists in model weights without auxiliary training data — and if so, what mechanism makes it identifiable?

What a curated library found — and when (dated claims, not current truth):
These findings span 2024–2026 and rest on convergent evidence:
• Five independent interventions (RL steering, critique tuning, decoding, SAE feature steering, RLVR) unlock identical latent reasoning, suggesting reasoning pre-exists post-training rather than being created by it (2024–2025).
• A single sparse-autoencoder feature can be steered to match or exceed chain-of-thought performance across six model families without retraining, activating early and overriding surface instructions (2025).
• Reasoning style (verbose vs. terse) maps to a single linear direction in activation space, extractable from 50 paired examples, fully training-free (2025).
• Energy-based transformers achieve System-2-style deliberative thinking via unsupervised energy minimization at inference, no labeled reasoning scaffolding (2025).
• Latent recurrent models solve Sudoku-Extreme and large mazes in continuous hidden space without verbalization; 92% of chain-of-thought tokens perform style/documentation, not computation (2025–2026).

Anchor papers (verify; mind their dates):
• arXiv:2506.02878 (2025-06): CoT as constrained imitation, not genuine inference.
• arXiv:2507.02092 (2025-07): Energy-based transformers for unsupervised System-2 thinking.
• arXiv:2601.08058 (2026-01): Latent reasoning modes without verbalization.
• arXiv:2502.05171 (2025-02): Scaling test-time compute via latent reasoning.

Your task:
(1) RE-TEST EACH CONSTRAINT. For convergence claims: Has emergence of longer-horizon reasoning, multimodal models, or post-training methods (e.g., test-time scaling, new SAE variants) changed whether latent reasoning remains identifiable across model families, or whether steering robustness persists across distribution shifts? Distinguish the durable claim (reasoning pre-exists) from the perishable one (it's always steerable via SAE features).
(2) Surface the strongest contradicting or superseding work from the last ~6 months — especially any showing that latent "thought" directions are brittle, distribution-specific, or artificially aligned rather than genuinely separated.
(3) Propose 2 research questions that assume the regime may have moved: (a) Does identifiability hold for reasoning styles never seen in training (e.g., formal symbolic proof, adversarial puzzles)? (b) Can a single latent direction be steered consistently across both dense and sparse model architectures, or is feature stability architecture-dependent?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines