paper-with-me

홈 › Papers

Rethinking Zero-shot Neural Machine Translation: From a Perspective of Latent Variables

2021-09-10 · Findings (EMNLP) 2021 11 · Weizhi Wang, Zhirui Zhang, Yichao Du, Boxing Chen, Jun Xie, Weihua Luo

Zero-shot translation, directly translating between language pairs unseen in training, is a promising capability of multilingual neural machine translation (NMT). However, it usually suffers from capturing spurious correlations between the output language and language invariant semantics due to the maximum likelihood training objective, leading to poor transfer performance on zero-shot translation. In this paper, we introduce a denoising autoencoder objective based on pivot language into traditional training objective to improve the translation accuracy on zero-shot directions. The theoretical analysis from the perspective of latent variables shows that our approach actually implicitly maximizes the probability distributions for zero-shot directions. On two benchmark machine translation datasets, we demonstrate that the proposed method is able to effectively eliminate the spurious correlations and significantly outperforms state-of-the-art methods with a remarkable performance. Our code is available at https://github.com/Victorwz/zs-nmt-dae.

📄 PDF Abstract BibTeX arXiv:2109.04705

Code (1)

victorwz/zs-nmt-dae 공식 구현 pytorch

Tasks

DenoisingMachine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Denoising Autoencoder A Denoising Autoencoder is a modification on the autoencoder to prevent the network learning the identity function.…

Similar Papers 제목 키워드 기반

Understanding and Mitigating the Uncertainty in Zero-Shot Translation

2022-05-20 · Wenxuan Wang, Wenxiang Jiao, Shuo Wang, Zhaopeng Tu 외

Zero-shot translation is a promising direction for building a comprehensive multilingual neural machine translation~(MNMT) system. However, its quality is still not satisfactory due to off-target issues. In this paper, w…

Machine TranslationTranslation

Towards a Better Understanding of Variations in Zero-Shot Neural Machine Translation Performance

2023-10-16 · Shaomu Tan, Christof Monz

Multilingual Neural Machine Translation (MNMT) facilitates knowledge sharing but often suffers from poor zero-shot (ZS) translation qualities. While prior work has explored the causes of overall low ZS performance, our w…

Machine TranslationNMTTranslation

TPDM: Selectively Removing Positional Information for Zero-shot Translation via Token-Level Position Disentangle Module

2023-05-31 · Xingran Chen, Ge Zhang, Jie Fu

Due to Multilingual Neural Machine Translation's (MNMT) capability of zero-shot translation, many works have been carried out to fully exploit the potential of MNMT in zero-shot translation. It is often hypothesized that…

PositionTranslation

MALM: Mixing Augmented Language Modeling for Zero-Shot Machine Translation

2022-10-01 · Kshitij Gupta

Large pre-trained language models have brought remarkable progress in NLP. Pre-training and Fine-tuning have given state-of-art performance across tasks in text processing. Data Augmentation techniques have also helped b…

Data AugmentationLanguage ModelingLanguage ModellingMachine Translation+2

Zero-Shot Dual Machine Translation

2018-05-25 · Lierni Sestorain, Massimiliano Ciaramita, Christian Buck, Thomas Hofmann

Neural Machine Translation (NMT) systems rely on large amounts of parallel data. This is a major challenge for low-resource languages. Building on recent work on unsupervised and semi-supervised methods, we present an ap…

Machine TranslationNMTReinforcement LearningTranslation