paper-with-me

Papers

SMaLL-100: Introducing Shallow Multilingual Machine Translation Model for Low-Resource Languages

2022-10-20 · Alireza Mohammadshahi, Vassilina Nikoulina, Alexandre Berard, Caroline Brun, James Henderson, Laurent Besacier

In recent years, multilingual machine translation models have achieved promising performance on low-resource language pairs by sharing information between similar languages, thus enabling zero-shot translation. To overcome the "curse of multilinguality", these models often opt for scaling up the number of parameters, which makes their use in resource-constrained environments challenging. We introduce SMaLL-100, a distilled version of the M2M-100 (12B) model, a massively multilingual machine translation model covering 100 languages. We train SMaLL-100 with uniform sampling across all language pairs and therefore focus on preserving the performance of low-resource languages. We evaluate SMaLL-100 on different low-resource benchmarks: FLORES-101, Tatoeba, and TICO-19 and demonstrate that it outperforms previous massively multilingual models of comparable sizes (200-600M) while improving inference latency and memory usage. Additionally, our model achieves comparable results to M2M-100 (1.2B), while being 3.6x smaller and 4.3x faster at inference. Code and pre-trained models: https://github.com/alirezamshi/small100

📄 PDF Abstract BibTeX arXiv:2210.11621

Code (3)

alirezamshi/small100 공식 구현 pytorch
zurichnlp/contradecode pytorch
zurichnlp/nmtscore pytorch

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

An Empirical Study of Leveraging Knowledge Distillation for Compressing Multilingual Neural Machine Translation Models

2023-04-19 · Varun Gumma, Raj Dabre, Pratyush Kumar

Knowledge distillation (KD) is a well-known method for compressing neural models. However, works focusing on distilling knowledge from large multilingual neural machine translation (MNMT) models into smaller ones are pra…

Knowledge DistillationMachine TranslationTranslation

Multilingual Neural Machine Translation with Deep Encoder and Multiple Shallow Decoders

2022-06-05 · EACL 2021 2 · Xiang Kong, Adithya Renduchintala, James Cross, Yuqing Tang 외

Recent work in multilingual translation advances translation quality surpassing bilingual baselines using deep transformer models with increased capacity. However, the extra latency and memory costs introduced by this ap…

DecoderMachine TranslationTranslation

Efficient Inference for Multilingual Neural Machine Translation

2021-09-14 · EMNLP 2021 11 · Alexandre Berard, Dain Lee, Stéphane Clinchant, Kweonwoo Jung 외

Multilingual NMT has become an attractive solution for MT deployment in production. But to match bilingual quality, it comes at the cost of larger and slower models. In this work, we consider several ways to make multili…

DecoderMachine TranslationNMTTranslation

Transfer Learning with Shallow Decoders: BSC at WMT2021’s Multilingual Low-Resource Translation for Indo-European Languages Shared Task

2021-11-01 · WMT (EMNLP) 2021 11 · Ksenia Kharitonova, Ona de Gibert Bonet, Jordi Armengol-Estapé, Mar Rodriguez i Alvarez 외

This paper describes the participation of the BSC team in the WMT2021’s Multilingual Low-Resource Translation for Indo-European Languages Shared Task. The system aims to solve the Subtask 2: Wikipedia cultural heritage a…

ArticlesDecoderLanguage ModelingLanguage Modelling+3

Back-translation for Large-Scale Multilingual Machine Translation

2021-09-17 · WMT (EMNLP) 2021 11 · Baohao Liao, Shahram Khadivi, Sanjika Hewavitharana

This paper illustrates our approach to the shared task on large-scale multilingual machine translation in the sixth conference on machine translation (WMT-21). This work aims to build a single multilingual translation sy…

Machine TranslationTranslation