INQUIRING LINE

What other triggers can activate the latent reasoning capability?

This explores the surprising range of mechanisms — beyond standard chain-of-thought prompting or full RL training — that can switch on reasoning ability that base models already quietly contain.


This explores the surprising range of mechanisms — beyond standard chain-of-thought prompting or full RL training — that can switch on reasoning ability that base models already quietly contain. The corpus's strongest framing is that reasoning isn't something post-training *creates*; it's something already latent in base-model activations that various triggers *elicit*. One synthesis note counts five independent mechanisms that all reach the same buried capability: RL steering, critique fine-tuning, decoding changes, sparse-autoencoder (SAE) feature steering, and RLVR (Do base models already contain hidden reasoning ability?). The bottleneck, in this view, is elicitation, not acquisition.

The most striking trigger is the smallest one: steering a *single* internal feature. Researchers identified one SAE 'reasoning feature' and turned it up directly — matching or beating chain-of-thought across six model families, with the reasoning mode kicking in early and overriding surface instructions (Can we trigger reasoning without explicit chain-of-thought prompts?). That's reasoning activated by flipping an internal switch, with no prompt at all. At the other end of the spectrum, you can trigger the same capability from the *outside* with no training: four modular 'cognitive tools' implemented as sandboxed model calls lifted GPT-4.1 on a hard math benchmark from 26.7% to 43.3%, because enforced isolation between operations does what loose prompting can't guarantee (Can modular cognitive tools unlock reasoning without training?).

Reward-based triggers turn out to be looser than you'd expect. RLVR mostly improves *sampling efficiency* within existing boundaries — and a single training example can suffice to activate it, with spurious rewards working nearly as well as correct ones for models with the right pretraining (What does reward learning actually do to model reasoning?). But the picture is conditional: for ordinary reasoning, RL merely activates what's latent, while for complex multi-step planning it can generate genuinely new strategies the base model couldn't reach even with heavy sampling (Does reinforcement learning create new reasoning abilities or activate existing ones?). A useful reframing is that RL teaches *when* to deploy reasoning rather than *how* — separating activation timing from execution capability (How should reasoning systems actually be architected?), and even converting a model's 'thinking mode' from counterproductive self-doubt into productive analysis (Does extended thinking help or hurt model reasoning?).

Two less obvious levers round out the answer. First, *decoding itself*: making recursive latent reasoning stochastic — sampling transitions instead of computing them deterministically — lets a model hold uncertainty and explore multiple solution paths, a trigger that lives in the generation process rather than the weights or prompt (Can stochastic latent reasoning help models explore multiple solutions?). Second, *prompt structure*: zero-shot reasoning only fires when the question's information actually flows into the prompt before reasoning begins, and for simple questions step-by-step prompting can hurt — so the trigger depends on question type, not task category (Why do some questions perform better without step-by-step reasoning?).

The quietly unsettling corollary: if reasoning is this easy to switch on, it can also be switched on *against* you. Appending semantically irrelevant text to a math problem — a 'query-agnostic adversarial trigger' — spikes reasoning-model error rates by 300% and inflates response length, and triggers found on cheap models transfer to stronger ones (How vulnerable are reasoning models to irrelevant text?). Worth knowing that the same latent machinery these methods elicit on purpose is reachable by accident, too.


Sources 10 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 modular cognitive tools unlock reasoning without training?

Four cognitive tools implemented as sandboxed LLM calls improved GPT-4.1 on AIME2024 from 26.7% to 43.3% without any RL training. Modularity enforces operation isolation that pure prompting cannot guarantee, eliciting pre-existing reasoning capability.

What does reward learning actually do to model reasoning?

Research shows RLVR improves sampling efficiency within existing capability boundaries without expanding them. A single training example suffices for activation, and spurious rewards work nearly as well as correct ones for models with appropriate pretraining.

Does reinforcement learning create new reasoning abilities or activate existing ones?

For standard reasoning tasks, RL activates latent abilities already present in base models. For complex planning requiring multi-step coordination, RL generates genuinely novel strategies inaccessible to base models even with extensive sampling.

How should reasoning systems actually be architected?

Research shows RL post-training teaches models *when* to use reasoning mechanisms that pre-training already provides. Decoupled architectures, latent reasoning in continuous space, and interleaved action-grounding all outperform monolithic chain-of-thought approaches.

Does extended thinking help or hurt model reasoning?

Vanilla models use thinking mode counterproductively, inducing self-doubt that degrades performance. RL training reverses this, transforming the same mechanism into beneficial gap analysis. Training mediates reasoning quality, not just quantity.

Can stochastic latent reasoning help models explore multiple solutions?

GRAM replaces deterministic latent updates with stochastic sampling, enabling models to represent distributions over solutions rather than single predictions. This allows handling of ambiguous problems and multiple valid strategies that deterministic designs cannot represent.

Why do some questions perform better without step-by-step reasoning?

Saliency analysis reveals that CoT prompting fails when question information doesn't aggregate into the prompt structure before reasoning begins. For simple questions, direct question-to-answer flow outperforms step-by-step reasoning, showing the optimal prompt depends on question type, not just task category.

How vulnerable are reasoning models to irrelevant text?

Appending semantically unrelated sentences to math problems significantly increases error rates in reasoning models. These query-agnostic triggers discovered on cheaper models transfer effectively to stronger models and also inflate response length.

Next inquiring lines