← Latest papers
💬 NLP

Learning is Forgetting: LLM Training As Lossy Compression

This paper proposes that large language models function as instances of lossy compression that approach the Information Bottleneck bound during pre-training, demonstrating that a model's compression optimality and information content can predict its downstream performance across diverse benchmarks.

Original authors: Henry C. Conklin, Tom Hosking, Tan Yi-Chern, Julian Gold, Jonathan D. Cohen, Thomas L. Griffiths, Max Bartolo, Seraphina Goldfarb-Tarrant

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

Original authors: Henry C. Conklin, Tom Hosking, Tan Yi-Chern, Julian Gold, Jonathan D. Cohen, Thomas L. Griffiths, Max Bartolo, Seraphina Goldfarb-Tarrant

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

The Big Idea: Learning is Actually Forgetting

Imagine you are trying to memorize a massive library of books to become the world's best storyteller. You have a brain the size of a city (a Large Language Model, or LLM).

If you tried to remember every single word, typo, and random fact in those books perfectly, your brain would explode. You wouldn't be able to tell a good story because you'd be drowning in useless details.

This paper argues that LLMs don't learn by remembering everything. Instead, they learn by forgetting.

Think of it like MP3 compression for music. When you turn a huge CD into an MP3, the computer throws away the sounds humans can't hear (like very high-pitched squeaks) to save space. The song still sounds great, but the file is much smaller.

The authors say LLMs do the same thing with language. They take the "noise" of the internet and compress it down to the "signal"—the parts that actually help them predict what word comes next.


The Two-Phase Training Dance

The paper describes how these models learn in two distinct phases, like a student studying for a final exam:

Phase 1: The "Cramming" Phase (Fitting)

  • What happens: The model reads the data and tries to memorize everything. It gets very excited, storing lots of information.
  • The Analogy: Imagine a student frantically writing down every single fact from a textbook, hoping nothing is missed. The "notes" (representations) are huge and messy.
  • The Result: The model gets good at predicting the next word, but it's holding onto too much junk.

Phase 2: The "Editing" Phase (Compression)

  • What happens: The model starts to realize, "Wait, I don't need to remember the color of the sky in every single sentence to know what comes next." It starts deleting the useless details.
  • The Analogy: The student goes back through their notes and highlights only the key concepts. They throw away the doodles and the random facts. They are now compressing their knowledge.
  • The Result: The model becomes smarter and more efficient. It keeps only the information that is actually useful for the goal (predicting the next word).

The Paper's Discovery: The best models are the ones that get really good at this "editing" phase. They approach a theoretical limit called the Information Bottleneck, which is the perfect balance between knowing enough to be smart but forgetting enough to be efficient.


Why Size Matters (The "Small Brain" Problem)

The paper found that bigger models are better at forgetting.

  • The Big Models (7B, 32B parameters): These are like geniuses. They can read the whole library, memorize the basics, and then successfully throw away the junk to find the perfect summary. They get very close to that "perfect compression" line.
  • The Small Models (1B parameters): These are like students with a smaller memory. They can memorize the facts (Phase 1), but when they try to edit and compress (Phase 2), they get confused. They keep too much junk or delete the wrong things. They struggle to reach that "perfect compression" state.

The Takeaway: To learn effectively, you need enough brainpower to first understand the complexity, and then enough power to simplify it.


The "Secret Sauce" of Performance

The authors tested many different models against real-world tests (like math, logic, and writing). They found a surprising link:

The models that are best at "forgetting" (compressing) are the ones that perform best.

  • Complexity vs. Expressivity: Imagine a suitcase.
    • Complexity is how much stuff you packed.
    • Expressivity is how well you can use that stuff to build a house.
    • Optimality is the ratio of "useful house-building stuff" to "total stuff packed."
  • The winning models didn't necessarily pack the most stuff; they packed the most useful stuff. They had a high "Expressivity per bit of Complexity."

The "Preference" Twist

The paper also looked at how models learn to be "helpful" and "safe" (aligning with human preferences).

  • Pre-training (The Library): The model learns general facts by reading the internet. This is where the "compression" happens.
  • Post-training (The Coaching): Humans then teach the model, "Don't say that, say this instead."
  • The Finding: The "compression" of the internet data predicts how good the model is at math and facts. But the amount of "preference information" (how much it learned about what humans like) predicts how good it is at following instructions.

It's like a chef:

  1. Pre-training is learning how to cook (compressing recipes).
  2. Post-training is learning that the customer hates cilantro (preference).
  3. A great chef needs to be good at both compressing the recipes and remembering the customer's specific dislikes.

Summary: The "Lossy" Lesson

This paper gives us a new way to look at AI. Instead of thinking of these models as giant databases that remember everything, we should see them as master editors.

  • Learning = Forgetting.
  • Success = Keeping only what matters.
  • The Best Models = The ones that forget the best.

By understanding that LLMs are essentially lossy compression algorithms, we can better predict how they will perform, how to train them, and why some are smarter than others. It turns out, in the world of AI, knowing what to ignore is just as important as knowing what to keep.

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 →