Papers › Universal Properties of Activation Sparsity in Modern Large Language Models

Universal Properties of Activation Sparsity in Modern Large Language Models

30 Aug 2025ICLRarXiv:2509.00454added by Syntology

Filip Szatkowski, Patryk Będkowski, Alessio Devoto, Jan Dubiński, Pasquale Minervini, Mikołaj Piórczyński, Simone Scardapane, Bartosz Wójcik

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Activation sparsity is an intriguing property of deep neural networks that has been extensively studied in ReLU-based models, due to its advantages for efficiency, robustness, and interpretability. However, methods relying on exact zero activations do not directly apply to modern Large Language Models (LLMs), leading to fragmented, model-specific strategies for LLM activation sparsity and a gap in its general understanding. In this work, we introduce a general framework for evaluating sparsity robustness in contemporary LLMs and conduct a systematic investigation of this phenomenon in their feedforward~(FFN) layers. Our results uncover universal properties of activation sparsity across diverse model families and scales. Importantly, we observe that the potential for effective activation sparsity grows with model size, highlighting its increasing relevance as models scale. Furthermore, we present the first study of activation sparsity in diffusion-based LLMs. Overall, our work provides a comprehensive perspective and practical guidance for harnessing activation sparsity in LLM design and acceleration.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2509.00454")

Code

Syntology Ran 12 of 16 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fszatkowski/activation-sparsity-benchmarking found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 12 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
4ran · our draft was wrong
2ran · fixture could not drive it
4ran
4unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from fszatkowski/activation-sparsity-benchmarking. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

RunningEffectiveRankStats fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 77a3db6e1268aa54 · report
RunningSparsityStats fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · a7b9124211fff3db · report
SampleSparsityStats fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · d9b039820ab38a17 · report
SequenceSparsityStats fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 578f4efbd874cef5 · report
get_maxp_mask fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · b14dd9fa7608860c · report
get_topk_mask fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 0de0b1467eee9d08 · report
get_topp_mask fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 1a2667dea331d9a1 · report
parse_hooks_effective_rank_stats fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ce0fa297534f46b3 · report
parse_hooks_sparsity_stats fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c28caf5fb9e3c1a5 · report
parse_layers_to_sparsify fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · f80740a72f5cbe92 · report
read_sparsification_config fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 5fabcf44742faa65 · report
sparsify_tensor fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 91822641d73a0bdb · report
InputSparsificationHook fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology unverified no licence file found · pointer only · 46b8f35f4b47c670 · report
OutputSparsificationHook fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology unverified no licence file found · pointer only · 0419fcca5c34f730 · report
SparsificationHook fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology unverified no licence file found · pointer only · 1f447e960004837a · report
SparsificationManager fszatkowski/activation-sparsity-benchmarking/sparsified_harness/lm_eval/sparsification_manager.py found in paper text by Syntology unverified no licence file found · pointer only · f5ac82d029faba0a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.00454, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections