LGAINEMay 20, 2025

Do Language Models Use Their Depth Efficiently?

arXiv:2505.13898v341 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses a foundational problem in AI by analyzing depth efficiency in LLMs, revealing insights into diminishing returns with scale, which is incremental as it builds on prior scaling studies.

The study investigates whether deep language models efficiently use their depth for higher-order computations or merely spread existing computations across layers, finding that deeper models primarily perform fine-grained adjustments rather than new types of computation, with layers in the second half contributing less and showing minimal impact when skipped.

Modern LLMs are increasingly deep, and depth correlates with performance, albeit with diminishing returns. However, do these models use their depth efficiently? Do they compose more features to create higher-order computations that are impossible in shallow models, or do they merely spread the same kinds of computation out over more layers? To address these questions, we analyze the residual stream of the Llama 3.1, Qwen 3, and OLMo 2 family of models. We find: First, comparing the output of the sublayers to the residual stream reveals that layers in the second half contribute much less than those in the first half, with a clear phase transition between the two halves. Second, skipping layers in the second half has a much smaller effect on future computations and output predictions. Third, for multihop tasks, we are unable to find evidence that models are using increased depth to compose subresults in examples involving many hops. Fourth, we seek to directly address whether deeper models are using their additional layers to perform new kinds of computation. To do this, we train linear maps from the residual stream of a shallow model to a deeper one. We find that layers with the same relative depth map best to each other, suggesting that the larger model simply spreads the same computations out over its many layers. All this evidence suggests that deeper models are not using their depth to learn new kinds of computation, but only using the greater depth to perform more fine-grained adjustments to the residual. This may help explain why increasing scale leads to diminishing returns for stacked Transformer architectures.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes