Papers › The LLM Surgeon

The LLM Surgeon

28 Dec 2023arXiv:2312.17244archive 2025-07-28

Tycho F. A. van der Ouderaa, Markus Nagel, Mart van Baalen, Yuki M. Asano, Tijmen Blankevoort

State-of-the-art language models are becoming increasingly large in an effort to achieve the highest performance on large corpora of available textual data. However, the sheer size of the Transformer architectures makes it difficult to deploy models within computational, environmental or device-specific constraints. We explore data-driven compression of existing pretrained models as an alternative to training smaller models from scratch. To do so, we scale Kronecker-factored curvature approximations of the target loss landscape to large language models. In doing so, we can compute both the dynamic allocation of structures that can be removed as well as updates of remaining weights that account for the removal. We provide a general framework for unstructured, semi-structured and structured pruning and improve upon weight updates to capture more correlations between weights, while remaining computationally efficient. Experimentally, our method can prune rows and columns from a range of OPT models and Llamav2-7B by 20%-30%, with a negligible loss in performance, and achieve state-of-the-art results in unstructured and semi-structured pruning of large language models.

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="2312.17244")

Code

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

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

qualcomm-ai-research/llm-surgeon officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause-Clear 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; 4 ran; 0 honoured the contract we drafted; 6 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.

4ran
6unverified

Licence: 10 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 qualcomm-ai-research/llm-surgeon. “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.

aug qualcomm-ai-research/llm-surgeon/utils.py official repository ran BSD-3-Clause-Clear · pointer only · a431af9d814c9eaa · report
full_to_sub qualcomm-ai-research/llm-surgeon/utils.py official repository ran BSD-3-Clause-Clear · pointer only · a5d3cbfc9bb4c4f7 · report
model_zeros qualcomm-ai-research/llm-surgeon/sparsify.py official repository ran BSD-3-Clause-Clear · pointer only · c59626c9589b79de · report
sub_to_full qualcomm-ai-research/llm-surgeon/utils.py official repository ran BSD-3-Clause-Clear · pointer only · bfea2b492c6547fd · report
add_lora qualcomm-ai-research/llm-surgeon/lora.py official repository unverified BSD-3-Clause-Clear · pointer only · 06c03aee41ce48f9 · report
get_c4 qualcomm-ai-research/llm-surgeon/datautils.py official repository unverified BSD-3-Clause-Clear · pointer only · 4b6dab2040cdb423 · report
get_model qualcomm-ai-research/llm-surgeon/surgeon.py official repository unverified BSD-3-Clause-Clear · pointer only · cfa4a877e47a4198 · report
get_mods qualcomm-ai-research/llm-surgeon/curvature.py official repository unverified BSD-3-Clause-Clear · pointer only · 70e3f608921fbefa · report
get_wikipedia qualcomm-ai-research/llm-surgeon/datautils.py official repository unverified BSD-3-Clause-Clear · pointer only · e28734bf35f1af35 · report
get_wikitext2 qualcomm-ai-research/llm-surgeon/datautils.py official repository unverified BSD-3-Clause-Clear · pointer only · 8f59498c44ab3856 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionOPTPosition-Wise Feed-Forward LayerPruningResidual ConnectionSoftmaxTransformer

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