Which signal is the most reliable indicator of catastrophic forgetting?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Catastrophic forgetting is lost general capability. Measure it by scoring base and fine-tuned checkpoints on held-out general benchmarks and comparing the drop.
Imagine a brilliant generalist student who you intensively coach to ace one specific exam. The coaching works, but you worry it crowded out everything else they knew. The only honest way to check is to re-test them on the broad subjects they were already good at, history, science, math, and see if those scores dropped. You cannot tell from how well the coaching sessions themselves went. You have to give them the old, general tests again and compare to their scores before coaching. If history fell from ninety to seventy, the coaching cost them. That re-test on the old material is exactly how we catch a fine-tuned model forgetting what it used to know.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
4 min: define forgetting as out-of-distribution loss + why internal signals fail + base-versus-tuned diff + harness discipline + per-benchmark reporting + mitigation loop.
| Signal | What it actually measures | Detects forgetting? |
|---|---|---|
| General-benchmark drop vs base (B) | Retained out-of-domain capability | Yes: the only direct measure |
| In-domain held-out perplexity (A) | Fit to the target task | No: target fit, not retention |
| Validation loss threshold (C) | Optimisation progress, scale-dependent | No: no universal threshold |
| Late-stage gradient norm (D) | Training dynamics and LR health | No: dynamics, not capability |
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Watching training-time signals like loss or in-domain perplexity and assuming low numbers mean capability is retained. Forgetting only shows up on external general benchmarks the training never touched.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.