Glossary · Term

instruction tuning

← all terms

Definition

Plain language

Teaching a model to follow what users ask by training it on lots of example instructions paired with good responses.

As stated in the literature

A post-training stage that fine-tunes a base language model on (instruction, response) pairs so it follows natural-language commands rather than merely continuing text; typically precedes RLHF and is implicated in side effects like calibration loss, mode collapse, and commitment sharpening.

Also called: instruction-tuned, instruction tuned, instruction-tuning

Why it matters: It turns a raw text predictor into something that follows directions, which is what makes a chatbot usable for ordinary requests.

For example, training a model on many pairs like 'Summarize this paragraph' followed by a good summary teaches it to actually do what users ask instead of just continuing the text.

Heard on the show

“Months of instruction tuning and reinforcement learning have shaped them into helpful, agreeable assistants, so of course one of them says "let's both cooperate.”
Episode 234 — Two Copies of Gemini Cooperated in a Game Where Betrayal Always Pays

Mentioned in 12 episodes

  1. 234
    Two Copies of Gemini Cooperated in a Game Where Betrayal Always Pays
  2. 230
    Why AI Survey Panels Break Before the Dice Ever Roll
  3. 171
    The Safety Decision a Model Makes Before It Thinks a Word
  4. 170
    When a One-Liner Beats Your Agent's Clever Verification Logic
  5. 148
    Why Letting an AI Watch Its Own Scoreboard Can Quietly Overwrite Its Safety
  6. 145
    Building Forgetting Into a Language Model With One Extra Line of Code
  7. 074
    How a Fifteen-Hundred-Dollar Training Run Matched Llama and Gemma on Reasoning
  8. 070
    When Models Know the Answer But Say the Wrong Thing Anyway
  9. 069
    When Smarter Models Forecast Worse: The Hidden Failure Mode in LLM Predictions
  10. 054
    When Models Learn the Monitor Exists, the Reasoning Trace Stops Being a Window
  11. 037
    Why Hallucination Detectors Miss Stale Facts: A Geometric Story About What Models Know But Don't Say
  12. 017
    When the Agent Grades Its Own Homework: A Brutal New Benchmark for AI Workers

Related terms