Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Adapt-Pruner: Adaptive Structural Pruning for Efficient Small Language Model Training

About

Small language models (SLMs) have attracted considerable attention from both academia and industry due to their broad range of applications in edge devices. To obtain SLMs with strong performance, conventional approaches either pre-train the models from scratch, which incurs substantial computational costs, or compress/prune existing large language models (LLMs), which results in performance drops and falls short in comparison to pre-training. In this paper, we investigate the family of acceleration methods that involve both structured pruning and model training. We found 1) layer-wise adaptive pruning (Adapt-Pruner) is extremely effective in LLMs and yields significant improvements over existing pruning techniques, 2) adaptive pruning equipped with further training leads to models comparable to those pre-training from scratch, 3) incremental pruning brings non-trivial performance gain by interleaving pruning with training and only removing a small portion of neurons ($\sim$5%) at a time. Experimental results on LLaMA-3.1-8B demonstrate that Adapt-Pruner outperforms conventional pruning methods, such as LLM-Pruner, FLAP, and SliceGPT, by an average of 1%-7% in accuracy on commonsense benchmarks. Additionally, Adapt-Pruner restores the performance of MobileLLM-125M to 600M on the MMLU benchmark with 200$\times$ fewer tokens via pruning from its larger counterparts, and discovers a new 1B model that surpasses LLaMA-3.2-1B in multiple benchmarks. The official code is released at https://github.com/research4pan/AdaptPruner.

Rui Pan, Shivanshu Shekhar, Boyao Wang, Shizhe Diao, Jipeng Zhang, Xingyuan Pan, Renjie Pi, Tong Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Question AnsweringPIQA
Accuracy72
589
Role-playingAlpaca-P
LLM-as-a-Judge Score73.97
91
General Knowledge QAOBQA
Normalized Accuracy42
44
General Knowledge QAPIQA
Accuracy75
44
Role-playing evaluationRoleBench
LLM-as-a-Judge Score48.51
44
General CapabilityOBQA (test)
Normalized Accuracy41
42
Role-playingRoleBench (test)
LLM-as-a-Judge Score39.65
42
Question AnsweringOBQA
Accuracy37
16
Language UnderstandingMMLU
Accuracy37.86
7
Role-playingAlpaca-P 50P x 100Q scale (test)
Alpaca-P Score63.42
5
Showing 10 of 12 rows

Other info

Follow for update