Zenaique
Glossary · Training

Instruction Tuning

Also known as: Instruction fine-tuning

Train a base model on many (instruction, response) pairs to make it follow natural-language commands.

Fine-tuning a pre-trained LLM on diverse (instruction, response) pairs so it follows natural-language commands. Closely overlaps with SFT; "instruction tuning" emphasizes broad task diversity over task-specific specialization.

In practice

Step that turns GPT-3 into ChatGPT, conceptually. Interviews probe data quality, task mixture, and the link to RLHF.

How it compares

Instruction tuning is broad-coverage SFT; SFT is the general supervised post-training step.

Related topics

Related terms