← Latest papers
🤖 machine learning

Language models suffer from a curse of ambiguity

This paper identifies and theoretically analyzes a "curse of ambiguity" in large language models, demonstrating that ambiguous next-token distributions are inherently harder to learn accurately due to increased capacity requirements, embedding sizes, training steps, and amplified sampling noise, a finding validated through both synthetic and real-world experiments.

Original authors: Nicolas Zucchet, Hyun Dong Lee, Scott Linderman

Published 2026-08-18
📖 5 min read🧠 Deep dive

Original authors: Nicolas Zucchet, Hyun Dong Lee, Scott Linderman

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.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

Modern computers that write and speak are built on a simple, powerful idea: they predict the next word in a sentence by looking at the words that came before. This process happens one word at a time, like a person thinking through a story, choosing the most likely next step based on what has already been said. For years, engineers have focused on making these machines better at finding the single most obvious answer. But as these systems grow more advanced, they are increasingly asked to handle situations where there is no single obvious answer. When a sentence could end in many different, equally reasonable ways, the machine must learn to spread its confidence across all those possibilities, not just pick the top one. This ability to understand uncertainty is becoming critical, especially as these machines begin to write the training data for their own future versions. If they fail to capture the full range of possibilities, they risk creating a narrow, repetitive loop that degrades the quality of their own learning.

A team of researchers at Stanford University has discovered a fundamental barrier that makes this task surprisingly difficult. They found that the more ambiguous a situation is—meaning the more plausible next words there are—the harder it is for the machine to learn the correct distribution of probabilities. They call this the "curse of ambiguity." It is not just a matter of the machine being slightly slower or needing more data; the difficulty is baked into the very architecture of the neural networks that power these models. The researchers showed that as the number of possible correct answers increases, the machine requires significantly more internal storage space, larger internal representations of words, and many more steps of training to get the math right. Even when the machine finally learns, the process of picking a single word from the many possibilities introduces a type of noise that prevents it from ever perfectly matching the true distribution of language.

To understand why this happens, the team broke the problem down into its smallest parts. They treated the machine's final decision-making layer as a simple classifier that maps a context to a set of possible outcomes. In their experiments, they created synthetic tasks where they knew the exact ground truth: a specific number of words were equally likely to follow a given phrase. They found that storing a pattern with ten possible outcomes required roughly ten times more capacity than storing a pattern with only one. It is as if the machine has to build a separate, distinct pathway for every possible option it must remember. Furthermore, they discovered that the internal "vocabulary" the machine uses to hold these contexts must grow in size to accommodate the ambiguity. If the machine tries to represent a situation with many valid endings using a representation that is too small, it simply cannot distinguish between the options, no matter how much it trains.

The difficulty extends beyond just storage. The researchers also analyzed how the machine learns over time. They found that when a situation has many possible outcomes, the learning process starts much more slowly. Because the machine sees each specific correct word less frequently when there are many of them, the signal it receives to adjust its internal settings is weaker. This means it takes longer to begin making progress. Even worse, the act of training on real data, where the machine only sees one random example of the correct next word at a time, introduces a persistent error. When the target is a single, certain word, the machine can eventually learn it perfectly. But when the target is a spread of many words, the randomness of seeing just one example at each step creates a floor of error that the machine cannot climb over. No matter how long it trains, it will always be slightly off, unable to perfectly replicate the true spread of probabilities.

The team confirmed these findings not just in their controlled, synthetic tests, but also in large language models trained on real-world text. By analyzing how these models performed on actual data, they observed the same signatures: as the ambiguity of a context increased, the model's predictions became less accurate, and it tended to leak probability mass to words that should not be there. This suggests that the curse of ambiguity is a universal property of these systems, affecting everything from small experimental models to the massive, trillion-parameter systems used today. The researchers argue that this limitation is not a bug that can be fixed with a simple software update, but a fundamental constraint of how these networks represent uncertainty.

This discovery changes how we should think about the capabilities of artificial intelligence. It suggests that while scaling up the size of these models helps, it does not solve the core problem of ambiguity. Even the largest models will always struggle to perfectly model situations with many plausible outcomes, leaving a residual fraction of the truth unlearned. This has practical implications for how we trust these systems. In fields where precision matters, such as medical diagnosis or legal reasoning, we must be aware that the model's confidence distribution may be inherently noisy when the answer is not clear-cut. The work provides a new framework for understanding when to trust a machine's output and when its uncertainty is a sign of a deeper structural limitation rather than a lack of data. Ultimately, the paper reveals that the very thing that makes human language rich and flexible—the ability to say many different things in many different ways—is the same thing that makes it the hardest thing for a machine to learn.

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 →