pith. sign in

arxiv: 2308.03449 · v2 · pith:PZJ65DE4new · submitted 2023-08-07 · 💻 cs.CL

Accurate Retraining-free Pruning for Pretrained Encoder-based Language Models

classification 💻 cs.CL
keywords pruninglanguagepretrainedretraining-freealgorithmscompressionencoder-basedk-prune
0
0 comments X
read the original abstract

Given a pretrained encoder-based language model, how can we accurately compress it without retraining? Retraining-free structured pruning algorithms are crucial in pretrained language model compression due to their significantly reduced pruning cost and capability to prune large language models. However, existing retraining-free algorithms encounter severe accuracy degradation, as they fail to handle pruning errors, especially at high compression rates. In this paper, we propose K-prune (Knowledge-preserving pruning), an accurate retraining-free structured pruning algorithm for pretrained encoder-based language models. K-prune focuses on preserving the useful knowledge of the pretrained model to minimize pruning errors through a carefully designed iterative pruning process composed of knowledge measurement, knowledge-preserving mask search, and knowledge-preserving weight-tuning. As a result, K-prune shows significant accuracy improvements up to 58.02%p higher F1 score compared to existing retraining-free pruning algorithms under a high compression rate of 80% on the SQuAD benchmark without any retraining process.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. DFMU: Data-Frugal Machine Unlearning

    cs.LG 2026-06 unverdicted novelty 4.0

    DFMU computes block importance via one forward-backward pass and knowledge-preserving pruning to unlearn classes with 13% data, 40% higher retain accuracy, and 88% faster runtime than SOTA.