rlhf-sft-one-epoch-instructgpt

IN premiseentries/2026/06/21/wiki-Reinforcement_learning_from_human_feedback.md

Created 2026-06-21T09:50:10+00:00

The InstructGPT paper recommends training the SFT stage for only 1 epoch to avoid overfitting.

Summary

The InstructGPT recipe limits supervised fine-tuning to a single pass through the labeled examples because going through them again makes the model memorize the specific demonstrations instead of learning generalizable behavior. This keeps the SFT stage deliberately short and lightweight, shifting most of the quality signal into the later preference-learning step rather than relying on brute-force repetition of examples.

Dependents

These beliefs depend on this one: