← Latest papers
🤖 machine learning

When is Warmstarting Effective for Scaling Language Models?

This paper argues that warmstarting large language models is most effective with a simple 2×2\times growth factor under specific token budgets, demonstrating that preserving initial performance is unnecessary and identifying an upper bound on growth beyond which training from scratch becomes more efficient.

Original authors: Neeratyoy Mallik, Maciej Janowski, Johannes Hog, Herilalaina Rakotoarison, Josif Grabocka, Frank Hutter, Aaron Klein

Published 2026-05-14
📖 5 min read🧠 Deep dive

Original authors: Neeratyoy Mallik, Maciej Janowski, Johannes Hog, Herilalaina Rakotoarison, Josif Grabocka, Frank Hutter, Aaron Klein

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 are a master chef who has spent months perfecting a specific soup recipe. You have a large, well-trained pot of soup (your small model) that tastes great. Now, you want to serve a banquet for a much larger crowd, so you need a bigger pot (a larger model).

The big question is: Should you throw away your perfect soup and start with a brand new, empty pot? Or should you pour your existing soup into the giant pot and just add water and spices to fill it up?

This paper investigates that exact question for Artificial Intelligence. The process of pouring the old soup into the new pot is called "Warmstarting."

Here is what the researchers found, explained simply:

1. The Old Rule: "Don't Change a Thing"

For a long time, scientists believed that when you moved your soup to a bigger pot, you had to be incredibly careful. You had to make sure the soup tasted exactly the same in the first second as it did in the small pot. They thought if you changed even a tiny bit of the flavor, the whole thing would fail.

The Paper's Twist: The researchers found this rule is actually too strict. You don't need the soup to taste perfectly identical at the very start. In fact, trying to keep it exactly the same can actually stop the new, bigger pot from learning new flavors.

2. The New Secret Sauce: "Shrink, Zero, and Perturb" (SZP)

Instead of trying to copy the old soup perfectly, the authors suggest a simple, three-step recipe they call SZP:

  • Zero (The Blank Canvas): Imagine you take your old soup and pour it into the big pot, but you leave the new, empty space in the pot completely empty (zeroed out).
  • Perturb (The Shake): You give the pot a little shake. This adds a tiny bit of random noise. This is crucial because it wakes up the "new neurons" (the empty space) so they don't just copy the old soup; they start learning their own unique flavors.
  • Shrink (The Dilution): You slightly reduce the strength of the old soup you poured in. This prevents the old flavors from dominating the new pot, allowing the new ingredients to mix in and learn effectively.

The Result: This simple, "messy" approach actually works better than the complex, "perfect copy" methods used in the past. It's like realizing that sometimes, a little bit of chaos helps a team grow faster than keeping everyone in perfect formation.

3. The "Too Big" Problem (The Growth Limit)

There is a catch. You can't just pour your small soup into a pot the size of an Olympic swimming pool and expect it to work.

The researchers discovered a "Growth Limit."

  • If you double the size of your pot (2x growth), you get a huge speed boost. The new pot learns faster than if you started from scratch.
  • But if you try to make the pot 4x or 8x bigger, the benefit disappears. The old soup becomes so diluted in the giant pot that it's almost like you started with an empty pot anyway.

The Analogy: Imagine trying to teach a toddler (the small model) to run a marathon by suddenly making them an adult (the large model). If you just double their size, they might run faster because they have longer legs. But if you suddenly make them a giant, their toddler brain can't handle the giant body, and they stumble. It's often faster to just train a giant from the ground up.

The Sweet Spot: The paper suggests that doubling the size (2x) is the safest and most reliable bet.

4. The "Time Limit" (Token Budget)

The researchers also looked at how much "training" (or eating) the model gets to do.

  • Short Training: If you only have a little bit of time to train the model (like a quick snack), Warmstarting is a huge win. You get great results quickly.
  • Long Training: If you plan to train the model for a very long time (a full feast), the advantage of Warmstarting fades away. Eventually, a model trained from scratch catches up and might even pass the warmed-up one.

Summary of the Takeaways

  • Don't be too perfect: You don't need to preserve the exact "flavor" of the small model when moving to a big one. A little randomness helps.
  • Keep it simple: A simple method (Shrink-Zero-Perturb) beats complex, fancy copying methods.
  • Don't grow too big: If you try to grow your model more than 2 times its original size, you might as well just start over. The "head start" isn't worth the trouble.
  • It's a sprint, not a marathon: Warmstarting is best for getting quick results with limited training time. If you have endless time to train, starting from scratch is often just as good.

In short: Warmstarting is a great shortcut, but only if you don't try to stretch it too far.

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 →