paper-with-me

Papers

Adaptive Sparse Transformer for Multilingual Translation

2021-04-15 · Hongyu Gong, Xian Li, Dmitriy Genzel

Multilingual machine translation has attracted much attention recently due to its support of knowledge transfer among languages and the low cost of training and deployment compared with numerous bilingual models. A known challenge of multilingual models is the negative language interference. In order to enhance the translation quality, deeper and wider architectures are applied to multilingual modeling for larger model capacity, which suffers from the increased inference cost at the same time. It has been pointed out in recent studies that parameters shared among languages are the cause of interference while they may also enable positive transfer. Based on these insights, we propose an adaptive and sparse architecture for multilingual modeling, and train the model to learn shared and language-specific parameters to improve the positive transfer and mitigate the interference. The sparse architecture only activates a sub-network which preserves inference efficiency, and the adaptive design selects different sub-networks based on the input languages. Our model outperforms strong baselines across multiple benchmarks. On the large-scale OPUS dataset with $100$ languages, we achieve $+2.1$, $+1.3$ and $+6.2$ BLEU improvements in one-to-many, many-to-one and zero-shot tasks respectively compared to standard Transformer without increasing the inference cost.

📄 PDF Abstract BibTeX arXiv:2104.07358

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTransfer LearningTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Edinburgh’s End-to-End Multilingual Speech Translation System for IWSLT 2021

2021-08-01 · ACL (IWSLT) 2021 8 · Biao Zhang, Rico Sennrich

This paper describes Edinburgh’s submissions to the IWSLT2021 multilingual speech translation (ST) task. We aim at improving multilingual translation and zero-shot performance in the constrained setting (without using an…

Data Augmentationfeature selectionMachine TranslationMulti-Task Learning+2

Non-Autoregressive Models are Better Multilingual Translators

2021-09-29 · ICLR 2022 4 · Zhenqiao Song, Hao Zhou, Lihua Qian, Jingjing Xu 외

Multilingual machine translation aims to develop a single model for multiple language directions. However, existing multilingual models based on Transformer are limited in terms of both translation performance and infere…

DecoderMachine TranslationSentenceTranslation

XLM-T: Scaling up Multilingual Machine Translation with Pretrained Cross-lingual Transformer Encoders

2020-12-31 · Shuming Ma, Jian Yang, Haoyang Huang, Zewen Chi 외

Multilingual machine translation enables a single model to translate between different languages. Most existing multilingual machine translation systems adopt a randomly initialized Transformer backbone. In this work, in…

Language ModelingLanguage ModellingMachine TranslationTranslation+1

Multilingual Non-Autoregressive Machine Translation without Knowledge Distillation

2025-02-06 · Chenyang Huang, Fei Huang, Zaixiang Zheng, Osmar R. Zaïane 외

Multilingual neural machine translation (MNMT) aims at using one single model for multiple translation directions. Recent work applies non-autoregressive Transformers to improve the efficiency of MNMT, but requires expen…

Knowledge DistillationMachine TranslationTranslation

MT6: Multilingual Pretrained Text-to-Text Transformer with Translation Pairs

2021-04-18 · EMNLP 2021 11 · Zewen Chi, Li Dong, Shuming Ma, Shaohan Huang Xian-Ling Mao 외

Multilingual T5 (mT5) pretrains a sequence-to-sequence model on massive monolingual texts, which has shown promising results on many cross-lingual tasks. In this paper, we improve multilingual text-to-text transfer Trans…

Abstractive Text SummarizationMachine Translationnamed-entity-recognitionNamed Entity Recognition+5