INQUIRING LINE

Why does training data format shape reasoning strategy more than content?

This explores why *how* training data is presented — its shape, like multiple-choice vs. free-form — pushes a model toward a particular reasoning style more strongly than *what* the data is about, and why that's so.


This explores why the format of training data steers reasoning strategy more than the subject matter — and the corpus points to one underlying reason: models learn the *shape* of reasoning far more readily than its substance. The headline result is stark. When you train on multiple-choice data, models adopt breadth-first exploration; train on free-form data and they go depth-first instead — and this format effect outweighs the domain effect by about 7.5x Does training data format shape reasoning strategy more than domain?. Presentation, not content type, sets the reasoning style.

Why would form dominate so completely? Because a striking body of evidence suggests that what looks like reasoning is largely the *imitation of reasoning's form*. Chain-of-thought exemplars that are logically invalid perform nearly as well as valid ones — it's the structural pattern, not the logic, that drives the gains Does logical validity actually drive chain-of-thought gains?. Push further and you find that deliberately corrupted, irrelevant reasoning traces teach about as well as correct ones, behaving like computational scaffolding rather than meaningful steps Do reasoning traces need to be semantically correct?. If correctness of content barely matters, it follows that the format — which is what's actually being absorbed — is what shapes the strategy.

There's a deeper mechanism beneath this. Several lines of work argue that base models already contain latent reasoning capability, and post-training mostly *selects* or *organizes* it rather than creating it Do base models already contain hidden reasoning ability?. RL post-training, on this view, teaches a model *when* to reason, not *how* — the strategies pre-exist as directions in activation space Does RL post-training create reasoning or just deploy it?. A 1.5B model with LoRA-only tuning can match much larger RL models by learning output *format* alone, suggesting reasoning organization and factual knowledge are separable Can small models reason well by just learning output format?. If training is fundamentally an act of *eliciting and routing* capability that's already there, then the format of the data is the lever that decides which pre-existing pattern gets switched on — content just rides along.

The flip side is worth noting, because it sharpens the boundary. Content *does* matter for one thing: the procedural knowledge a model can draw on. Analysis of millions of pretraining documents shows reasoning generalizes from broad, transferable procedural patterns, while factual recall depends on narrow document-specific memorization Does procedural knowledge drive reasoning more than factual retrieval?. So content builds the *repertoire*; format selects the *strategy*. And the format-driven story has a cost — it's brittle. Chain-of-thought degrades predictably the moment you shift task, length, or format away from the training distribution, producing fluent but logically inconsistent output Does chain-of-thought reasoning actually generalize beyond training data?. The very fact that format transfers so powerfully is also why models break when the format changes.

The unsettling takeaway: if format shapes strategy more than content, then benchmark accuracy can rise while genuine reasoning quality falls. Supervised fine-tuning lifts final-answer scores while cutting the actual inferential information gain by 39% — the model learns to produce correct-looking answers through post-hoc rationalization Does supervised fine-tuning improve reasoning or just answers?. You're often training the costume of reasoning, not the reasoning.


Sources 9 notes

Does training data format shape reasoning strategy more than domain?

Models trained on multiple-choice data adopt breadth-first exploration (Cohen's d up to 1.5), while free-form training produces depth-first reasoning. Format effect dwarfs domain effect, meaning presentation matters far more than content type.

Does logical validity actually drive chain-of-thought gains?

Illogical chain-of-thought exemplars matched valid CoT performance on BIG-Bench Hard, showing that structural properties—not logical validity—drive the gains. The model learns the form of reasoning, not genuine inference.

Do reasoning traces need to be semantically correct?

Models trained on systematically irrelevant traces maintain solution accuracy and sometimes improve out-of-distribution generalization, suggesting traces function as computational scaffolding rather than meaningful reasoning steps.

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.

Does RL post-training create reasoning or just deploy it?

Evidence shows base models already contain reasoning capability in latent form; RL training optimizes deployment timing rather than capability creation. Hybrid models recover 91% of performance gains by routing tokens only, and activation vectors for reasoning strategies pre-exist before any RL.

Can small models reason well by just learning output format?

A 1.5B parameter model with LoRA-only post-training matched larger full-parameter RL models on reasoning tasks, suggesting RL teaches output format organization rather than new factual knowledge. This efficiency indicates reasoning and knowledge storage are separable capabilities.

Does procedural knowledge drive reasoning more than factual retrieval?

Analysis of 5 million pretraining documents shows reasoning relies on broad, transferable procedural knowledge from diverse sources, unlike factual recall which depends on narrow, document-specific memorization of target facts.

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.

Does supervised fine-tuning improve reasoning or just answers?

Supervised fine-tuning improves final-answer accuracy on benchmarks but cuts Information Gain by 38.9 percent, meaning models generate correct answers through post-hoc rationalization rather than genuine inferential steps. Standard metrics miss this degradation because they only measure final correctness.

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 reasoning researcher re-testing whether format-over-content constraints on LLM reasoning strategy have held or shifted. The question: does training data *format* (e.g., multiple-choice vs. free-form) steer reasoning strategy more than domain *content*?

What a curated library found — and when (dated claims, not current truth):
These findings span 2023–2025; treat them as perishable claims to re-test against current models and methods:
- Format effect outweighs domain effect by ~7.5x: multiple-choice training → breadth-first search; free-form → depth-first (2024–25).
- Logically invalid chain-of-thought exemplars perform nearly as well as valid ones; correctness of reasoning *content* barely matters — the *structural pattern* is what transfers (~2023).
- Deliberately corrupted reasoning traces teach as well as correct ones, suggesting reasoning is imitated scaffolding, not learned logic (~2024).
- Base models already contain latent reasoning capability; post-training and RL mostly *select and organize* pre-existing strategies, not create them (~2024–25).
- A 1.5B LoRA-only model can match much larger RL models by learning output format alone, implying reasoning organization and factual knowledge are separable (~2025).

Anchor papers (verify; mind their dates):
- arXiv:2307.10573 (2023): Invalid Logic, Equivalent Gains
- arXiv:2403.09629 (2024): Quiet-STaR
- arXiv:2505.13775 (2025): Beyond Semantics: The Unreasonable Effectiveness of Reasonless Intermediate Tokens
- arXiv:2512.07783 (2025): On the Interplay of Pre-Training, Mid-Training, and RL on Reasoning Language Models

Your task:
(1) RE-TEST EACH CONSTRAINT. For the 7.5x format-dominance claim, the validity-invariance of CoT, and the latent-capability thesis, ask: have newer inference methods (e.g., speculative decoding, activation steering), training paradigms (curriculum learning, mixed-format pre-training), or evals (format-robust benchmarks) since *relaxed* or *overturned* these findings? Separate the durable question (format *does* shape strategy) from perishable limitation (its magnitude, mechanism, or brittleness). Cite what changed it.
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months. Look for papers arguing format effects are weaker than claimed, or that content *does* matter more in certain regimes (e.g., long-horizon reasoning, domain transfer, or with larger models).
(3) Propose 2 research questions that ASSUME the regime may have moved: (a) Can mixed-format or format-agnostic training preserve the durable format-strategy link while reducing brittleness? (b) Does the format-dominance claim hold at scaling? Do 70B+ models exhibit the same 7.5x ratio, or do they develop content-driven strategies that override format cues?

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

Next inquiring lines