What Matters in Linearizing Language Models? A Comparative Study of Architecture, Scale, and Task Adaptation
This paper presents a comparative study of seven linearized language model architectures, revealing that architectural inductive biases—particularly error-correcting update rules and gated delta formulations—are the primary determinant of performance and long-context capability, as these advantages established early in training persist regardless of parameter scaling or token budgets.
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, world-class chef (the Transformer) who can cook complex meals using a massive, slow, but incredibly precise kitchen setup. This chef uses a special technique where they look at every single ingredient in the pantry at once to decide what to add next. It's perfect, but it's slow and requires a huge kitchen.
Now, imagine you want to hire a new, faster apprentice (the Linearized Model) who can cook just as well but uses a tiny, efficient kitchen. To do this, you don't teach the apprentice from scratch. Instead, you try to distill the master chef's knowledge into the apprentice's brain. You tell them, "Don't look at the whole pantry; just keep a running list of the most important things you've seen so far."
This paper is a big experiment to see which type of apprentice works best when you try to copy the master chef's skills into this faster, smaller kitchen.
The Big Question
There are many different ways to build this "running list" (called a token mixer). Some apprentices just keep adding new notes to a long scroll (Additive). Some use a gate to decide what to keep and what to throw away (Gated). Others use a "delete and replace" rule where new info overwrites old info if they match (Delta-rule).
The researchers wanted to know: Does it matter which "note-taking style" the apprentice uses? Or can we just make the apprentice bigger and smarter to fix any bad habits?
The Experiment
The researchers took seven different types of apprentices (architectures like xLSTM, Gated DeltaNet, GLA, etc.) and tried to teach them using the same master chef, the same recipes (data), and the same amount of practice time. They tested them at three sizes:
- Small (140 million parameters)
- Medium (360 million parameters)
- Large (1.7 billion parameters)
They also tested them on two other challenges:
- The "Needle in a Haystack" Test: Can the apprentice find a specific fact hidden in a very long story?
- The "Follow Instructions" Test: Can the apprentice understand and follow complex commands?
What They Found
1. The "Note-Taking Style" Matters More Than Size
The most surprising finding is that the type of apprentice matters more than how big they are.
- The Winners: Apprentices that use "Gated Delta-rules" (think of them as having a smart eraser that can precisely delete old, irrelevant notes and replace them with new ones) were the best. They stayed ahead of the pack even as they got bigger.
- The Losers: Apprentices that just keep adding notes without deleting anything (Linear Attention) got stuck. No matter how big they grew, they couldn't catch up to the smart ones. They were like someone trying to remember a 10-hour movie by writing every single word on a piece of paper that never gets erased—the paper eventually gets so full of junk that they can't find the important parts.
The Analogy: It's like trying to learn a language. One student writes every word they hear in a notebook (Additive). Another student has a notebook where they can cross out old words and write new ones only when necessary (Gated Delta). The second student learns faster and remembers better, regardless of how many years they study.
2. You Can't Fix Bad Habits with More Data
The researchers wondered: "If we just give the 'bad' apprentices more data (more practice tokens), will they eventually catch up?"
- The Answer: No.
Even after training them on a massive amount of data (10 billion tokens), the performance gap remained. The "bad" note-taking styles hit a ceiling. The "good" styles kept improving slightly but mostly stayed ahead.
The Lesson: You can't fix a broken memory system just by feeding it more information. The structure of the memory is the bottleneck.
3. The "Long Memory" Problem
When the story got very long (thousands of words), most apprentices failed the "Needle in a Haystack" test. They forgot the beginning of the story.
- The Exception: Only the Gated DeltaNet (the one with the smart eraser) could still find the needle in the haystack.
- The Failure: The "Additive" models (the ones that just keep adding notes) completely forgot everything beyond a certain point. Their memory became "saturated" with noise.
4. Teaching Instructions Doesn't Fix the Core Flaw
Finally, they tried to teach these apprentices how to follow instructions (like "write a poem" or "solve a math problem").
- The Result: The smart apprentices got even better at following instructions. The weak ones got slightly better, but they were still weak.
- The Twist: Trying to teach them instructions during the copying process (distillation) didn't help the weak ones catch up. In fact, it sometimes made their long-term memory even worse.
The Takeaway: You can't teach a student to be a genius at long-term memory if their brain isn't built for it. The architecture (the brain structure) is the primary constraint.
The Bottom Line
If you want to build a fast, efficient AI that can still do complex tasks and remember long stories, you can't just scale up a bad design.
The paper concludes that the way the model updates its memory (specifically, using rules that can selectively delete and overwrite old information) is the most important factor. If you pick the wrong "note-taking style," no amount of training data or model size will make it as good as the right one.
In short: It's not about how big your brain is; it's about how smartly you organize your notes.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.