paper-with-me

Papers

$m^4Adapter$: Multilingual Multi-Domain Adaptation for Machine Translation with a Meta-Adapter

2022-10-21 · Wen Lai, Alexandra Chronopoulou, Alexander Fraser

Multilingual neural machine translation models (MNMT) yield state-of-the-art performance when evaluated on data from a domain and language pair seen at training time. However, when a MNMT model is used to translate under domain shift or to a new language pair, performance drops dramatically. We consider a very challenging scenario: adapting the MNMT model both to a new domain and to a new language pair at the same time. In this paper, we propose $m^4Adapter$ (Multilingual Multi-Domain Adaptation for Machine Translation with a Meta-Adapter), which combines domain and language knowledge using meta-learning with adapters. We present results showing that our approach is a parameter-efficient solution which effectively adapts a model to both a new language pair and a new domain, while outperforming other adapter methods. An ablation study also shows that our approach more effectively transfers domain knowledge across different languages and language information across different domains.

📄 PDF Abstract BibTeX arXiv:2210.11912

Code (1)

lavine-lmu/m4adapter 공식 구현 pytorch

Tasks

Domain AdaptationMachine TranslationMeta-LearningTranslation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Simple, Scalable Adaptation for Neural Machine Translation

2019-09-18 · IJCNLP 2019 11 · Ankur Bapna, Naveen Arivazhagan, Orhan Firat

Fine-tuning pre-trained Neural Machine Translation (NMT) models is the dominant approach for adapting to new languages and domains. However, fine-tuning requires adapting and maintaining a separate model for each target …

Domain AdaptationMachine TranslationNMTTranslation

Multilingual Domain Adaptation for NMT: Decoupling Language and Domain Information with Adapters

2021-05-16 · ACL ARR May 2021 5 · Anonymous

Adapter layers are lightweight, learnable units inserted between transformer layers. Recent work explores using such layers for neural machine translation (NMT), to adapt pre-trained models to new domains or language pai…

Cross-Lingual TransferDomain AdaptationMachine TranslationNMT+1

Multilingual Domain Adaptation for NMT: Decoupling Language and Domain Information with Adapters

2021-10-18 · WMT (EMNLP) 2021 11 · Asa Cooper Stickland, Alexandre Bérard, Vassilina Nikoulina

Adapter layers are lightweight, learnable units inserted between transformer layers. Recent work explores using such layers for neural machine translation (NMT), to adapt pre-trained models to new domains or language pai…

Cross-Lingual TransferDomain AdaptationMachine TranslationNMT+1

A Study of Residual Adapters for Multi-Domain Neural Machine Translation

2020-11-01 · WMT (EMNLP) 2020 11 · Minh Quang Pham, Josep Maria Crego, François Yvon, Jean Senellart

Domain adaptation is an old and vexing problem for machine translation systems. The most common approach and successful to supervised adaptation is to fine-tune a baseline system with in-domain parallel data. Standard fi…

Domain AdaptationMachine TranslationTranslation

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