← Latest papers
🤖 machine learning

(How) Learning Rates Regulate Catastrophic Overtraining

This paper investigates catastrophic overtraining in LLMs during supervised fine-tuning, revealing that learning rate decay increases model sharpness and exacerbates catastrophic forgetting, thereby demonstrating how learning rates mediate optimization dynamics to produce qualitatively different models.

Original authors: Mark Rofin, Aditya Varre, Nicolas Flammarion

Published 2026-04-16
📖 5 min read🧠 Deep dive

Original authors: Mark Rofin, Aditya Varre, Nicolas Flammarion

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a brilliant, well-traveled librarian named Alex. Alex has spent years reading millions of books (this is Pretraining). As a result, Alex knows a little bit about everything: history, science, cooking, and how to tell a good joke. Alex is a "generalist."

Now, you want to hire Alex to work at a specific, strict library branch where the only job is to answer customer questions politely and follow a very specific format (this is Supervised Finetuning or SFT).

The problem? When you train Alex for this new job, something strange happens. If you train Alex too hard or too fast, Alex forgets how to be a generalist. Alex stops knowing about history or science and becomes a robot that only knows how to answer questions in the new format, often giving terrible answers to anything outside that format. This is called Catastrophic Forgetting.

Even worse, the paper discovers a new twist: Catastrophic Overtraining. The more you train Alex on the general knowledge (the more books Alex reads before the new job), the more Alex forgets everything else when you finally try to teach the new job. It seems counterintuitive: more training should make Alex smarter, but here, it makes Alex more fragile.

This paper asks: Why does this happen, and how do we fix it?

The answer lies in the Learning Rate, which is essentially the "pace" at which Alex learns the new job.

The Two Paces of Learning

The authors found that the speed at which you teach Alex the new job changes the outcome completely.

1. The "Sprint" (High Learning Rate)
Imagine you tell Alex: "Forget everything you know! Learn this new format immediately, and learn it FAST!"

  • What happens: Alex panics. To learn the new format quickly, Alex has to completely rewrite their brain. They discard old memories (history, science) to make room for the new rules.
  • The Result: Alex becomes great at the new format but loses all their general knowledge. They are "sharp" and rigid. If you ask them a question about history, they can't answer.

2. The "Stroll" (Low Learning Rate)
Now, imagine you tell Alex: "Take your time. Learn the new format, but don't throw away your old knowledge. Just gently adjust your habits."

  • What happens: Alex learns the new format slowly. Because the changes are small, Alex doesn't need to delete old memories to make space. They keep their general knowledge intact while slowly adopting the new rules.
  • The Result: Alex is good at the new format and still remembers history and science. They are "soft" and flexible.

The Hidden Culprit: "Sharpness"

The paper introduces a concept called Sharpness. Think of a Loss Landscape as a mountain range where the bottom of the valley is the perfect answer.

  • A "Flat" Valley: The bottom is wide and gentle. If you take a step, you don't fall off the edge easily. This is stable.
  • A "Sharp" Peak: The bottom is a tiny, needle-like point. If you take even a tiny step, you might roll right off the side. This is unstable.

The paper discovered that as Alex reads more books (Pretraining), their brain naturally becomes "sharper" (more like a needle). This happens because the training process usually slows down (the Learning Rate decays) as Alex gets smarter.

The Trap:
When Alex is already standing on a "sharp needle" (a highly trained base model) and you try to teach them the new job with a fast pace (High Learning Rate), they are like a tightrope walker trying to run. They stumble, fall off the needle, and completely lose their balance (forgetting everything).

However, if you teach them with a slow pace (Low Learning Rate), they can carefully walk along the needle without falling off. They preserve their balance (their general knowledge).

The Big Discovery: The "Overtraining" Paradox

The paper explains the scary phenomenon of Catastrophic Overtraining:

  1. You train Alex on more and more books (Pretraining).
  2. This makes Alex's brain "sharper" (more fragile).
  3. When you finally try to teach the new job, if you use a standard (fast) pace, Alex's sharp brain makes them fall off the cliff immediately.
  4. Conclusion: The more you pretrain, the more "sharp" and fragile the model becomes, leading to more forgetting during the new training.

The Solution: Slow Down and Soften

The paper offers two practical pieces of advice for building better AI:

  1. During the New Job (Finetuning): Use a very slow learning rate. Don't rush the model. Let it learn the new rules gently so it doesn't forget its old skills. Think of it as "gentle retraining" rather than "hard drilling."
  2. During the Old Job (Pretraining): Don't slow down the learning rate too much at the end. If you keep the pace steady, the model stays "flatter" and more robust, making it easier to teach new things later without forgetting.

Summary Analogy

Imagine you are sculpting a statue out of clay.

  • Pretraining is shaping the clay into a rough human form.
  • Finetuning is carving the fine details (like a specific facial expression).

If the clay has become rock-hard (too much pretraining/sharpness) and you try to carve the details with a heavy chisel (high learning rate), you will crack the whole statue. The details will be perfect, but the statue will fall apart.

But if you use a fine, gentle tool (low learning rate), you can carve the details without breaking the statue. The paper proves that the "hardness" of the clay increases the more you work on it initially, so you must be extra gentle when you start the final details.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →