← Latest papers
💬 NLP

Where does output diversity collapse in post-training?

This paper demonstrates that output diversity collapse in post-trained language models is primarily determined by training data composition rather than generation formats or specific post-training methods, revealing that the loss of semantic variety is embedded in model weights during supervised fine-tuning and cannot be resolved at inference time alone.

Original authors: Constantinos Karouzos, Xingwei Tan, Nikolaos Aletras

Published 2026-04-20
📖 6 min read🧠 Deep dive

Original authors: Constantinos Karouzos, Xingwei Tan, Nikolaos Aletras

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, chaotic artist (the Base Model) who can paint in a million different styles, tell a million different stories, and solve problems in a million different ways. They are wild, creative, and full of surprises.

But then, you hire a manager to train them for a specific job. You want them to be helpful, safe, and follow instructions perfectly. So, you put them through a rigorous training camp (Post-Training).

The paper asks a simple but crucial question: Does this training make the artist better, or does it turn them into a robot that only paints the exact same picture over and over again?

The answer, according to this research, is: It turns them into a robot, and the reason depends entirely on what you fed them during training, not just how you trained them.

Here is the breakdown of their findings using some everyday analogies:

1. The Three Training Camps (The Lineages)

The researchers didn't just look at one model; they watched three different groups of artists go through the same three-step training process (Supervised Fine-Tuning, then Preference Optimization, then Reinforcement Learning).

  • The "Think" Group: These artists were trained by two specific teachers who were very good at explaining their work step-by-step (Chain-of-Thought). They were told, "Here is exactly how to solve this math problem, write down every step, and then give the answer."
  • The "Instruct" Group: These artists were trained by a huge crowd of different teachers (thousands of sources) who gave broad instructions but didn't always show the step-by-step work.
  • The "RL-Zero" Group: These artists skipped the classroom entirely. They were just thrown into a video game where they got points for winning and lost points for losing, with no human teachers showing them how to play.

2. Where Did the Creativity Die? (The Collapse)

The researchers found that the "creativity" (diversity) of the artists didn't die all at once. It died at different times depending on the group:

  • For the "Think" Group: Their creativity died immediately in the first class (SFT). Because they were only taught by two teachers who thought alike, the artists stopped trying new things right away. They learned to mimic those two teachers perfectly. By the time they got to the later training stages, there was no creativity left to kill.
  • For the "Instruct" Group: They kept their creativity for the first class. But then, in the second class (DPO), their creativity got crushed. This stage was designed to teach them what humans prefer. Since the training data was broad, the model tried to find the "average" human preference and ended up smoothing out all the unique edges, leaving a bland, uniform output.

The Lesson: It's not the method of training that kills creativity; it's the ingredients (the data). If you feed a model a narrow diet (two teachers), it gets narrow ideas early. If you feed it a broad diet, it gets narrow ideas later when you try to "optimize" it for human taste.

3. The "Thinking" Trick (Chain-of-Thought)

There was a popular theory that models were becoming boring because they were forced to "think out loud" (write a long reasoning chain before answering). People thought, "If we just make them answer directly without thinking, they'll be creative again!"

The researchers tested this by forcing the "Think" models to stop writing their reasoning and just give the answer.

  • The Result: Nothing changed. The answers were still boring and identical.
  • The Analogy: Imagine a chef who learned to cook only one specific recipe because their two teachers only taught them that one dish. If you tell the chef, "Stop writing down your shopping list and just give me the food," they still only know how to make that one dish. The problem wasn't the shopping list (the format); the problem was that they only learned one recipe (the weights).

The Takeaway: The lack of creativity is baked into the model's brain during training. You can't fix it at the end by changing how the model speaks.

4. The "Good" vs. "Bad" Boring

The researchers also looked at why the outputs became boring. They split the "boringness" into two types:

  • Type A: Getting Rid of Mistakes. Imagine a student taking a test. If they write 16 different answers, and 15 of them are wrong, and only 1 is right, the group of answers looks "less diverse" because the wrong ones are gone. This is actually good. It means the model is smarter.
  • Type B: Getting Rid of Good Ideas. Imagine a student who knows 16 different correct ways to solve a problem, but they only write down the exact same one every time. This is bad. It means the model has lost its ability to be creative even when it's right.

The study found that for math and coding, the "boringness" was mostly Type A (getting rid of wrong answers), which is fine. But for creative writing and opinions, the "boringness" was Type B (getting rid of different correct perspectives), which is dangerous because it makes the model sound like a single, homogenized voice.

Summary: What Should We Do?

If you are building AI or using it:

  1. Don't just blame the training algorithm. If your model is boring, look at your training data. Did you use too few teachers? Did you use a narrow dataset?
  2. Don't try to "fix" it by changing the output format. Making the model skip its reasoning steps won't bring back the creativity. The damage is already done.
  3. Mix your ingredients. To keep AI creative, you need to feed it data from many different sources and styles, not just a few "perfect" examples.

In short: You can't teach a pigeon to fly like an eagle just by changing the cage; you have to give it the right food and environment to begin with. The "boringness" of modern AI isn't a glitch; it's a feature of how we've been feeding it.

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 →