← Latest papers
🤖 machine learning

Representation Collapse in Sequential Post-Training of Large Language Models

This paper investigates how sequential post-training stages cause large language models to suffer from representation collapse into low-rank, anisotropic spaces, demonstrating that this phenomenon impairs future plasticity and generalization while proposing lightweight interventions to preserve learnability without sacrificing behavioral gains.

Original authors: Yichen Liu, Mingyu Chen, Hao Wang, Xiaoran Xu, Chenxi Lin, Rui Zhang, Yutong Zhou, Yuxin Yang, Jiarui Wu, Wei Sun

Published 2026-06-01
📖 4 min read☕ Coffee break read

Original authors: Yichen Liu, Mingyu Chen, Hao Wang, Xiaoran Xu, Chenxi Lin, Rui Zhang, Yutong Zhou, Yuxin Yang, Jiarui Wu, Wei Sun

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: The "Specialist" Trap

Imagine you are hiring a brilliant, well-rounded tutor (the Large Language Model) to help you with various tasks.

  1. First, you teach them general conversation (Instruction Tuning).
  2. Next, you train them specifically to be a math tutor (Math Tuning).
  3. Then, you train them to be a coding expert (Code Tuning).
  4. Finally, you train them to be very strict about safety and refusing bad requests (Safety Tuning).

The paper asks a scary question: Does doing all these training sessions one after another make the tutor "stiff" or "rigid"?

The authors call this "Representation Collapse." It's like the tutor's brain gets squeezed into a tiny, narrow hallway. They become amazing at the last thing they learned, but they lose the flexibility to learn anything new later. They become a "one-trick pony" that has forgotten how to be a generalist.

The Analogy: The Muscle Memory of a Gymnast

Think of the model's internal knowledge as a set of muscles.

  • Healthy Training: When you learn a new skill, you build new muscle fibers. You can still do your old tricks, but you've added new ones.
  • Representation Collapse: Imagine if, every time you learned a new move, you were forced to stretch your muscles so hard in one specific direction that you lost the ability to bend in any other direction.
    • After Math training, your brain is stretched tight toward "Math."
    • After Code training, it stretches even tighter toward "Code."
    • After Safety training, it's stretched so tight toward "Refusing bad things" that you can't easily learn a new skill, like "Writing poetry," without breaking something.

The paper claims that when we chain these training stages together, the model's "muscles" get stuck in a few specific directions. It becomes anisotropic (a fancy word meaning "stretched in one direction") and low-rank (meaning it's using fewer "dimensions" of its brain to think).

What They Actually Did (The Experiment)

The researchers didn't just guess; they built a "fitness test" for these AI models.

  1. The Setup: They took small AI models and trained them in a specific order (e.g., General \rightarrow Math \rightarrow Code \rightarrow Safety).
  2. The Probe: After every single training stage, they gave the model a fixed, unchanging test (a "probe") to see how its brain was organized. They didn't just check if the model got the right answer; they looked at the geometry of its thoughts.
  3. The Findings:
    • The "Squeeze": As they added more training stages, the model's internal "thought space" got smaller and more crowded.
    • The Prediction: They found a direct link: The more "squished" the model's brain became, the worse it was at learning a new task later on.
    • The Paradox: The model got better at the specific task it was just trained on (e.g., solving math problems), but it became "brittle" and harder to adapt to the next task.

The "Why" (In Simple Terms)

The paper suggests that when a model learns a new task, it usually updates its brain in a specific direction. If you keep doing this, you keep updating the same directions over and over again.

  • Imagine trying to paint a wall. If you only paint the top-left corner over and over, that corner gets thick and heavy, but the rest of the wall stays bare.
  • Eventually, the model has no "room" left in its brain to paint new colors (learn new things) because all its "paint" is stuck in the same old spots.

The Solution: Keeping the Brain Flexible

The paper also tested some "fixes" to stop this collapse without ruining the model's skills. They tried:

  • Mixing it up (Replay): Occasionally showing the model old, general questions while training on new stuff, so it doesn't forget the "big picture."
  • Diversity Rules: Forcing the model to keep its internal thoughts varied, rather than letting them all cluster together.
  • Decorrelation: Making sure the new updates don't overlap too much with the old ones.

The Result: These fixes didn't make the model perfect, but they created a better balance. The model stayed good at its specific job and kept enough flexibility to learn new things later.

The Bottom Line

The paper concludes that we shouldn't just look at whether an AI is "smart" at its current job. We also need to check if its brain is getting "stiff." If we keep chaining training stages together without checking for this "collapse," we might accidentally create models that are great at one thing today but impossible to update or improve tomorrow.

In short: Don't squeeze your AI's brain too tight, or it won't be able to stretch for the next challenge.

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 →