paper-with-me

Papers

AfroXLMR-Comet: Multilingual Knowledge Distillation with Attention Matching for Low-Resource languages

2025-02-25 · Joshua Sakthivel Raju, Sanjay S, Jaskaran Singh Walia, Srinivas Raghav, Vukosi Marivate

Language model compression through knowledge distillation has emerged as a promising approach for deploying large language models in resource-constrained environments. However, existing methods often struggle to maintain performance when distilling multilingual models, especially for low-resource languages. In this paper, we present a novel hybrid distillation approach that combines traditional knowledge distillation with a simplified attention matching mechanism, specifically designed for multilingual contexts. Our method introduces an extremely compact student model architecture, significantly smaller than conventional multilingual models. We evaluate our approach on five African languages: Kinyarwanda, Swahili, Hausa, Igbo, and Yoruba. The distilled student model; AfroXLMR-Comet successfully captures both the output distribution and internal attention patterns of a larger teacher model (AfroXLMR-Large) while reducing the model size by over 85%. Experimental results demonstrate that our hybrid approach achieves competitive performance compared to the teacher model, maintaining an accuracy within 85% of the original model's performance while requiring substantially fewer computational resources. Our work provides a practical framework for deploying efficient multilingual models in resource-constrained environments, particularly benefiting applications involving African languages.

📄 PDF Abstract BibTeX arXiv:2502.18020

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

xCOMET-lite: Bridging the Gap Between Efficiency and Quality in Learned MT Evaluation Metrics

2024-06-20 · Daniil Larionov, Mikhail Seleznyov, Vasiliy Viskov, Alexander Panchenko 외

State-of-the-art trainable machine translation evaluation metrics like xCOMET achieve high correlation with human judgment but rely on large encoders (up to 10.7B parameters), making them computationally expensive and in…

Machine TranslationQuantization

NovaCOMET: Open Commonsense Foundation Models with Symbolic Knowledge Distillation

2023-12-10 · Peter West, Ronan Le Bras, Taylor Sorensen, Bill Yuchen Lin 외

We present NovaCOMET, an open commonsense knowledge model, that combines the best aspects of knowledge and general task models. Compared to previous knowledge models, NovaCOMET allows open-format relations enabling direc…

Knowledge Distillation

Learning Compact Metrics for MT

2021-10-12 · EMNLP 2021 11 · Amy Pu, Hyung Won Chung, Ankur P. Parikh, Sebastian Gehrmann 외

Recent developments in machine translation and multilingual text generation have led researchers to adopt trained metrics such as COMET or BLEURT, which treat evaluation as a regression problem and use representations fr…

Cross-Lingual TransferLanguage ModelingLanguage ModellingMachine Translation+3

TriLex: A Framework for Multilingual Sentiment Analysis in Low-Resource South African Languages

2025-12-02 · Mike Nkongolo, Hilton Vorster, Josh Warren, Trevor Naick 외 arxiv

Low-resource African languages remain underrepresented in sentiment analysis, limiting both lexical coverage and the performance of multilingual Natural Language Processing (NLP) systems. This study proposes TriLex, a th…

Sentiment Analysis

ANGOFA: Leveraging OFA Embedding Initialization and Synthetic Data for Angolan Language Model

2024-04-03 · Osvaldo Luamba Quinjica, David Ifeoluwa Adelani

In recent years, the development of pre-trained language models (PLMs) has gained momentum, showcasing their capacity to transcend linguistic barriers and facilitate knowledge transfer across diverse languages. However, …

Language ModelingLanguage ModellingTransfer Learning