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

“In ordinary instruction-tuned models — the non-reasoning kind — researchers found that safety alignment is shallow.”
Episode 171 — The Safety Decision a Model Makes Before It Thinks a Word

Mentioned in 10 episodes

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

Related terms