A new research paper from OpenAI asks why large language models like GPT-5 and chatbots like ChatGPT still hallucinate, and whether anything can be done to reduce those hallucinations.
In a blog post summarizing the paper, OpenAI defines hallucinations as โplausible but false statements generated by language models,โ and it acknowledges that despite improvements, hallucinations โremain a fundamental challenge for all large language modelsโ โ one that will never be completely eliminated.
To illustrate the point, researchers say that when they asked โa widely used chatbotโ about the title of Adam Tauman Kalaiโs Ph.D. dissertation, they got three different answers, all of them wrong. (Kalai is one of the paperโs authors.) They then asked about his birthday and received three different dates. Once again, all of them were wrong.
How can a chatbot be so wrong โ and sound so confident in its wrongness? The researchers suggest that hallucinations arise, in part, because of a pretraining process that focuses on getting models to correctly predict the next word, without true or false labels attached to the training statements: โThe model sees only positive examples of fluent language and must approximate the overall distribution.โ
โSpelling and parentheses follow consistent patterns, so errors there disappear with scale,โ they write. โBut arbitrary low-frequency facts, like a petโs birthday, cannot be predicted from patterns alone and hence lead to hallucinations.โ
The paperโs proposed solution, however, focuses less on the initial pretraining process and more on how large language models are evaluated. It argues that the current evaluation models donโt cause hallucinations themselves, but they โset the wrong incentives.โ
The researchers compare these evaluations to the kind of multiple choice tests random guessing makes sense, because โyou might get lucky and be right,โ while leaving the answer blank โguarantees a zero.โย
Techcrunch event
San Francisco
|
October 27-29, 2025
โIn the same way, when models are graded only on accuracy, the percentage of questions they get exactly right, they are encouraged to guess rather than say โI donโt know,โโ they say.
The proposed solution, then, is similar to tests (like the SAT) that include โnegative [scoring] for wrong answers or partial credit for leaving questions blank to discourage blind guessing.โ Similarly, OpenAI says model evaluations need to โpenalize confident errors more than you penalize uncertainty, and give partial credit for appropriate expressions of uncertainty.โ
And the researchers argue that itโs not enough to introduce โa few new uncertainty-aware tests on the side.โ Instead, โthe widely used, accuracy-based evals need to be updated so that their scoring discourages guessing.โ
โIf the main scoreboards keep rewarding lucky guesses, models will keep learning to guess,โ the researchers say.


