Does Representation Matter? Exploring Intermediate Layers in Large Language Models
Oscar Skean, Md Rifat Arefin, Yann LeCun, Ravid Shwartz-Ziv
TL;DR
This work interrogates layer-wise representations in Transformer and State Space Model (SSM) large language models, showing that intermediate layers often yield more informative features for downstream tasks than final layers. It adapts matrix-based prompt entropy, curvature, and augmentation-invariance metrics (InfoNCE, DiME, LiDAR) to quantify representation quality across architectures, training stages, and prompt perturbations. Key findings include architecture-dependent dynamics ( Transformers exhibiting greater mid-layer changes and compression, SSMs being more stable), a pronounced impact of training progression on intermediate layers, and a surprising bimodal entropy pattern in Transformer middle layers whose cause remains unresolved. The results offer practical guidance for architectural optimization and training strategies that leverage intermediate representations for improved transfer and robustness.
Abstract
Understanding what defines a good representation in large language models (LLMs) is fundamental to both theoretical understanding and practical applications. In this paper, we investigate the quality of intermediate representations in various LLM architectures, including Transformers and State Space Models (SSMs). We find that intermediate layers often yield more informative representations for downstream tasks than the final layers. To measure the representation quality, we adapt and apply a suite of metrics - such as prompt entropy, curvature, and augmentation-invariance - originally proposed in other contexts. Our empirical study reveals significant architectural differences, how representations evolve throughout training, and how factors like input randomness and prompt length affect each layer. Notably, we observe a bimodal pattern in the entropy of some intermediate layers and consider potential explanations tied to training data. Overall, our results illuminate the internal mechanics of LLMs and guide strategies for architectural optimization and training.
