English

Sparse or Dense? A Mechanistic Estimation of Computation Density in Transformer-based LLMs

Computation and Language 2026-04-16 v2

Abstract

Transformer-based large language models (LLMs) are comprised of billions of parameters arranged in deep and wide computational graphs. Several studies on LLM efficiency optimization argue that it is possible to prune a significant portion of the parameters, while only marginally impacting performance. This suggests that the computation is not uniformly distributed across the parameters. We introduce here a technique to systematically quantify computation density in LLMs. In particular, we design a density estimator drawing on mechanistic interpretability. We experimentally test our estimator and find that: (1) contrary to what has been often assumed, LLM processing generally involves dense computation; (2) computation density is dynamic, in the sense that models shift between sparse and dense processing regimes depending on the input; (3) per-input density is significantly correlated across LLMs, suggesting that the same inputs trigger either low or high density. Investigating the factors influencing density, we observe that predicting rarer tokens requires higher density, and increasing context length often decreases the density. We believe that our computation density estimator will contribute to a better understanding of the processing at work in LLMs, challenging their symbolic interpretation.

Keywords

Cite

@article{arxiv.2601.22795,
  title  = {Sparse or Dense? A Mechanistic Estimation of Computation Density in Transformer-based LLMs},
  author = {Corentin Kervadec and Iuliia Lysova and Marco Baroni and Gemma Boleda},
  journal= {arXiv preprint arXiv:2601.22795},
  year   = {2026}
}

Comments

We have detected an error in the code used for the experiment. Most of the results in sections 4 and 5 are significantly affected. A new and corrected version will be available soon. For further information, please contact the first author

R2 v1 2026-07-01T09:27:30.513Z