English

FlexiGPT: Pruning and Extending Large Language Models with Low-Rank Weight Sharing

Computation and Language 2025-02-03 v2 Machine Learning

Abstract

The rapid proliferation of large language models (LLMs) in natural language processing (NLP) has created a critical need for techniques that enable efficient deployment on memory-constrained devices without compromising performance. We present a method to prune LLMs that selectively prunes model blocks based on an importance score and replaces them with a low-parameter replacement strategy. Specifically, we propose a principled metric to replace each pruned block using a weight-sharing mechanism that leverages unpruned counterparts from the model and block-specific low-rank adapters. Furthermore, we facilitate the learning of these replacement blocks with output feature normalization and an adapter initialization scheme built on low-rank SVD reconstructions. Empirical evaluations demonstrate substantial performance gains over existing methods, achieving state-of-the-art performance on 5/6 benchmarks for a compression rate of 30% and 6/6 benchmarks for a compression rate of 40%. We also demonstrate that our approach can extend smaller models, boosting performance on 6/6 benchmarks using only ~0.3% tokens of extended training with minimal additional parameter costs.

Keywords

Cite

@article{arxiv.2501.14713,
  title  = {FlexiGPT: Pruning and Extending Large Language Models with Low-Rank Weight Sharing},
  author = {James Seale Smith and Chi-Heng Lin and Shikhar Tuli and Haris Jeelani and Shangqian Gao and Yilin Shen and Hongxia Jin and Yen-Chang Hsu},
  journal= {arXiv preprint arXiv:2501.14713},
  year   = {2025}
}

Comments

Accepted to NAACL 2025 - Main Conference

R2 v1 2026-06-28T21:16:40.089Z