Challenge: Existing compression methods for multi-task language models use large number of parameter parameters even when performing only a specific task.
Approach: They propose a training-free compression method for multi-task language models using pruning method . they use an attribution method to determine which neurons are essential for performing a specific task .
Outcome: The proposed method outperforms baseline pruning methods on six widely-used datasets.

Similar Papers

One-for-All Pruning: A Universal Model for Customized Compression of Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing pruning methods for large language models (LLMs) focus on achieving high compression rates while maintaining model performance.
Approach: They propose a Univeral Model for Customized Compression (UniCuCo) which introduces a StratNet that learns to map arbitrary requests to their optimal pruning strategy.
Outcome: The proposed model is 28 times faster than baselines in processing 64 requests, while maintaining comparable accuracy to baselines.
Structured Pruning of Large Language Models (2020.emnlp-main)

Copied to clipboard

Challenge: Recent advances in language modeling have led to remarkable improvements on a variety of tasks.
Approach: They propose a generic, structured pruning approach by parameterizing each weight matrix and adaptively removing rank-1 components during training.
Outcome: The proposed method outperforms unstructured pruning and block pruning on language modeling tasks while achieving speedups during training and inference.
TextPruner: A Model Pruning Toolkit for Pre-Trained Language Models (2022.acl-demo)

Copied to clipboard

Challenge: Large pre-trained language models have been used for many NLP tasks but computational resources are limited.
Approach: They propose an open-source model pruning toolkit for pre-trained language models . they propose a self-supervised pruning method that can be applied without labeled data.
Outcome: The proposed pruning method reduces model size without retraining the model and speeds up inference speed on the common CPU and GPU devices.
Pruning as a Domain-specific LLM Extractor (2024.findings-naacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have exhibited remarkable proficiency across a wide array of NLP tasks.
Approach: They propose a method for pruning large language models using general or task-specific weights to extract a compressed, task-agnostic LLM.
Outcome: The proposed method extracts a compressed, domain-specific, and task- agnostic LLM by identifying LLM weights that are pivotal for general capabilities, like linguistic capability and multi-task solving, and domain- specific knowledge.
Pruning before Fine-tuning: A Retraining-free Compression Framework for Pre-trained Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Structured pruning is an effective technique for compressing pre-trained language models (PLMs), but it requires retraining, leading to additional computational overhead.
Approach: They propose a task-specific pruning framework that prunes redundant modules of pre-trained language models before fine-tuning them.
Outcome: The proposed pruning framework achieves higher performance on GLUE, SQUAD, WikiText-2, Wik-103, and PTB datasets while reducing the time required for fine-tuning.
On the Limitations of Language-targeted Pruning: Investigating the Calibration Language Impact in Multilingual LLM Pruning (2026.tacl-1)

Copied to clipboard

Challenge: Recent advances in large language model pruning have shown high predictive performance in post-training settings.
Approach: They conduct an empirical study on the performance and internal representation changes associated with pruning multilingual models for monolingual applications.
Outcome: The proposed pruning methods retain perplexity and yield high signal-to-noise ratios, but not consistently improve downstream tasks.
Pruning Pre-trained Language Models with Principled Importance and Self-regularization (2023.findings-acl)

Copied to clipboard

Challenge: Pre-trained language models often contain a vast amount of parameters, posing nontrivial requirements for storage and computation.
Approach: They propose a pruning method where model prediction is regularized by the latest checkpoint with increasing sparsity throughout pruning.
Outcome: The proposed approach is effective at sparsity levels, and can be applied to natural language understanding, question answering, and data-to-text generation tasks.
Extreme Model Compression for On-device Natural Language Understanding (2020.coling-industry)

Copied to clipboard

Challenge: Xu and Sarikaya et al., 2014) perform word-embedding compression with NLU task learning . their approach achieves a compression rate of 97.4% with less than 3.7% degradation in predictive performance.
Approach: They propose a task-aware, end-to-end compression approach that performs word-embedding compression with NLU task learning.
Outcome: The proposed approach outperforms baselines and achieves 97.4% compression rate with less than 3.7% degradation in predictive performance.
Self-calibration for Language Model Quantization and Pruning (2025.naacl-long)

Copied to clipboard

Challenge: Quantization and pruning are fundamental approaches for model compression, but they require large computational resources.
Approach: They propose to use model calibration data to generate synthetic calibrations to improve model performance.
Outcome: The proposed method outperforms other methods using real data in a post-training setting.
Probing Structured Pruning on Multilingual Pre-trained Models: Settings, Algorithms, and Efficiency (2022.acl-long)

Copied to clipboard

Challenge: Structured pruning has been extensively studied on monolingual pre-trained models . but little attention has been paid to evaluating the effectiveness of structured pruning on multilingual models.
Approach: They investigate settings, algorithms, and efficiency of structured pruning on multilingual models . authors propose a simple approach that allows training the model once and adapting to different model sizes at inference .
Outcome: The proposed approach allows training the model once and adapting to different model sizes at inference.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations