paper-with-me

홈 › Papers

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 pairs, training only a small set of parameters for each new setting (language pair or domain). In this work we study the compositionality of language and domain adapters in the context of Machine Translation. We aim to study, 1) parameter-efficient adaptation to multiple domains and languages simultaneously (full-resource scenario) and 2) cross-lingual transfer in domains where parallel data is unavailable for certain language pairs (partial-resource scenario). We find that in the partial resource scenario a naive combination of domain-specific and language-specific adapters often results in `catastrophic forgetting' of the missing languages. We study other ways to combine the adapters to alleviate this issue and maximize cross-lingual transfer. With our best adapter combinations, we obtain improvements of 3-4 BLEU on average for source languages that do not have in-domain data. For target languages without in-domain data, we achieve a similar improvement by combining adapters with back-translation. Supplementary material is available at https://tinyurl.com/r66stbxj

📄 PDF Abstract BibTeX arXiv:2110.09574

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferDomain AdaptationMachine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

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

Tracing Multilingual Knowledge Acquisition Dynamics in Domain Adaptation: A Case Study of English-Japanese Biomedical Adaptation

2025-10-14 · Xin Zhao, Naoki Yoshinaga, Yuma Tsuta, Akiko Aizawa arxiv

Multilingual domain adaptation (ML-DA) is widely used to learn new domain knowledge across languages into large language models (LLMs). Although many methods have been proposed to improve domain adaptation, the mechanism…

Cross-Lingual TransferDomain Adaptation

$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 AdaptationMachine TranslationMeta-LearningTranslation

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

Strategies for Adapting Multilingual Pre-training for Domain-Specific Machine Translation

2022-09-01 · AMTA 2022 9 · Neha Verma, Kenton Murray, Kevin Duh

Pretrained multilingual sequence-to-sequence models have been successful in improving translation performance for mid- and lower-resourced languages. However, it is unclear if these models are helpful in the domain adapt…

Domain AdaptationMachine TranslationTranslation