Pith. sign in

REVIEW 4 cited by

2SSP: A Two-Stage Framework for Structured Pruning of LLMs

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2501.17771 v2 pith:2SCS5JGE submitted 2025-01-29 cs.CL cs.AIcs.LG

classification cs.CLcs.AIcs.LG
keywords pruninglanguageremovessparsitythreeattentiondepthdone
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

We propose a novel Two-Stage framework for Structured Pruning (\textsc{2SSP}) for pruning Large Language Models (LLMs), which combines two different strategies of pruning, namely Width and Depth Pruning. The first stage (Width Pruning) removes entire neurons, hence their corresponding rows and columns, aiming to preserve the connectivity among the pruned structures in the intermediate state of the Feed-Forward Networks in each Transformer block. This is done based on an importance score measuring the impact of each neuron on the output magnitude. The second stage (Depth Pruning), instead, removes entire Attention submodules. This is done by applying an iterative process that removes the Attention with the minimum impact on a given metric of interest (in our case, perplexity). We also propose a novel mechanism to balance the sparsity rate of the two stages w.r.t. to the desired global sparsity. We test \textsc{2SSP} on four LLM families and three sparsity rates (25\%, 37.5\%, and 50\%), measuring the resulting perplexity over three language modeling datasets as well as the performance over six downstream tasks. Our method consistently outperforms five state-of-the-art competitors over three language modeling and six downstream tasks, with an up to two-order-of-magnitude gain in terms of pruning time. The code is available at https://github.com/FabrizioSandri/2SSP.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Celty: SpMspV GPU Kernel and SIMT Co-Design for Efficient Dual-Sparse LLM Inference

    cs.AR 2026-08 conditional novelty 6.0 of 10

    Dual-sparse LLM decoding can be accelerated by an RLC-CSC spMspV kernel, and a small SIMT-core hardware addition is proposed to remove the remaining index-reconstruction and accumulation bottlenecks.

  2. Multi-Objective Structured Pruning of LLMs for Latency and Model Size Optimization

    cs.AI 2026-06 conditional novelty 6.0 of 10

    A two-stage framework combining Pareto depth-pruning and parallel Bayesian layer-wise sparsity allocation achieves competitive accuracy and lower latency on 7–14B LLMs at 37.5–50% structured sparsity.

  3. Masked Gated Linear Unit

    cs.LG 2025-06 conditional novelty 6.0 of 10

    A masked, single-weight-matrix gating scheme, MGLU, matches Gated Linear Unit accuracy on tested language tasks while reducing per-token memory reads by up to 47 percent.

  4. AutoChemSchematic AI: Agentic Physics-Aware Automation for Chemical Manufacturing Scale-Up

    cs.LG 2025-05 reject novelty 4.0 of 10

    The framework trains small models on synthetic AI-generated data to produce PFD/PID text, then validates two examples by manual DWSIM setup, leaving the industrial-viability claim unproven.

Pith tools