paper-with-me

홈 › Papers

Efficient Shapley Value-based Non-Uniform Pruning of Large Language Models

2025-05-03 · Chuan Sun, Han Yu, Lizhen Cui, Xiaoxiao Li

Pruning large language models (LLMs) is a promising solution for reducing model sizes and computational complexity while preserving performance. Traditional layer-wise pruning methods often adopt a uniform sparsity approach across all layers, which leads to suboptimal performance due to the varying significance of individual transformer layers within the model not being accounted for. To this end, we propose the Shapley Value-based Non-Uniform Pruning (SV-NUP) method for LLMs. This approach quantifies the contribution of each transformer layer to the overall model performance, enabling the assignment of tailored pruning budgets to different layers to retain critical parameters. To further improve efficiency, we design the Sliding Window-based Shapley Value approximation method. It substantially reduces computational overhead compared to exact SV calculation methods. Extensive experiments on various LLMs including LLaMA-v1, LLaMA-v2 and OPT demonstrate the effectiveness of the proposed approach. The results reveal that non-uniform pruning significantly enhances the performance of pruned models. Notably, SV-NUP achieves a reduction in perplexity (PPL) of 18.01% and 19.55% on LLaMA-7B and LLaMA-13B, respectively, compared to SparseGPT at 70% sparsity.

📄 PDF Abstract BibTeX arXiv:2505.01731

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
Pruning 설명 없음
OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

Shapley Value as Principled Metric for Structured Network Pruning

2020-06-02 · Marco Ancona, Cengiz Öztireli, Markus Gross

Structured pruning is a well-known technique to reduce the storage size and inference cost of neural networks. The usual pruning pipeline consists of ranking the network internal filters and activations with respect to t…

Network Pruning

The Shapley Value in Machine Learning

2022-02-11 · Benedek Rozemberczki, Lauren Watson, Péter Bayer, Hao-Tsung Yang 외

Over the last few years, the Shapley value, a solution concept from cooperative game theory, has found numerous applications in machine learning. In this paper, we first discuss fundamental concepts of cooperative game t…

BIG-bench Machine LearningData ValuationEnsemble Pruningfeature selection+3

Shapley Head Pruning: Identifying and Removing Interference in Multilingual Transformers

2022-10-11 · William Held, Diyi Yang

Multilingual transformer-based models demonstrate remarkable zero and few-shot transfer across languages by learning and reusing language-agnostic features. However, as a fixed-size model acquires more languages, its per…

SentenceSentence Classification

SHAPE: Coalition-Aware Expert Pruning for Sparse Mixture-of-Experts LLMs

2026-06-03 · Yuhao Zhang arxiv

Sparse Mixture-of-Experts (MoE) large language models achieve strong quality with low per-token compute, yet their deployment is often limited by the memory wall: the full expert pool must remain resident to support toke…

On-device Content-based Recommendation with Single-shot Embedding Pruning: A Cooperative Game Perspective

2024-11-20 · Hung Vinh Tran, Tong Chen, Guanhua Ye, Quoc Viet Hung Nguyen 외

Content-based Recommender Systems (CRSs) play a crucial role in shaping user experiences in e-commerce, online advertising, and personalized recommendations. However, due to the vast amount of categorical features, the e…

Federated LearningRecommendation Systems