1
Maximum Likelihood vs Truth
Language models are trained on cross-entropy loss over next-token prediction: min -log P(w_t | w_<t). The model learns statistical co-occurrence and fluency, not formal epistemology. A syntactically flawless lie has identical objective value to a historical truth.
2
Parametric Memory Degradation
World knowledge is compressed into billions of floating-point weights (feedforward network parameters). Rare facts, specific dates, or minor citations reside in low-density manifolds. When queried, the network smoothly interpolates between neighboring vectors, creating chimera facts.
3
Attention Cascade Feedback
Autoregressive decoding is strictly causal. If token t produces a hallucinated name, token t+1 through t+n attend to it as grounded ground-truth in the key/value cache. The network is forced to maintain narrative coherence with its own earlier mistake.