Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Less is KEN: a Universal and Simple Non-Parametric Pruning Algorithm for Large Language Models

About

Neural network pruning has become increasingly crucial due to the complexity of these models and their widespread use in various fields. Existing pruning algorithms often suffer from limitations such as architecture specificity, excessive complexity and reliance on demanding calculations, rendering them impractical for real-world applications. This paper introduces KEN: a straightforward, universal and unstructured pruning algorithm based on Kernel Density Estimation (KDE). KEN aims to construct optimized transformers by selectively preserving the most significant parameters while restoring others to their pre-training state. This strategy preserves model performance while enabling storage of only the optimized subnetwork, leading to substantial memory savings. Extensive evaluations across seven different LLMs demonstrate that KEN achieves equal or better performance than their original unpruned versions, with a minimum parameter reduction of 25%. Furthermore, in-depth comparisons with established pruning and PEFT algorithms confirm KEN effectiveness. We further introduce KEN$_{viz}$, an explainable tool that visualizes the optimized model composition achieved by KEN from different points of view.

Michele Mastromattei, Fabio Massimo Zanzotto• 2024

Related benchmarks

TaskDatasetResultRank
Text ClassificationAG-News--
248
Sentiment AnalysisSST-2 (test)
Accuracy93.8
136
Sentiment AnalysisSST-2 GLUE
F1 Score94.9
45
Sentiment ClassificationIMDB--
41
Emotion RecognitionEMO
F1 Weighted90.6
21
Sentiment AnalysisYelp Polarity
F1 Score (Weighted)96.5
21
Sentiment AnalysisIMDB
F1-weighted89.8
21
Showing 7 of 7 rows

Other info

Code

Follow for update