OpenTrain AI
No verified implementation yetHugging Face Transformers training guide

Sparser, Faster, Lighter Transformer Language Models

Edoardo Cetin, Stefano Peluchetti, Emilio Castillo, Akira Naruse, Mana Murakami +1 more

March 24, 2026arXiv: 2603.23198
0 repos~a few days to reproduce
arXiv PDF

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 seamlessl...

Results & Benchmarks

Benchmark data is not yet available for this paper.

Hardware Requirements

  • 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

Best Implementation

Maintained implementation evidence is not confirmed for this paper yet.

Use the Implementation Status and Reproduction Path sections below for the current action plan.

Reproduction Path

Follow this baseline workflow to decide if this paper is worth immediate prototyping.

  1. 1

    No maintained paper-verified implementation was found; start with the closest related repositories below.

  2. 2

    Compare repo methods against the paper equations/algorithm before trusting metrics.

  3. 3

    Create a minimal baseline implementation from the paper and use adjacent repos as references.

  4. 4

    Prioritize reproducing the core method first: Transformer.

Framework baselines

Time to first repro: a few daysAdjacent implementations are not paper-verifiedRecommended repository is adjacent and not paper-verified.

Related Implementations

These are not paper-verified. Use them as reference points when no direct implementation is available.

Additional Implementations

No additional verified repositories beyond the primary recommendation.

Hugging Face Artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet.