Chapter 15
Regularization
The family of constraints that keep optimization productive instead of letting it destroy useful prior behavior.
Regularization says what should not change too fast
In RLHF, unconstrained optimization often damages broad capabilities or pushes the model into brittle corners of behavior space.
Regularization gives the training process an anchor by penalizing updates that move too far from a useful prior policy.
This is why KL terms show up so often across RL and direct alignment methods.
KL is the central language of restraint
Forward and reverse KL induce different pressures, and those pressures show up in forgetting, mode coverage, and training dynamics.
The important intuition is not the exact formula first. It is the behavioral question: do you want to preserve old modes, cover new ones, or bias toward minimal change?
That choice shapes what knowledge survives post-training.
Regularization is about retention as much as safety
Much of the value of regularization is that it protects capabilities the base model already had.
In the post-training era, teams care not only about making a model more helpful, but also about not erasing general competence.
So regularization is both a stability tool and a memory-preservation tool.
Review
5 quick checks
Questions with revealed answers.
1 Why is regularization so central in RLHF?
Because it limits destructive policy drift while the model is being pushed toward a narrower post-training objective.
2 What practical job does KL often do?
It keeps the updated policy close to a reference model so useful prior behavior is not discarded too quickly.
3 Why do different KL choices matter?
Because they bias the model toward different tradeoffs in coverage, conservatism, and forgetting.
4 Why is regularization about retention, not only safety?
Because post-training should improve target behavior without unnecessarily erasing the base model’s broader capabilities.
5 What is the cleanest intuition for regularization in one line?
Optimization tells the model what to improve; regularization tells it what not to abandon.