PulseAugur
EN
LIVE 07:46:22

New PALS pruning method shows architecture-dependent gains on LLMs

Researchers have developed PALS (Percentile-Aware Layerwise Sparsity), a novel method for pruning large language models (LLMs) that tailors sparsity ratios to individual layers. Unlike previous methods that applied uniform sparsity, PALS adjusts pruning based on the 99th percentile of activation magnitudes, aiming for a target sparsity ratio with a $\pm 5\%$ bound. This approach demonstrated significant improvements on LLaMA-2-7B, reducing perplexity on WikiText-2 by over 2 points compared to uniform sparsity methods like Wanda. However, the benefits of PALS are architecture-dependent, showing marginal gains on LLaMA-3-8B and no improvement on Mistral-7B. The method adds minimal computational cost and requires no fine-tuning. AI

IMPACT This new pruning technique could lead to more efficient LLMs, though its effectiveness varies by model architecture.

RANK_REASON The cluster contains a research paper detailing a new method for LLM pruning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New PALS pruning method shows architecture-dependent gains on LLMs

COVERAGE [2]

  1. arXiv cs.CL TIER_1 English(EN) · Yazdan Jamshidi, Alexey Shvets ·

    PALS: Percentile-Aware Layerwise Sparsity for LLM Pruning

    arXiv:2607.07557v1 Announce Type: new Abstract: One-shot pruning methods like Wanda and SparseGPT apply the same sparsity ratio to every layer of a transformer, ignoring known variation in layer importance. We propose PALS (Percentile-Aware Layerwise Sparsity), which adjusts per-…

  2. arXiv cs.CL TIER_1 English(EN) · Alexey Shvets ·

    PALS: Percentile-Aware Layerwise Sparsity for LLM Pruning

    One-shot pruning methods like Wanda and SparseGPT apply the same sparsity ratio to every layer of a transformer, ignoring known variation in layer importance. We propose PALS (Percentile-Aware Layerwise Sparsity), which adjusts per-layer sparsity based on the 99th percentile of a…