paper-with-me

홈 › Papers

P$^2$ Law: Scaling Law for Post-Training After Model Pruning

2024-11-15 · Xiaodong Chen, Yuxuan Hu, Xiaokang Zhang, Yanling Wang, Cuiping Li, Hong Chen, Jing Zhang

Pruning has become a widely adopted technique for reducing the hardware requirements of large language models (LLMs). To recover model performance after pruning, post-training is commonly employed to mitigate the resulting performance degradation. While post-training benefits from larger datasets, once the dataset size is already substantial, increasing the training data provides only limited performance gains. To balance post-training cost and model performance, it is necessary to explore the optimal amount of post-training data.Through extensive experiments on the Llama-3 and Qwen-2.5 series models, pruned using various common pruning methods, we uncover the scaling \textbf{Law} for \textbf{P}ost-training after model \textbf{P}runing, referred to as the P$^2$ Law.This law identifies four key factors for predicting the pruned model's post-training loss: the model size before pruning, the number of post-training tokens, the pruning rate, and the model's loss before pruning. Moreover, P$^2$ Law can generalize to larger dataset sizes, larger model sizes, and higher pruning rates, offering valuable insights for the post-training of pruned LLMs.

📄 PDF Abstract BibTeX arXiv:2411.10272

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Pruning 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

The Journey Matters: Average Parameter Count over Pre-training Unifies Sparse and Dense Scaling Laws

2025-01-21 · Tian Jin, Ahmed Imtiaz Humayun, Utku Evci, Suvinay Subramanian 외

Pruning eliminates unnecessary parameters in neural networks; it offers a promising solution to the growing computational demands of large language models (LLMs). While many focus on post-training pruning, sparse pre-tra…

Efficient Post-Training Pruning of Large Language Models with Statistical Correction

2026-02-07 · Peiqi Yu, Jinhao Wang, Xinyi Sui, Nam Ling 외 arxiv

Post-training pruning is an effective approach for reducing the size and inference cost of large language models (LLMs), but existing methods often face a trade-off between pruning quality and computational efficiency. H…

Computational Efficiency

PAT: Pruning-Aware Tuning for Large Language Models

2024-08-27 · Yijiang Liu, Huanrui Yang, Youxin Chen, Rongyu Zhang 외

Large language models (LLMs) excel in language tasks, especially with supervised fine-tuning after pre-training. However, their substantial memory and computational requirements hinder practical applications. Structural …

A Free Lunch in LLM Compression: Revisiting Retraining after Pruning

2025-10-16 · Moritz Wagner, Christophe Roux, Max Zimmer, Sebastian Pokutta arxiv

Post-training pruning can substantially reduce LLM inference costs, but it often degrades quality unless the remaining weights are adapted. Since global retraining is expensive at LLM scale, recent work has largely focus…

Pruning Foundation Models for High Accuracy without Retraining

2024-10-21 · Pu Zhao, Fei Sun, Xuan Shen, Pinrui Yu 외

Despite the superior performance, it is challenging to deploy foundation models or large language models (LLMs) due to their massive parameters and computations. While pruning is a promising technique to reduce model siz…

Mamba