1. Statistical Plausibility ≠ Truth
Neural models are trained on next-token conditional log-likelihood $\max \sum \log P(w_t | w_{<t})$. They optimize for linguistic coherence and statistical mimicry, not verifiable factual state verification.
Interactive Latent Distribution & Autoregressive Drift Simulator
Controls entropy. Higher $T$ flattens token logits, boosting improbable distractors.
Distance from training manifold. Sparse data forces smooth probabilistic guessing.
Sequence horizon. Early ungrounded tokens compound error cascades exponentially.
Manifold Extrapolation
When queries target sparse training clusters, objective likelihood mimics facts by interpolating smooth syntax over factual voids.
Neural models are trained on next-token conditional log-likelihood $\max \sum \log P(w_t | w_{<t})$. They optimize for linguistic coherence and statistical mimicry, not verifiable factual state verification.
High-dimensional latent embeddings interpolate continuously across sparse training spaces. When data is absent, the model samples fluent intermediate vectors rather than returning a null representation.
Autoregressive generation feeds each predicted token back into its context window. A single slightly hallucinated token reshapes future attention scores, rapidly steering the generation path away from ground truth.