SYNTHESIS NOTE
TopicsTraining Fine Tuningthis note

Does staying close to the base model preserve learning ability?

Explores whether limiting how far training pushes a model from its base distribution (measured by KL divergence) helps it learn new tasks more effectively over time, and why that trade-off matters for continual learning.

Synthesis note · 2026-05-28 · sourced from Training Fine Tuning
How do language models learn to think like humans?

There is a quiet variable connecting forgetting, generalization, and the ability to keep learning: how far training pushes the policy from its base distribution, measured as KL divergence. The Fast-Slow result makes the relationship explicit. FST-trained models stay up to 70% closer to the base LLM in KL than parameter-only RL — and that reduced drift is not just a forgetting story. It preserves plasticity: after training on one task, FST models adapt more effectively to a subsequent task, while parameter-only RL stalls when task domains change on the fly.

The pattern is that drift and plasticity trade off. Each parameter update that improves in-domain reward also moves the model toward a sharper, lower-entropy policy specialized to that task. Specialization is exactly what makes the model less able to absorb the next task — the weights have committed. By keeping most task-specific adaptation in the fast textual channel and letting the slow weights move only a little, FST holds the policy near its flexible base, where it retains the entropy and breadth needed to learn again. Low KL drift is the leading indicator; preserved plasticity and reduced forgetting are downstream consequences.

Why it matters: it gives continual learning a measurable target. Rather than treating "don't forget" and "stay adaptable" as separate desiderata to engineer, you can watch a single quantity — distance from base — and recognize that overshooting it is what produces both forgetting and plasticity loss. It also reframes KL regularization (already standard in RLHF as a leash) as not merely a stability or alignment-preservation device but as the mechanism that keeps the model trainable in the future. The counterpoint: staying near base also caps how much any single task can specialize the weights, so for a one-shot deployment with no future tasks, aggressive drift may be the better trade.

Inquiring lines that read this note 61

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Does fine-tuning modify underlying model capabilities or only behavioral outputs? Why do continual learning scenarios trigger catastrophic forgetting and interference? How do self-generated feedback mechanisms enable effective model learning? How do training priors constrain what context information can override? How does memorization interact with learning and generalization? What determines success in training models on multiple tasks? What makes weaker teacher models effective for stronger student training? What are the consequences of models training on synthetic data? How does example difficulty affect learning efficiency in language models? What pretraining choices and baseline capability constrain reinforcement learning gains? How does policy entropy collapse constrain reasoning-focused reinforcement learning? What role does compression play in language model capability and generalization? What limits mechanistic interpretability's ability to characterize models? Can alternative training methods improve on supervised fine-tuning for language models? Why does finetuning cause catastrophic forgetting of model capabilities? How can identical external performance mask different internal representations? Does reinforcement learning teach reasoning or just when to reason? Can language model RL training avoid reward hacking and misalignment? When does optimizing for quality undermine the value of diversity? Why does consolidated memory sometimes degrade agent performance? What memory architectures best support persistent reasoning across extended interactions?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
15 direct connections · 128 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

lower kl drift from the base model preserves plasticity enabling stronger continual learning on later tasks