cs.LG

Training only the "Super Weights" of an LLM fails — importance does not imply trainability (COLM 2026)

cs.LG Shreyas Subramanian, Adewale Akinfaderin, Akarsha Sehwag Jul 2026

LLMs contain Super Weights: parameters whose removal degrades performance by orders of magnitude. This work shows the intuition "if they matter, train them" is wrong. Training them in isolation drops accuracy to random-guessing on OLMo-1B and OLMo-7B, while training equally many random positions instead beats baseline — the collapse comes from targeting Super Weights, not sparsity. Vanilla LoRA succeeds with 0.16% of parameters: importance does not imply trainability in isolation.

Paper overview (our summary)

  • Field (arXiv category)cs.LG
  • AuthorsShreyas Subramanian, Adewale Akinfaderin, Akarsha Sehwag
  • Submitted2026-07-09
  • arXiv ID2607.08733v1

Key points

  • Super Weights = individual parameters whose removal degrades performance by orders of magnitude; degradation shown not to be universal
  • Against "important, so trainable," isolated training (100 to 8,192 params) drops accuracy to random-guessing (OLMo-1B/7B)
  • Failure is specific to Super Weight coordinates; training equal random positions instead beats baseline (not a sparsity effect)
  • Vanilla LoRA (all positions, low-rank) succeeds with 0.16% of parameters; same update on down_proj also works
  • Conclusion: importance does not imply trainability in isolation; effective fine-tuning relies on structured decomposition over layers

This work (Super Weights) shows experimentally why the seemingly sensible idea of training the important parameters does not work.

1What Super Weights are

Recent work identified Super Weights: individual parameters whose removal degrades model performance by orders of magnitude. This paper first shows the pruning-induced degradation does not universally apply to all LLMs. It then poses the natural question — if these parameters matter so much, Super Weight-aware training should be effective — and shows the opposite is true.

2Training them in isolation loses accuracy

Training Super Weights in isolation (100 to 8,192 parameters) drops accuracy to random-guessing levels on both OLMo-1B and OLMo-7B. Expanding the target to local neighborhoods of up to 36K parameters yields no improvement. Crucially, the failure is specific to Super Weight coordinates: training an equal number of randomly chosen positions in the same down_proj layers instead improves over baseline.

So the collapse comes not from training sparsely (few parameters) but from targeting Super Weights themselves.

3Vanilla LoRA succeeds with 0.16% of parameters

By contrast, vanilla LoRA — updating every position in attention weight matrices through low-rank structure — succeeds with only 0.16% of parameters, and the same low-rank update on down_proj succeeds too. A 10-seed ablation confirms that constraining LoRA updates to positions corresponding to Super Weight coordinates yields statistically indistinguishable results.

Why it matters

Relevant to the design of efficient LLM fine-tuning (PEFT/LoRA). The finding that targeting a few important parameters fails helps practitioners in model compression, fine-tuning, and interpretability understand why layer-wide low-rank updates are effective.

FAQ

What are Super Weights?
Individual parameters in a large language model so influential that removing just one collapses performance by orders of magnitude. Prior work identified their existence.
Why important but not trainable?
Importance (helps when present) and trainability (improves when moved alone) are different. The work shows effective fine-tuning depends on structured updates over whole layers, not individual weights — backing why LoRA works.

Sources (primary)

Source: arXiv (descriptive metadata is CC0 public domain). Summaries are our own; see arXiv for the original text and PDF.

#AI#arXiv#Research paper#LLM#LoRA#Model fine-tuning
Disclaimer: This site independently summarizes and classifies information based on official data sources. Always verify the latest and accurate information with the official sources. Content on finance, health, legal, and security is information, not advice. This site is not an official website of the U.S. government.