paper-with-me

홈 › Papers

Pruning Multilingual Large Language Models for Multilingual Inference

2024-09-25 · Hwichan Kim, Jun Suzuki, Tosho Hirasawa, Mamoru Komachi

Multilingual large language models (MLLMs), trained on multilingual balanced data, demonstrate better zero-shot learning performance in non-English languages compared to large language models trained on English-dominant data. However, the disparity in performance between English and non-English languages remains a challenge yet to be fully addressed. A distinctive characteristic of MLLMs is their high-quality translation capabilities, indicating an acquired proficiency in aligning between languages. This study explores how to enhance the zero-shot performance of MLLMs in non-English languages by leveraging their alignment capability between English and non-English languages. To achieve this, we first analyze the behavior of MLLMs when performing translation and reveal that there are large magnitude features that play a critical role in the translation process. Inspired by these findings, we retain the weights associated with operations involving the large magnitude features and prune other weights to force MLLMs to rely on these features for tasks beyond translation. We empirically demonstrate that this pruning strategy can enhance the MLLMs' performance in non-English language.

📄 PDF Abstract BibTeX arXiv:2409.16911

Code (1)

hwichan0720/pruning_for_multilinguality 공식 구현 pytorch

Tasks

TranslationZero-Shot Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Probing Structured Pruning on Multilingual Pre-trained Models: Settings, Algorithms, and Efficiency

2022-04-06 · ACL 2022 5 · Yanyang Li, Fuli Luo, Runxin Xu, Songfang Huang 외

Structured pruning has been extensively studied on monolingual pre-trained language models and is yet to be fully evaluated on their multilingual counterparts. This work investigates three aspects of structured pruning o…

Memory-efficient NLLB-200: Language-specific Expert Pruning of a Massively Multilingual Machine Translation Model

2022-12-19 · Yeskendir Koishekenov, Alexandre Berard, Vassilina Nikoulina

The recently released NLLB-200 is a set of multilingual Neural Machine Translation models that cover 202 languages. The largest model is based on a Mixture of Experts architecture and achieves SoTA results across many la…

GPUMachine TranslationMixture-of-ExpertsTransfer Learning+1

Investigating Language-Specific Calibration For Pruning Multilingual Large Language Models

2024-08-26 · Simon Kurz, Jian-Jia Chen, Lucie Flek, Zhixue Zhao

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 …

Language ModelingLanguage ModellingLarge Language Model

Dynamic ASR Pathways: An Adaptive Masking Approach Towards Efficient Pruning of A Multilingual ASR Model

2023-09-22 · Jiamin Xie, Ke Li, Jinxi Guo, Andros Tjandra 외

Neural network pruning offers an effective method for compressing a multilingual automatic speech recognition (ASR) model with minimal performance loss. However, it entails several rounds of pruning and re-training neede…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Network Pruningspeech-recognition+1

On the Prunability of Attention Heads in Multilingual BERT

2021-09-26 · Aakriti Budhraja, Madhura Pande, Pratyush Kumar, Mitesh M. Khapra

Large multilingual models, such as mBERT, have shown promise in crosslingual transfer. In this work, we employ pruning to quantify the robustness and interpret layer-wise importance of mBERT. On four GLUE tasks, the rela…