English

Layer by Layer: Uncovering Hidden Representations in Language Models

Machine Learning 2025-06-17 v2 Artificial Intelligence Computation and Language

Abstract

From extracting features to generating text, the outputs of large language models (LLMs) typically rely on the final layers, following the conventional wisdom that earlier layers capture only low-level cues. However, our analysis shows that intermediate layers can encode even richer representations, often improving performance on a range of downstream tasks. To explain and quantify these hidden-layer properties, we propose a unified framework of representation quality metrics based on information theory, geometry, and invariance to input perturbations. Our framework highlights how each layer balances information compression and signal preservation, revealing why mid-depth embeddings can exceed the last layer's performance. Through extensive experiments on 32 text-embedding tasks across various architectures (transformers, state-space models) and domains (language, vision), we demonstrate that intermediate layers consistently provide stronger features, challenging the standard view on final-layer embeddings and opening new directions on using mid-layer representations for more robust and accurate representations.

Keywords

Cite

@article{arxiv.2502.02013,
  title  = {Layer by Layer: Uncovering Hidden Representations in Language Models},
  author = {Oscar Skean and Md Rifat Arefin and Dan Zhao and Niket Patel and Jalal Naghiyev and Yann LeCun and Ravid Shwartz-Ziv},
  journal= {arXiv preprint arXiv:2502.02013},
  year   = {2025}
}

Comments

update for ICML2025 camera-ready

R2 v1 2026-06-28T21:31:38.654Z