CLLGJan 24, 2025

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

arXiv:2501.14713v213 citationsh-index: 20NAACL
Originality Highly original
AI Analysis

This addresses the need for efficient LLM deployment in NLP, offering a novel method for compression and extension with strong empirical gains.

The paper tackles the problem of efficiently deploying large language models on memory-constrained devices by introducing a pruning method that replaces pruned blocks with low-rank weight-sharing and adapters, achieving state-of-the-art performance on 5/6 benchmarks at 30% compression and 6/6 at 40% compression, and extending smaller models with minimal training.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes