
Share
Researchers discover human typicality bias as a key driver of mode collapse in language models, leading to repetitive and uninspired responses across various prompts.
You ask your favorite language model (LLM) for a joke about coffee. You ask again. You get the same joke, no matter which model you try. You ask for a story, and it always begins with "Once upon a time..." The brainstorming ideas feel generic, the outputs repetitive. This frustrating phenomenon is known as mode collapse, where LLMs produce homogeneous responses despite being capable of more diverse outputs.
While previous studies have attributed mode collapse to algorithmic limitations, researchers from Northeastern University and Stanford University have identified a more fundamental cause: human typicality bias. Annotators, when providing preference data for model alignment, tend to favor familiar and conventional responses. This systematic bias trains models to be less diverse, leading to the same repetitive outputs across different LLMs.
To address this issue, a team of researchers led by Jiayi Zhang, Simon Yu, Derek Chong, and Anthony Sicilia introduced Verbalized Sampling (VS). This training-free prompting method asks models to output an explicit probability distribution over responses. For example, instead of just generating a single joke, the model might generate five jokes along with their corresponding probabilities.

Direct Prompting (Mode Collapse):
Verbalized Sampling:
Verbalized Sampling offers a practical and effective solution to the
Tags
Original Sources
↗ https://simonucl.notion.site/verbalized-sampling?utm_source=tldrai
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
16 October 2025
133 articles
Related Articles
Related Articles
More Stories