paper-with-me

홈 › Papers

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 Translation problem}. We observe that UNMT models which use \textit{word shuffle} noise (as in case of Undreamt) can generate correct words, but fail to stitch them together to form phrases. As a result, words of the translated sentence look \textit{scrambled}, resulting in decreased BLEU. We hypothesise that the reason behind \textit{scrambled translation problem} is 'shuffling noise' which is introduced in every input sentence as a denoising strategy. To test our hypothesis, we experiment by retraining UNMT models with a simple \textit{retraining} strategy. We stop the training of the Denoising UNMT model after a pre-decided number of iterations and resume the training for the remaining iterations -- which number is also pre-decided -- using original sentence as input without adding any noise. Our proposed solution achieves significant performance improvement UNMT models that train conventionally. We demonstrate these performance gains on four language pairs, \textit{viz.}, English-French, English-German, English-Spanish, Hindi-Punjabi. Our qualitative and quantitative analysis shows that the retraining strategy helps achieve better alignment as observed by attention heatmap and better phrasal translation, leading to statistically significant improvement in BLEU scores.

📄 PDF Abstract BibTeX arXiv:1911.01212

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingMachine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

Test 설명 없음

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

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

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

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

DenoisingTranslation

Crosslingual Embeddings are Essential in UNMT for Distant Languages: An English to IndoAryan Case Study

2021-06-09 · MTSummit 2021 8 · Tamali Banerjee, Rudra Murthy V, Pushpak Bhattacharyya

Recent advances in Unsupervised Neural Machine Translation (UNMT) have minimized the gap between supervised and unsupervised machine translation performance for closely related language pairs. However, the situation is v…

DenoisingMachine TranslationTranslationUnsupervised Machine Translation