Why language models hallucinate
OpenAI
OpenAI says it finally explains why chatbots confidently make stuff up. Turns out the way we grade these models basically rewards guessing over admitting doubt.
Based on reporting by OpenAI — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
OpenAI dropped a research paper that gets at something anyone who has used ChatGPT already suspected: these models don't hallucinate because they're broken, they hallucinate because we built the incentives that way. The paper argues that today's evaluation methods score models like multiple-choice tests, where a wrong guess costs the same as an honest 'I don't know.' Under that kind of grading, guessing is always the statistically smarter move, even when the model is essentially making things up.
The researchers frame hallucination not as a mysterious glitch but as a predictable outcome of how training and benchmarking work. Language models are optimized to produce plausible-sounding answers, and current benchmarks mostly reward confident output over calibrated uncertainty. So a model that says 'I'm not sure' gets penalized the same as one that's flat wrong, while a model that fires off a confident, wrong answer sometimes gets lucky and scores. Over millions of training examples, that math pushes models toward fabrication rather than caution.
OpenAI's proposed fix is less about tweaking model architecture and more about rethinking how we measure success. The paper suggests evaluation systems should explicitly reward expressions of uncertainty and penalize confident falsehoods more heavily than honest hedging. That's a meaningful shift, because it means the industry's obsession with leaderboard scores may have been quietly training models to bluff.
What's notable here is that OpenAI is essentially pointing a finger at the entire benchmarking culture that AI labs, including OpenAI itself, have leaned on for years. If evaluations change to favor honesty over false confidence, it could reshape how future models are trained, not just how they're graded after the fact.
My take — AI-written commentary, not fact-checked reporting
This is OpenAI quietly admitting that the industry's scoreboard obsession helped create the hallucination problem everyone loves to complain about. I'd rather have a model that says 'I don't know' than one optimized to sound smart while making things up, and if fixing the benchmarks actually forces that shift, it's overdue. Watch whether other labs adopt this or just keep chasing leaderboard bragging rights.
Read more about this at: OpenAI