English

Visualizing LLM Latent Space Geometry Through Dimensionality Reduction

Machine Learning 2026-01-06 v2

Abstract

Large language models (LLMs) achieve state-of-the-art results across many natural language tasks, but their internal mechanisms remain difficult to interpret. In this work, we extract, process, and visualize latent state geometries in Transformer-based language models through dimensionality reduction. We capture layerwise activations at multiple points within Transformer blocks and enable systematic analysis through Principal Component Analysis (PCA) and Uniform Manifold Approximation and Projection (UMAP). We demonstrate experiments on GPT-2 and LLaMa models, where we uncover interesting geometric patterns in latent space. Notably, we identify a clear separation between attention and MLP component outputs across intermediate layers, a pattern not documented in prior work to our knowledge. We also characterize the high norm of latent states at the initial sequence position and visualize the layerwise evolution of latent states. Additionally, we demonstrate the high-dimensional helical structure of GPT-2's positional embeddings and the sequence-wise geometric patterns in LLaMa. We make our code available at https://github.com/Vainateya/Feature_Geometry_Visualization.

Keywords

Cite

@article{arxiv.2511.21594,
  title  = {Visualizing LLM Latent Space Geometry Through Dimensionality Reduction},
  author = {Alex Ning and Vainateya Rangaraju and Yen-Ling Kuo},
  journal= {arXiv preprint arXiv:2511.21594},
  year   = {2026}
}

Comments

22 pages, 14 figures

R2 v1 2026-07-01T07:56:36.987Z