paper-with-me

Papers

Multilingual Machine Translation with Hyper-Adapters

2022-05-22 · Christos Baziotis, Mikel Artetxe, James Cross, Shruti Bhosale

Multilingual machine translation suffers from negative interference across languages. A common solution is to relax parameter sharing with language-specific modules like adapters. However, adapters of related languages are unable to transfer information, and their total number of parameters becomes prohibitively expensive as the number of languages grows. In this work, we overcome these drawbacks using hyper-adapters -- hyper-networks that generate adapters from language and layer embeddings. While past work had poor results when scaling hyper-networks, we propose a rescaling fix that significantly improves convergence and enables training larger hyper-networks. We find that hyper-adapters are more parameter efficient than regular adapters, reaching the same performance with up to 12 times less parameters. When using the same number of parameters and FLOPS, our approach consistently outperforms regular adapters. Also, hyper-adapters converge faster than alternative approaches and scale better than regular dense networks. Our analysis shows that hyper-adapters learn to encode language relatedness, enabling positive transfer across languages.

📄 PDF Abstract BibTeX arXiv:2205.10835

Code (3)

cbaziotis/fairseq 공식 구현 pytorch
cbaziotis/fairseq/tree/hyperadapters/examples/adapters 공식 구현 pytorch
dannigt/kit-iwslt2023-multilingual pytorch

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Multilingual Unsupervised Neural Machine Translation with Denoising Adapters

2021-10-20 · EMNLP 2021 11 · Ahmet Üstün, Alexandre Bérard, Laurent Besacier, Matthias Gallé

We consider the problem of multilingual unsupervised machine translation, translating to and from languages that only have monolingual data by using auxiliary parallel language pairs. For this problem the standard proced…

DenoisingMachine TranslationTranslationUnsupervised Machine Translation

Language-Family Adapters for Multilingual Neural Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Massively multilingual pretrained models yield state-of-the-art results in a wide range of cross-lingual natural language processing tasks. For machine translation, the de facto way to leverage knowledge of pretrained mo…

Cross-Lingual TransferMachine TranslationTranslation

Task-Based MoE for Multitask Multilingual Machine Translation

2023-08-30 · Hai Pham, Young Jin Kim, Subhabrata Mukherjee, David P. Woodruff 외

Mixture-of-experts (MoE) architecture has been proven a powerful method for diverse tasks in training deep models in many applications. However, current MoE implementations are task agnostic, treating all tokens from dif…

Machine TranslationMixture-of-ExpertsTranslation

Lightweight Adapter Tuning for Multilingual Speech Translation

2021-06-02 · ACL 2021 5 · Hang Le, Juan Pino, Changhan Wang, Jiatao Gu 외

Adapter modules were recently introduced as an efficient alternative to fine-tuning in NLP. Adapter tuning consists in freezing pretrained parameters of a model and injecting lightweight modules between layers, resulting…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+3

Language-Family Adapters for Low-Resource Multilingual Neural Machine Translation

2022-09-30 · Alexandra Chronopoulou, Dario Stojanovski, Alexander Fraser

Large multilingual models trained with self-supervision achieve state-of-the-art results in a wide range of natural language processing tasks. Self-supervised pretrained models are often fine-tuned on parallel data from …

Cross-Lingual TransferMachine TranslationTranslation