Zenaique
Glossary · Training

Supervised Fine-Tuning (SFT)

Also known as: SFT, Instruction tuning

Fine-tune the base model on (prompt, ideal response) pairs; the first post-training step before alignment.

The first stage of post-training where a pre-trained base model is fine-tuned on labeled instruction-response pairs. Teaches the model what good answers look like before any preference-based alignment (RLHF or DPO).

In practice

Together with RLHF/DPO, SFT turns a raw next-token predictor into a chat assistant. Most alignment questions assume SFT happens first.

How it compares

SFT teaches the model what to say from labels; RLHF teaches it which of several outputs is preferred.

Related topics

Related terms