Hallucination Is Inevitable: An Innate Limitation of Large Language Models
drob518
12 points
11 comments
May 04, 2026
Related Discussions
Found 5 related stories in 76.7ms across 8,303 title embeddings via pgvector HNSW
- Artificial intelligence-associated delusions and large language models beardyw · 12 pts · March 14, 2026 · 61% similar
- Hallucinations Undermine Trust; Metacognition Is a Way Forward gmays · 16 pts · May 08, 2026 · 54% similar
- Refusal in Language Models Is Mediated by a Single Direction fagnerbrack · 105 pts · May 02, 2026 · 53% similar
- LLMorphism: When humans come to see themselves as language models okey · 75 pts · May 10, 2026 · 52% similar
- Researchers who use hallucinated references to face ArXiv ban gnabgib · 17 pts · May 19, 2026 · 51% similar
Discussion Highlights (6 comments)
bell-cot
IANAL, nor expert in this space. But might any such care to comment on the consequences, if this "it is impossible, even in theory , to eliminate LLM hallucinations" result holds up?
Jiro
From that abstract it doesn't sound like they allowed for the possibility that the LLM could be trained to say "I don't know" for some things.
thomastjeffery
Describing it as a limitation is the problem. Hallucination is the core feature. It's the only thing they do!
whythismatters
>Submitted on 22 Jan 2024 (v1), last revised 13 Feb 2025 (this version, v2)
stevefan1999
LLM or transformers just merely extracting signals from human text and build a "contextualized" predictor over a long sequence of words sorted by the information (technically it is attention) of each token, then generate sentences that way, one by one into other sequences at a time. But the biggest problem is, even human itself is subjectable to hallucination. That is called being delusional, or being drugged. So it is inevitable from the first principle.
red75prime
They prove that no finite amount of training data is enough to extrapolate an adversarially constructed non-continuous function. It's something akin to the no free lunch theorem (NFL). No one uses the NFL to "prove" that LLMs can't learn to be the best optimizers, because it also proves that people can't be the best optimizers, but we manage somehow, so the theorem is irrelevant. This is a fallacy of proving too much.