paper-with-me

홈 › Papers

Counter-Interference Adapter for Multilingual Machine Translation

2021-04-16 · Findings (EMNLP) 2021 11 · Yaoming Zhu, Jiangtao Feng, Chengqi Zhao, Mingxuan Wang, Lei LI

Developing a unified multilingual model has long been a pursuit for machine translation. However, existing approaches suffer from performance degradation -- a single multilingual model is inferior to separately trained bilingual ones on rich-resource languages. We conjecture that such a phenomenon is due to interference caused by joint training with multiple languages. To accommodate the issue, we propose CIAT, an adapted Transformer model with a small parameter overhead for multilingual machine translation. We evaluate CIAT on multiple benchmark datasets, including IWSLT, OPUS-100, and WMT. Experiments show that CIAT consistently outperforms strong multilingual baselines on 64 of total 66 language directions, 42 of which see above 0.5 BLEU improvement. Our code is available at \url{https://github.com/Yaoming95/CIAT}~.

📄 PDF Abstract BibTeX arXiv:2104.08154

Code (1)

yaoming95/ciat 공식 구현

Tasks

Knowledge DistillationMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

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

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 a…

Machine TranslationTranslation

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

More Parameters? No Thanks!

2021-07-20 · Findings (ACL) 2021 8 · Zeeshan Khan, Kartheek Akella, Vinay P. Namboodiri, C V Jawahar

This work studies the long-standing problems of model capacity and negative interference in multilingual neural machine translation MNMT. We use network pruning techniques and observe that pruning 50-70% of the parameter…

Learning Language specific modelsMachine TranslationTranslation

Learning Language Specific Sub-network for Multilingual Machine Translation

2021-05-19 · ACL 2021 5 · Zehui Lin, Liwei Wu, Mingxuan Wang, Lei LI

Multilingual neural machine translation aims at learning a single translation model for multiple languages. These jointly trained models often suffer from performance degradation on rich-resource language pairs. We attri…

AttributeMachine TranslationTranslation