Papers › What Matters in Transformers? Not All Attention is Needed

What Matters in Transformers? Not All Attention is Needed

22 Jun 2024arXiv:2406.15786archive 2025-07-28

Shwai He, Guoheng Sun, Zheyu Shen, Ang Li

While scaling Transformer-based large language models (LLMs) has demonstrated promising performance across various tasks, it also introduces redundant architectures, posing efficiency challenges for real-world deployment. Despite some recognition of redundancy in LLMs, the variability of redundancy across different architectures in transformers, such as MLP and Attention layers, is under-explored. In this work, we investigate redundancy across different modules within Transformers, including Blocks, MLP, and Attention layers, using a similarity-based metric. Surprisingly, despite the critical role of attention layers in distinguishing transformers from other architectures, we found that a large portion of these layers exhibit excessively high similarity and can be pruned without degrading performance. For instance, Llama-2-70B achieved a 48.4\% speedup with only a 2.4\% performance drop by pruning half of the attention layers. Furthermore, by tracing model checkpoints throughout the training process, we observed that attention layer redundancy is inherent and consistent across training stages. Additionally, we further propose a method that jointly drops Attention and MLP layers, allowing us to more aggressively drop additional layers. For instance, when dropping 31 layers (Attention + MLP), Llama-2-13B still retains 90\% of the performance on the MMLU task. Our work provides valuable insights for future network architecture design. The code is released at: \url{https://github.com/Shwai-He/LLM-Drop}.

PaperPDFCodeCode 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="2406.15786")

Code

Syntology Ran 5 of 10 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

case-lab-umd/llm-drop officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
shwai-he/llm-drop officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

10 samples harvested; 5 ran; 0 honoured the contract we drafted; 5 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.

5ran
5unverified

Licence: 0 of the 10 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 case-lab-umd/llm-drop. “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.

count_parameters case-lab-umd/llm-drop/src/llmtuner/extras/misc.py official repository ran Apache-2.0 (permissive) · 5995c2562cfcbc33 · report
generate_torch case-lab-umd/llm-drop/src/benchmark_speed.py official repository ran Apache-2.0 (permissive) · e52f261bfb32b88e · report
get_logger case-lab-umd/llm-drop/src/llmtuner/extras/logging.py official repository ran Apache-2.0 (permissive) · 4049a2f89b11dd2f · report
max_with_tolerance case-lab-umd/llm-drop/src/llmtuner/compression/prune/block_drop.py official repository ran fingerprinted Apache-2.0 (permissive) · 02c5c966e64fd4a4 · report
smooth case-lab-umd/llm-drop/src/llmtuner/extras/ploting.py official repository ran fingerprinted Apache-2.0 (permissive) · 70c7f6d657ef0a9e · report
discrete_layer_dropping case-lab-umd/llm-drop/src/llmtuner/compression/prune/layer_drop.py official repository unverified Apache-2.0 (permissive) · 9885027831acc7a5 · report
get_block_similarities case-lab-umd/llm-drop/src/llmtuner/compression/prune/block_drop.py official repository unverified Apache-2.0 (permissive) · e8a9f68f74108b49 · report
get_block_similarities_consecutive case-lab-umd/llm-drop/src/llmtuner/compression/prune/block_drop.py official repository unverified Apache-2.0 (permissive) · a5ceec399132f3c7 · report
get_layer_similarities case-lab-umd/llm-drop/src/llmtuner/compression/prune/layer_drop.py official repository unverified Apache-2.0 (permissive) · 3ff4456dbf47be57 · report
infer_optim_dtype case-lab-umd/llm-drop/src/llmtuner/extras/misc.py official repository unverified Apache-2.0 (permissive) · 0ace211ff2e7d07f · report

Tasks

AllMMLU

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionPruningSoftmax

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