paper-with-me

홈 › Papers

Denoising-based UNMT is more robust to word-order divergence than MASS-based UNMT

2023-03-02 · Tamali Banerjee, Rudra Murthy V, Pushpak Bhattacharyya

We aim to investigate whether UNMT approaches with self-supervised pre-training are robust to word-order divergence between language pairs. We achieve this by comparing two models pre-trained with the same self-supervised pre-training objective. The first model is trained on language pairs with different word-orders, and the second model is trained on the same language pairs with source language re-ordered to match the word-order of the target language. Ideally, UNMT approaches which are robust to word-order divergence should exhibit no visible performance difference between the two configurations. In this paper, we investigate two such self-supervised pre-training based UNMT approaches, namely Masked Sequence-to-Sequence Pre-Training, (MASS) (which does not have shuffling noise) and Denoising AutoEncoder (DAE), (which has shuffling noise). We experiment with five English$\rightarrow$Indic language pairs, i.e., en-hi, en-bn, en-gu, en-kn, and en-ta) where word-order of the source language is SVO (Subject-Verb-Object), and the word-order of the target languages is SOV (Subject-Object-Verb). We observed that for these language pairs, DAE-based UNMT approach consistently outperforms MASS in terms of translation accuracies. Moreover, bridging the word-order gap using reordering improves the translation accuracy of MASS-based UNMT models, while it cannot improve the translation accuracy of DAE-based UNMT models. This observation indicates that DAE-based UNMT is more robust to word-order divergence than MASS-based UNMT. Word-shuffling noise in DAE approach could be the possible reason for the approach being robust to word-order divergence.

📄 PDF Abstract BibTeX arXiv:2303.01191

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingTranslation

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Robust Unsupervised Neural Machine Translation with Adversarial Denoising Training

2020-02-28 · COLING 2020 8 · Haipeng Sun, Rui Wang, Kehai Chen, Xugang Lu 외

Unsupervised neural machine translation (UNMT) has recently attracted great interest in the machine translation community. The main advantage of the UNMT lies in its easy collection of required large training text senten…

DenoisingMachine TranslationTranslation

Unsupervised Bilingual Word Embedding Agreement for Unsupervised Neural Machine Translation

2019-07-01 · ACL 2019 7 · Haipeng Sun, Rui Wang, Kehai Chen, Masao Utiyama 외

Unsupervised bilingual word embedding (UBWE), together with other technologies such as back-translation and denoising, has helped unsupervised neural machine translation (UNMT) achieve remarkable results in several langu…

DecoderDenoisingMachine TranslationTranslation

Scrambled Translation Problem: A Problem of Denoising UNMT

2019-10-30 · MTSummit 2021 8 · Tamali Banerjee, Rudra Murthy V, Pushpak Bhattacharyya

In this paper, we identify an interesting kind of error in the output of Unsupervised Neural Machine Translation (UNMT) systems like \textit{Undreamt}(footnote). We refer to this error type as \textit{Scrambled Translati…

DenoisingMachine TranslationSentenceTranslation

Advances and Challenges in Unsupervised Neural Machine Translation

2021-04-01 · EACL 2021 2 · Rui Wang, Hai Zhao

Unsupervised cross-lingual language representation initialization methods, together with mechanisms such as denoising and back-translation, have advanced unsupervised neural machine translation (UNMT), which has achieved…

DenoisingMachine TranslationTranslation

Exploiting Social Media Content for Self-Supervised Style Transfer

2022-05-18 · NAACL (SocialNLP) 2022 7 · Dana Ruiter, Thomas Kleinbauer, Cristina España-Bonet, Josef van Genabith 외

Recent research on style transfer takes inspiration from unsupervised neural machine translation (UNMT), learning from large amounts of non-parallel data by exploiting cycle consistency loss, back-translation, and denois…

AttributeDenoisingMachine TranslationNMT+2