Large Language Models Encode Semantics and Alignment in Linearly Separable Representations
Baturay Saglam, Paul Kassianik, Blaine Nelson, Sajana Weerawardhena, Yaron Singer, Amin Karbasi
TL;DR
The paper investigates how large language models encode semantics and alignment in hidden representations, revealing that high-level semantic content lies in low-dimensional subspaces that form linearly separable clusters, especially in deeper layers and under prompts requiring structured reasoning. Using 11 decoder-only models across six domains and employing hard-margin SVMs to assess linear separability, the study shows that semantic structure persists even when domain keywords are masked, and that alignment cues (instruction following, safety) produce distinct, separable geometric patterns in latent space. Building on this geometry, the authors demonstrate a practical latent-space guardrail—a lightweight MLP trained on final-layer representations—that significantly improves refusal rates for harmful or adversarial prompts with minimal impact on benign utility. They also provide causal evidence that simple steering along centroid-difference vectors between topic clusters can nudge model behavior toward CoT-style reasoning. Overall, the work suggests transformer hidden spaces carry interpretable fingerprints of semantics and alignment, offering a promising direction for latent-space safety tools without modifying model weights.
Abstract
Understanding the latent space geometry of large language models (LLMs) is key to interpreting their behavior and improving alignment. Yet it remains unclear to what extent LLMs linearly organize representations related to semantic understanding. To explore this, we conduct a large-scale empirical study of hidden representations in 11 autoregressive models across six scientific topics. We find that high-level semantic information consistently resides in low-dimensional subspaces that form linearly separable representations across domains. This separability becomes more pronounced in deeper layers and under prompts that elicit structured reasoning or alignment behavior$\unicode{x2013}$even when surface content remains unchanged. These findings motivate geometry-aware tools that operate directly in latent space to detect and mitigate harmful and adversarial content. As a proof of concept, we train an MLP probe on final-layer hidden states as a lightweight latent-space guardrail. This approach substantially improves refusal rates on malicious queries and prompt injections that bypass both the model's built-in safety alignment and external token-level filters.
