← Latest papers
💬 NLP

Sampling More, Getting Less: Calibration is the Diversity Bottleneck in LLMs

This paper identifies that diversity collapse in large language models is primarily caused by order and shape miscalibration in their probability distributions during decoding, rather than by limitations in sampling heuristics, leading to a trade-off between output validity and diversity.

Original authors: Amin Banayeeanzade, Qingchuan Yang, Dhruv Tarsadiya, Fatemeh Bahrani, Leonardo Blas, Alfy Samuel, Robin Jia, Meisam Razaviyayn, Sai Praneeth Karimireddy

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

Original authors: Amin Banayeeanzade, Qingchuan Yang, Dhruv Tarsadiya, Fatemeh Bahrani, Leonardo Blas, Alfy Samuel, Robin Jia, Meisam Razaviyayn, Sai Praneeth Karimireddy

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 ask a Large Language Model (LLM) to tell a story, write a poem, or suggest a random city. You expect a wide variety of creative answers. Instead, the model often gets stuck in a rut, giving you the same few clichés over and over again (like "Once upon a time..." or "Valparaíso, Chile").

This paper investigates why this happens. The authors argue that the problem isn't just that the model is "boring" or that our current tools for picking words (sampling methods) are bad. Instead, the problem is built into how the model organizes its own internal probability map. They call this a "Calibration Bottleneck."

To explain this, imagine the model is a Librarian standing in front of a massive wall of books (all possible next words). The Librarian has to pick the next word to continue a story.

The Two Main Problems

The paper identifies two specific ways this Librarian is "miscalibrated" (misaligned with reality), which causes the diversity to collapse.

1. Order Calibration: The Librarian Can't Sort the Books

The Analogy:
Imagine you ask the Librarian to pick a "good" book. You expect the Librarian to put all the "good" books at the very top of the shelf and all the "bad" books at the bottom.

  • What the model does: The Librarian puts some good books at the top, but then mixes in a bunch of bad books right in the middle. Then, further down the shelf, there are more good books hidden among the bad ones.
  • The Consequence: If you tell the Librarian, "Just give me the top 10 books," you might get 5 good ones and 5 bad ones. If you say, "Give me the top 100 to be safe," you get 90 bad books.
  • The Paper's Claim: The model fails at Order Calibration. It cannot reliably rank "valid" (correct/meaningful) words higher than "invalid" (nonsense) words. Because valid and invalid words are mixed together in the ranking, any tool that tries to filter the list (like "Top-K" or "Top-P") is forced to make a terrible choice: either cut off good ideas to avoid bad ones, or include too many bad ideas to save the good ones.

2. Shape Calibration: The Librarian is Obsessed with One Book

The Analogy:
Now imagine the Librarian does manage to separate the good books from the bad ones. But when looking at the "Good" pile, the Librarian is obsessed with just one specific book.

  • What the model does: The Librarian puts 90% of their attention on one specific "good" book (e.g., "Once upon a time"). The other 99 "good" books get only a tiny, tiny sliver of attention. Meanwhile, the "bad" books are scattered in a long, thin tail at the very bottom.
  • The Consequence: Even if you try to shake things up (by using "Temperature," which is like telling the Librarian to be more random), the Librarian just shifts their obsession slightly. They might stop obsessing over "Once upon a time" and start obsessing over "In a world where...", but they still ignore the other 98 good options. Worse, making the Librarian more random often just makes them pick a "bad" book from the long tail instead of a rare "good" one.
  • The Paper's Claim: The model fails at Shape Calibration. The probability is too concentrated on a few specific valid options, leaving the rest of the valid options starved of attention.

The Domino Effect: Why One Mistake Becomes a Disaster

The paper explains that these problems get worse the longer the story gets.

The Analogy:
Imagine you are walking through a maze.

  • Step 1: At the first turn, you have a 90% chance of picking the right path and a 10% chance of picking a dead end. That seems fine.
  • Step 2: At the next turn, you again have a 90% chance of being right.
  • The Result: If you have to make 20 turns, the chance of getting the entire path right without hitting a single dead end drops to almost zero.

The paper proves mathematically that because the model makes small errors at every single step (picking the wrong mix of words or focusing too much on one word), these errors compound. By the time the model finishes a sentence or a paragraph, the chance of it having explored a truly diverse, valid path is exponentially tiny.

What Did They Do?

The researchers didn't just guess; they built a "diagnostic toolkit":

  1. Controlled Tests: They gave the models simple tasks where they knew the exact list of correct answers (like generating random numbers or naming US states).
  2. The "Oracle" Test: They created a perfect filter that knew exactly which words were valid. Even with this perfect filter, the models still struggled to be diverse because of the "Shape" problem (the obsession with one word).
  3. The Verdict: They tested 14 different models (from small to huge). They found that bigger models didn't fix the problem. Even the smartest models still had these sorting and concentration issues.

The Bottom Line

The paper concludes that the lack of diversity in AI isn't just a bug in the "picking" tools (like temperature or top-k sampling). It is a fundamental flaw in how the model distributes its confidence.

  • It can't sort valid words above invalid ones reliably.
  • It can't spread its attention evenly across all the valid words.

Until the model learns to organize its internal library differently, simply tweaking the settings won't unlock true creativity or diversity. The "bottleneck" is the model's own distribution, not the tools we use to read 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 →