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.
"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?- Why do workers who understand AI generations learn more than those who only use output?
- Why does AI-improved task performance fail to transfer to independent work?
- Does narrow reallocation to remaining tasks constitute genuine adaptation?
- Does AI-assisted performance transfer to independent task completion?
- Does extended exoskeleton use eventually produce meaningful skill transfer?
- How do training objectives shape what a world model actually learns?
- Why does imitation learning alone plateau without outcome-based refinement?
- What emergent behaviors do models develop when trained on underspecified pedagogical tasks?
- What distinguishes surface mechanisms from the training regimes that produce them?
- Can granular sub-task training for function calling improve both open and proprietary models?
- How much of the combinatorial task space must training data cover?
- Can a single model trained on two tasks predict untrained decision tasks?
- Does training on granular tasks beat training on the full function calling problem?
- Can models maintain multiple task interpretations simultaneously before committing to a single policy?
- How do complete multi-turn trajectories differ from isolated task examples?
- Can extracted skills transfer effectively across different domains and model architectures?
- How do transformers stitch together learned behaviors when adapting to new tasks?
- Can training on diverse related tasks be more efficient than task-specific training?
- Can we predict which tasks will decompose into modular subnetworks?
- Can intentional data-mixture design replace model scaling for rare task learning?
- Can benchmarks designed for shortcut learning detect heuristic override failures?
- How does training on correct answer form differ mechanistically from training on failure analysis?
- Can explicit goal state scaffolding at inference time transfer to autonomous tracking through training?
- Can instruction tuning succeed without explicit task understanding?
- How do instruction backtranslation and MAGPIE demonstrate self-generation principles?
- Does self-supervised process supervision work for domains with ambiguous correctness?
- How does action-level decomposition differ from token-level imitation in supervision?
- How does the knowing-doing gap widen as tasks become more complex?
- What makes task alignment more fragile than underlying knowledge retention?
- How do procedural versus factual knowledge differ in pretraining versus fine-tuning?
- Can curated demonstrations compensate for smaller or simpler training environments?
- How do out-of-distribution tests reveal that optimization learning is memorization?
- Does alignment training create bidirectional instruction and response mappings?
- Does correct model behavior guarantee internal alignment of learned objectives?
- What specific behavioral patterns should alignment examples target for maximum effect?
- Does pretraining poisoning at scale persist through instruction alignment?
- Can prompting unlock compositional skills that pretraining already learned?
- Why do primacy effects peak at specific instruction densities?
- Are instruction-tuned models more or less sensitive to prompt semantics than others?
- How does explicit exploratory prompting compare to fine-tuned reinforcement learning for in-context adaptation?
- How do prompting and activation steering relate as compression strategies?
- How do input-side defenses separate task methodological and framing intents?
- Do text-space skills transfer learning across different frontier models?
- Can demo placement be tuned as a task-specific hyperparameter?
- Can fine-tuning ever teach semantic inference instead of amplifying training shortcuts?
- Why does KTO skip supervised fine-tuning while DPO cannot?
- How does task-oriented fine-tuning compare to preference tuning methods?
- How does data quality mismatch create reasoning degradation in supervised fine-tuning?
- Does partial trace guidance work better than curriculum learning for hard problems?
- Do task-specific heuristics improve gradually or appear suddenly at scale?
- How do task difficulty and skill type interact in model performance?
- How much task-similar finetuning data does test-time training actually need?
- Why does target probability matter more than task logical complexity?
- How do task frequency and complexity interact with model capacity during training?
- Can curvature measurements predict task difficulty without behavioral labels?
- Can in-context learning replicate the timing effects that RL teaches models?
- Does format-based pretraining determine how models respond to reinforcement learning?
- How does post-training shift models from passive prediction to on-policy action?
- What capacity threshold determines whether RL teaches activation versus shortcut learning?
- How does preference-based training compare to supervised fine-tuning for function calling?
- Can curriculum degradation of document quality accelerate policy learning?
- Can preference learning fix the rigid output format problem better than supervised training?
- Can we reverse the instruction-following deficit through targeted training?
- Does fine-tuning models for specific tasks destroy their ability to reason?
- Why does instruction tuning hurt knowledge-intensive tasks more than reasoning tasks?
- Does scaling reasoning capability create tradeoffs with instruction following?
- How does scaling reasoning capability actually reduce instruction-following ability?
- Can reasoning fine-tuning improve both capability and instruction compliance together?
- What distinguishes task-specific heuristics from genuine world models?
- Why do strong models struggle more with instruction following than mid-tier ones?
- Why does stronger reasoning reduce model compliance with instructions?
- Why does instruction-following capability decrease as models scale stronger?
- Why does mixed instruction data sometimes hurt specific model capabilities?
- How does behavioral fine-tuning differ from factual knowledge encoding in models?
- Why does the gap between theoretical expressiveness and learned capability matter?
- Does fine-tuning actually change model capabilities or only output distribution?
- Can we predict out-of-distribution generalization without access to downstream tasks?
- Which finetuning method works best across different task and data regimes?
- How do finetuning and pretraining improvements differ in their effects on model capabilities?
- How much performance is lost when converting pretrained checkpoints versus training from scratch?
- Does approaching human performance mean learning the same grammatical rules?
- Do instruction-tuned models prefer conversational over formal source language?
- What distinguishes instance seeds from full input-output exemplar requirements?
- Can trained models encode programs more complex than their data-generating process?
- Does input length alone explain instruction density performance loss?
- Can structured output formats reduce instruction following degradation?
- Does minimal code engagement during vibe coding harm students' long-term programming comprehension?
- Can correct outputs mask reliance on surface heuristics rather than deep understanding?
- Why does critique training produce deeper understanding than imitation training?
- Why do instruction following and reasoning capability trade off in training?
- Can format adaptation alone explain why reasoning enrichment improves instruction following?
- What makes a good in-context learning example for a given task?
- How should researchers evaluate whether correct model outputs reflect real structural learning?
- What is the gap between benchmark performance and real workplace task completion?
- What training regimes confound surface mechanisms with their actual causes?
- Do instruction-tuned models learn tasks or just output format distributions?
- Does foundational model training or user priors more strongly shape final outputs?
- Do negative constraints require fundamentally different training signals than positive instructions?
- What is the difference between changing model outputs versus changing internal representations?
- Why do vector embeddings fail to measure task relevance in production RAG?
- Can vector embeddings measure task relevance instead of semantic similarity?
- What makes high-quality GUI instruction data different from general vision data?
- How does annotation-based pretraining compare to self-supervised video masking for screen understanding?
- Why does identifying UI element types and locations enable downstream task learning?
Related concepts in this collection 5
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Does training data format shape reasoning strategy more than domain?
What explains why models trained on multiple-choice data reason differently than those trained on free-form text? The research isolates format and domain effects to measure which one matters more.
format > domain at 7.5x; this adds format > instruction semantics
-
Can models pass tests while missing the actual grammar?
Do language models succeed on grammatical benchmarks by learning surface patterns rather than structural rules? This matters because correct outputs may hide reliance on shallow heuristics that fail on novel structures.
same mechanism in linguistic domain
-
Can small models reason well by just learning output format?
Does reasoning performance depend primarily on adapting how models express outputs rather than acquiring new knowledge? The Tina research tests this by applying LoRA to a 1.5B model during reasoning training.
LoRA as format adapter aligns with IT as format teacher
-
Does supervised fine-tuning actually improve reasoning quality?
While SFT boosts final-answer accuracy, does it degrade the quality and informativeness of the reasoning steps that justify those answers? This matters for high-stakes domains requiring auditable decision-making.
SFT raises accuracy because it teaches the output format, not because it improves reasoning
-
Why do chain-of-thought examples fail across different conditions?
Chain-of-thought exemplars show surprising sensitivity to order, complexity level, diversity, and annotator style. Understanding these brittleness dimensions could reveal what makes reasoning prompts robust or fragile.
complementary evidence of format-over-substance: IT achieves accuracy through format matching alone, while CoT exemplar brittleness shows reasoning performance depends on surface exemplar properties (order, style, complexity) rather than semantic content
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Do Models Really Learn to Follow Instructions? An Empirical Study of Instruction Tuning
- A Survey on Post-training of Large Language Models
- Exploring Format Consistency for Instruction Tuning
- Are Emergent Abilities in Large Language Models just In-Context Learning?
- LESS: Selecting Influential Data for Targeted Instruction Tuning
- Planted in Pretraining, Swayed by Finetuning: A Case Study on the Origins of Cognitive Biases in LLMs
- Instruction Induction: From Few Examples to Natural Language Task Descriptions
- Foundations of Large Language Models
Original note title
instruction tuning teaches output format distribution not task understanding — simplified and delusive instructions achieve comparable performance