On the Limitations of Language Targeted Pruning: Investigating the Calibration Language Impact in Multilingual LLM Pruning
Simon Kurz, Jian-Jia Chen, Lucie Flek, Zhixue Zhao
TL;DR
This paper investigates how the choice of calibration language during post-training pruning affects multilingual LLMs when targeting monolingual tasks. By comparing Wanda and SparseGPT pruning across seven languages on Llama-3 and Aya-23, it shows that calibrating on the target language minimizes perplexity-related degradation but does not reliably improve downstream task performance, and in some cases other languages yield better results. Internal analyses reveal that pruning tends to preserve language-specific features (helping language modeling metrics) while failing to retain language-agnostic reasoning and knowledge, especially in middle-to-late layers. The findings highlight fundamental limitations in current pruning methods for multilingual settings and motivate developing strategies that preserve cross-language, language-agnostic information to support robust reasoning and knowledge retrieval. The work has practical implications for deploying pruned multilingual LLMs in diverse language contexts and informs future directions in calibration-aware pruning and representation-preserving techniques.
Abstract
Recent advances in large language model (LLM) pruning have shown state-of-the-art (SotA) compression results in post-training and retraining-free settings while maintaining high predictive performance. However, previous research mainly considered calibrating based on English text, despite the multilingual nature of modern LLMs and their frequent use in non-English languages. This analysis paper conducts an in-depth investigation of the performance and internal representation changes associated with pruning multilingual language models for monolingual applications. We present the first comprehensive empirical study, comparing different calibration languages for pruning multilingual models across diverse languages, tasks, models, and SotA pruning techniques. We further analyze the latent subspaces, pruning masks, and individual neurons within pruned models. Our results reveal that while calibration on the target language effectively retains perplexity and yields high signal-to-noise ratios, it does not consistently improve downstream task performance. Further analysis of internal representations at three different levels highlights broader limitations of current pruning approaches: While they effectively preserve dominant information like language-specific features, this is insufficient to counteract the loss of nuanced, language-agnostic features that are crucial for knowledge retention and reasoning.
