LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Training & Optimization

Supervised Fine-Tuning (SFT)

Supervised Fine-Tuning (SFT) is the stage of LLM post-training where a pretrained model is fine-tuned on curated input-output pairs, typically instruction-response demonstrations written by humans.

Full definition

After pretraining on raw text, base models are fluent but not helpful. SFT teaches the model the response format users want — answer questions, follow instructions, refuse unsafe requests. The dataset is usually 10k-1M high-quality demonstrations. SFT is the first of three post-training stages in the InstructGPT/ChatGPT recipe: SFT, then reward modeling, then RLHF. SFT alone can recover 80%+ of the gains from full RLHF on many tasks at much lower cost.

Why it matters

SFT is the cheapest, highest-ROI customization step for enterprises. Most "fine-tuned for our domain" claims are SFT, not RLHF. Buyers should ask vendors how many SFT examples were used and how they were curated — quality dominates quantity above ~10k examples.

Example

A pharma company runs SFT on Llama 3 70B with 25k pairs of (clinical question, regulator-approved answer); the resulting model passes internal compliance review at 3x the rate of the base model.

Source & further reading

Primary source: Ouyang et al. — "Training language models to follow instructions with human feedback" (InstructGPT, OpenAI) (2022).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/nl/glossary/supervised-fine-tuning/.