SYNTHESIS NOTE
TopicsReasoning Architecturesthis note

Do base models already contain hidden reasoning ability?

Explores whether reasoning capability emerges during pre-training as a latent feature rather than being created by post-training methods like reinforcement learning or fine-tuning.

Synthesis note · 2026-02-22 · sourced from Reasoning Architectures

Three convergent findings build a strong case that reasoning capability is primarily a pre-training phenomenon:

Finding 1 (Base Models paper): Base models already spontaneously demonstrate strong reasoning capabilities and "aha moment" self-reflection patterns when sampled sufficiently. Reasoning traces generated by RL-fine-tuned models are already present in base model outputs — they just appear with lower frequency. RL biases generation toward high-reward patterns; it doesn't create new patterns.

Finding 2 (Steering): A hybrid model using base model weights + thinking model steering vectors recovers 91% of the performance gap to thinking models while steering only 12% of tokens. The reasoning mechanisms (backtracking, uncertainty estimation, subgoal-setting) already exist as directions in the base model's activation space.

Finding 3 (CFT/RLVR): Critique Fine-Tuning on a single problem can unlock reasoning potential at RLVR-level effectiveness. By exposing the model to diverse critiques of varied incorrect solutions to one problem, CFT activates reasoning patterns already latent in the base model without requiring hundreds of GPU hours of RL training.

Finding 4 (CoT-Decoding): Pre-trained LLMs inherently contain CoT reasoning paths that can be elicited simply by altering the decoding procedure. Rather than greedy decoding, inspecting top-k alternative tokens reveals that CoT paths are frequently present in the model's probability distribution. A confidence metric differentiates CoT from non-CoT paths — the model shows increased confidence in its final answer when a CoT reasoning path is present. This is entirely unsupervised, requiring no prompting, tuning, or training modifications — purely a decoding change. CoT-decoding adds a fourth mechanism to the latent capability evidence: RL steering, CFT, RLVR, and now decoding all unlock reasoning already present.

Finding 5 (SAE Reasoning Steering): Sparse Autoencoders decompose model activations into interpretable features, revealing latent features causally associated with reasoning behavior. Steering a single identified reasoning feature at the first generation step matches or exceeds CoT performance across six model families up to 70B parameters — without any explicit CoT prompting. The reasoning mode triggers early in generation and is robust enough to override prompt-level \no_think instructions. This is the most direct mechanistic evidence yet: the capability is not just present (as CoT-decoding shows) but causally controllable through a single latent dimension. See Can we trigger reasoning without explicit chain-of-thought prompts?. Together with CoT-decoding (Finding 4), this establishes five independent elicitation mechanisms: RL steering, CFT, RLVR, decoding, and SAE feature steering — all converging on the same latent capability.

The synthesis: post-training methods are selectors, not creators. They select which of the base model's latent capabilities to express reliably in context. The implication is that the main bottleneck for reasoning is not capability acquisition (which happens during pre-training on the world's text) but capability elicitation.

RLVR evidence deepens this: Two additional findings from the RLVR literature reinforce the latent-capability thesis. First, 1-shot RLVR achieves a 37-point jump on MATH500 (36%→73.6%) from a single training example. After the model perfectly memorizes its one example, test accuracy continues improving for 1,400 more steps — post-saturation generalization. The data is exhausted, but activation continues. See Can a single training example unlock mathematical reasoning?. Second, spurious rewards — random, incorrect, or format-only — improve Qwen2.5-Math nearly as much as correct rewards (~21-25% improvement). But the same spurious rewards fail completely for Llama3.1 and OLMo2. The differentiating variable is not reward quality but pretraining: Qwen's code-reasoning pretraining creates latent capability that any optimization pressure can activate. See Why do random rewards improve reasoning for some models but not others?. Together with the pass@k finding that RLVR narrows capability scope rather than expanding it, the evidence converges: RLVR is a catalyst that triggers a phase transition from broad pretraining distribution to reliable sampling of correct answers.

This partially contradicts Can simple rewards alone teach complex domain reasoning? — that note documents genuine capability emergence in domain-specialized contexts (medical, mathematical). The reconciliation: emergence may reflect reliable expression of latent capability, not creation from scratch. The distinction matters for research direction: if capability already exists, the investment in RL may be better directed toward elicitation methods.

The implication for Can prompt optimization teach models knowledge they lack?: the same principle extends to reasoning capability, not just knowledge.

Inquiring lines that read this note 335

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Why do reward structures fail to shape long-term agent learning? Does AI fluency substitute for verifiable accuracy in human judgment? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? Can AI-generated outputs constitute genuine knowledge or valid claims? How do transformer attention mechanisms implement memory and algorithmic functions? How does AI assistance affect human cognitive development and reasoning autonomy? Why do benchmark improvements fail to reflect actual reasoning quality? How do neural networks separate factual knowledge from reasoning abilities? How does latent reasoning compare to verbalized chain-of-thought? How should we design LLM systems to maintain alignment and control? Can prompting inject entirely new knowledge into language models? How do training priors constrain what context information can override? What capability tradeoffs emerge when scaling model reasoning abilities? What properties determine whether reward signals teach genuine reasoning? What constrains reinforcement learning's ability to expand model reasoning? How do training data properties shape reasoning capability development? Do base models contain latent reasoning that training can unlock? How do interface design choices shape consciousness attribution? Why does supervised fine-tuning improve accuracy while degrading reasoning quality? Do language model representations contain causally steerable task-specific features? Does decoupling planning from execution improve multi-step reasoning accuracy? Why does verification consistently lag behind AI generation? What limits mechanistic interpretability's ability to characterize models? Why do reasoning models fail at systematic problem-solving and search? Why does training format shape reasoning strategy more than domain content? How does policy entropy collapse constrain reasoning-focused reinforcement learning? Do reasoning traces faithfully represent or merely mimic actual model reasoning? What makes weaker teacher models effective for stronger student training? How does AI adoption affect human skill development and labor equality? Does reinforcement learning teach reasoning or just when to reason? How does example difficulty affect learning efficiency in language models? Can inference-time compute substitute for scaling up model parameters? Do corrupted reasoning traces serve as effective supervision signals? How do adversarial and manipulative prompts attack reasoning models? What prevents language models from reliably adopting diverse personas? Does fine-tuning modify underlying model capabilities or only behavioral outputs? Is model self-awareness based on genuine introspection or pattern matching? Do language models develop causal world models or rely on statistical patterns? What determines success in training models on multiple tasks? What actually drives chain-of-thought reasoning improvements in language models? How does reasoning effort affect AI theory of mind performance? How can models identify insufficient information and respond appropriately without guessing? Does self-reflection enable models to reliably correct their errors? Why does reinforcement learning suppress output diversity compared to supervised fine-tuning? Does domain specialization cause models to lose capabilities elsewhere? How does sequence length affect sparsity tolerance in models? How should models express uncertainty rather than forced confident answers? Do language models perform faithful symbolic reasoning independent of semantic grounding? When does architectural design matter more than raw model capacity? How does reasoning graph topology affect breakthrough insights and generalization? What are the consequences of models training on synthetic data? What mechanisms drive sycophancy and how can we mitigate it? How can AI agents autonomously learn and transfer skills across tasks? Can model confidence signals reliably improve reasoning quality and calibration? When do additional thinking tokens stop improving reasoning performance? Can AI systems balance emotional competence with factual reliability? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? Why do continual learning scenarios trigger catastrophic forgetting and interference? How should personalization be implemented to improve AI assistant effectiveness? How do LLMs distinguish causal reasoning from temporal and semantic associations? How should iterative research systems allocate reasoning per search step? How do we evaluate AI systems when user perception misleads actual performance? How do self-generated feedback mechanisms enable effective model learning? What pretraining choices and baseline capability constrain reinforcement learning gains? How can AI systems learn from failures without cascading errors? Can next-token prediction alone produce genuine language understanding? Why does finetuning cause catastrophic forgetting of model capabilities? How can process reward models supervise complex reasoning traces? How do knowledge injection methods compare across cost and effectiveness?

Related concepts in this collection 16

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
30 direct connections · 240 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

base models already possess latent reasoning capability that minimal training signals can unlock