SYNTHESIS NOTE
TopicsTraining Fine Tuningthis note

Does instruction tuning teach task understanding or output format?

Exploring whether models trained on instructions actually learn the task semantics or merely learn to match output distributions. This matters because it challenges assumptions about how fine-tuning improves model behavior.

Synthesis note · 2026-02-22 · sourced from Training Fine Tuning
How should we spend compute at inference time? What kind of thing is an LLM really? How do you navigate synthesis across fragmented research topics?

"Do Models Really Learn to Follow Instructions?" creates two devastating controls. First, simplified task definitions that strip all semantic content, leaving only output space information (e.g., "output one of: A, B, C"). Second, delusive examples containing incorrect input-output mappings. Models trained on either achieve comparable performance to models trained on full, correct instructions. A random baseline achieves 42.6% exact-match versus instruction tuning's 43%.

The implication: instruction tuning primarily teaches the model to map its existing capabilities to the expected output format, not to understand or execute the task as described in the instruction. The semantic content of the instruction — what the task is, how to approach it, what constitutes a correct answer — appears largely irrelevant. What matters is the output distribution: how many classes, what format, what vocabulary.

This connects to a broader pattern. Does training data format shape reasoning strategy more than domain? showed a 7.5x stronger effect of format over domain. Can models pass tests while missing the actual grammar? showed that correct outputs can mask reliance on surface heuristics. The instruction tuning finding adds: even explicit instructions about the task are largely ignored in favor of format signals.

A complementary theory from "Are Emergent Abilities just ICL?" (2309.01809) provides the mechanistic explanation: instruction tuning enables "implicit in-context learning" — mapping instructions to the form required for ICL rather than creating new functional abilities. The evidence: purported emergent abilities are explained by a combination of in-context learning, model memory, and linguistic knowledge. The model's sensitivity to minor prompt variations and tendency to hallucinate are inconsistent with genuine emergent functional abilities but consistent with a model that maps prompts to ICL patterns. This reframes safety concerns: if prompts function as "training mechanisms" rather than interfaces to inherent abilities, the safety landscape changes — the risk is in what ICL patterns exist, not in what abilities have "emerged."

The IT Survey (same source) documents the concern from the other direction: "there has been an intense criticism that IT only captures surface-level patterns and styles rather than comprehending and learning the task." Combined with the False Promise finding that model imitation captures style not factuality, a clear pattern emerges: fine-tuning-based adaptation — whether through imitation, instruction tuning, or domain SFT — preferentially captures distributional and formatting information while leaving underlying capabilities largely unchanged. The capability bottleneck is in the base model, not the adaptation method.

Webson & Pavlick (2021) provide the prompting-level parallel. Evaluating 30+ manually written templates and 13 sets of target words across 390+ prompts, they find models learn identically fast from irrelevant or misleading templates as from instructive ones. Models are "much more sensitive to the choice of LM target words as opposed to the meaning of the instruction templates." Instruction-tuned models can be "too robust" — less sensitive to prompt semantics than non-IT equivalents, suggesting IT trains a form of prompt-blindness. This holds from 235M to 175B parameters. The convergence is striking: both the fine-tuning and the prompting literature arrive at the same conclusion from opposite directions — the semantic content of instructions is largely inert, and what transfers is format and output space information.

Inquiring lines that read this note 131

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.

How does AI adoption affect human skill development and labor equality? How do self-generated feedback mechanisms enable effective model learning? What determines success in training models on multiple tasks? How can AI systems learn from failures without cascading errors? Can self-supervised signals enable process supervision without human annotation? How do neural networks separate factual knowledge from reasoning abilities? How should models express uncertainty rather than forced confident answers? How does memorization interact with learning and generalization? Does alignment training create blind spots in detecting genuine safety threats? Can prompting inject entirely new knowledge into language models? How do we evaluate AI systems when user perception misleads actual performance? How should inference compute be adaptively allocated based on prompt difficulty? Do base models contain latent reasoning that training can unlock? Why does supervised fine-tuning improve accuracy while degrading reasoning quality? How does example difficulty affect learning efficiency in language models? What pretraining choices and baseline capability constrain reinforcement learning gains? Can alternative training methods improve on supervised fine-tuning for language models? What capability tradeoffs emerge when scaling model reasoning abilities? Does fine-tuning modify underlying model capabilities or only behavioral outputs? Do language models learn genuine linguistic structure or just surface patterns? What are the consequences of models training on synthetic data? How do prompt structure and constraints affect model instruction reliability? How do training data properties shape reasoning capability development? Which computational strategies best support reasoning in language models? How can identical external performance mask different internal representations? Why do benchmark improvements fail to reflect actual reasoning quality? How do training priors constrain what context information can override? How can LLM user simulators model realistic goal-driven conversation? Why do semantic similarity and task relevance diverge in vector embeddings? How do evaluation mechanisms prevent error accumulation in autonomous research systems? Should GUI agents use structured representations instead of raw pixels? Do language model representations contain causally steerable task-specific features? How should conversational agents balance goal-driven initiative with user control? How does sequence length affect sparsity tolerance in models? Does reinforcement learning teach reasoning or just when to reason? Why do continual learning scenarios trigger catastrophic forgetting and interference? How does AI assistance affect human cognitive development and reasoning autonomy? Why does finetuning cause catastrophic forgetting of model capabilities? What limits mechanistic interpretability's ability to characterize models? Why does reinforcement learning suppress output diversity compared to supervised fine-tuning? Does decoupling planning from execution improve multi-step reasoning accuracy? What factors beyond surface content determine how readers extract meaning differently? What causes silent corruption to amplify through delegated workflows? How can AI alignment serve diverse human preferences at scale? Can single-axis benchmarks accurately predict agent deployment success? How can AI agents autonomously learn and transfer skills across tasks? Do harness improvements transfer across model scales or memorize shortcuts?

Related concepts in this collection 5

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

Concept map
15 direct connections · 155 in 2-hop network ·dense 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

instruction tuning teaches output format distribution not task understanding — simplified and delusive instructions achieve comparable performance