English

COPAL: Continual Pruning in Large Language Generative Models

Machine Learning 2024-06-18 v2 Artificial Intelligence Computation and Language

Abstract

Adapting pre-trained large language models to different domains in natural language processing requires two key considerations: high computational demands and model's inability to continual adaptation. To simultaneously address both issues, this paper presents COPAL (COntinual Pruning in Adaptive Language settings), an algorithm developed for pruning large language generative models under a continual model adaptation setting. While avoiding resource-heavy finetuning or retraining, our pruning process is guided by the proposed sensitivity analysis. The sensitivity effectively measures model's ability to withstand perturbations introduced by the new dataset and finds model's weights that are relevant for all encountered datasets. As a result, COPAL allows seamless model adaptation to new domains while enhancing the resource efficiency. Our empirical evaluation on a various size of LLMs show that COPAL outperforms baseline models, demonstrating its efficacy in efficiency and adaptability.

Keywords

Cite

@article{arxiv.2405.02347,
  title  = {COPAL: Continual Pruning in Large Language Generative Models},
  author = {Srikanth Malla and Joon Hee Choi and Chiho Choi},
  journal= {arXiv preprint arXiv:2405.02347},
  year   = {2024}
}

Comments

ICML2024

R2 v1 2026-06-28T16:15:57.689Z