[2603.23198] Sparser, Faster, Lighter Transformer Language Models
About this article
Abstract page for arXiv paper 2603.23198: Sparser, Faster, Lighter Transformer Language Models
Computer Science > Machine Learning arXiv:2603.23198 (cs) [Submitted on 24 Mar 2026] Title:Sparser, Faster, Lighter Transformer Language Models Authors:Edoardo Cetin, Stefano Peluchetti, Emilio Castillo, Akira Naruse, Mana Murakami, Llion Jones View a PDF of the paper titled Sparser, Faster, Lighter Transformer Language Models, by Edoardo Cetin and 5 other authors View PDF HTML (experimental) Abstract:Scaling autoregressive large language models (LLMs) has driven unprecedented progress but comes with vast computational costs. In this work, we tackle these costs by leveraging unstructured sparsity within an LLM's feedforward layers, the components accounting for most of the model parameters and execution FLOPs. To achieve this, we introduce a new sparse packing format and a set of CUDA kernels designed to seamlessly integrate with the optimized execution pipelines of modern GPUs, enabling efficient sparse computation during LLM inference and training. To substantiate our gains, we provide a quantitative study of LLM sparsity, demonstrating that simple L1 regularization can induce over 99% sparsity with negligible impact on downstream performance. When paired with our kernels, we show that these sparsity levels translate into substantial throughput, energy efficiency, and memory usage benefits that increase with model scale. We will release all code and kernels under an open-source license to promote adoption and accelerate research toward establishing sparsity as a practica...