1. The Curse of the Thin Truth Manifold
In a model with $D = 4096$ embedding dimensions, the true training data occupies a tiny, manifold of much lower intrinsic dimension ($k \ll D$). Outside this calibrated corridor lies an exponentially vast vacuum—the Off-Distribution Void.
Because softmax normalizes logits across all vocabulary tokens, the model is mathematically forced to assign probabilities totaling 1.0 even when the hidden state is adrift in arbitrary, unsupported latent space.
2. Error Snowballing in Autoregression
LLMs sample sequentially: $P(y_1, y_2, \dots, y_N \mid x) = \prod_{t=1}^N P(y_t \mid x, y_{
Once off the manifold, the attention heads attend to the hallucinated token as if it were ground truth, driving the probability of further fabrications exponentially higher.