Embedding Space Projection & Likelihood Manifold
Click / Drag Seed Query to Steer Trajectory
TRUTH SUBMANIFOLD (GREEN) vs HIGH-DIMENSIONAL VOID (WHITE/RED)
Grounded on Manifold
Scenarios:

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.

P(\text{Void}) = 1 - \frac{\text{Vol}(\mathcal{M}_{\text{truth}})}{\text{Vol}(\mathbb{R}^D)} \approx 1 - \epsilon^{D-k} \rightarrow 1.0

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_{ \tau$.

y_{t} \sim \text{Softmax}\left(\frac{W_U \cdot h_t}{T}\right), \quad h_{t+1} = \text{TransformerLayer}(h_t, \text{KV}_{

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.

Enjoy this tool? Build your own with Super