paper-with-me

홈 › Papers

Reference Language based Unsupervised Neural Machine Translation

2020-04-05 · Findings of the Association for Computational Linguistics 2020 · Zuchao Li, Hai Zhao, Rui Wang, Masao Utiyama, Eiichiro Sumita

Exploiting a common language as an auxiliary for better translation has a long tradition in machine translation and lets supervised learning-based machine translation enjoy the enhancement delivered by the well-used pivot language in the absence of a source language to target language parallel corpus. The rise of unsupervised neural machine translation (UNMT) almost completely relieves the parallel corpus curse, though UNMT is still subject to unsatisfactory performance due to the vagueness of the clues available for its core back-translation training. Further enriching the idea of pivot translation by extending the use of parallel corpora beyond the source-target paradigm, we propose a new reference language-based framework for UNMT, RUNMT, in which the reference language only shares a parallel corpus with the source, but this corpus still indicates a signal clear enough to help the reconstruction training of UNMT through a proposed reference agreement mechanism. Experimental results show that our methods improve the quality of UNMT over that of a strong baseline that uses only one auxiliary language, demonstrating the usefulness of the proposed reference language-based UNMT and establishing a good start for the community.

📄 PDF Abstract BibTeX arXiv:2004.02127

Code (1)

bcmi220/runmt 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Unsupervised Neural Machine Translation for English and Manipuri

2020-12-01 · loresmt (AACL) 2020 12 · Salam Michael Singh, Thoudam Doren Singh

Availability of bitext dataset has been a key challenge in the conventional machine translation system which requires surplus amount of parallel data. In this work, we devise an unsupervised neural machine translation (U…

DenoisingMachine TranslationTranslation

SJTU-NICT's Supervised and Unsupervised Neural Machine Translation Systems for the WMT20 News Translation Task

2020-10-11 · Zuchao Li, Hai Zhao, Rui Wang, Kehai Chen 외

In this paper, we introduced our joint team SJTU-NICT 's participation in the WMT 2020 machine translation shared task. In this shared task, we participated in four translation directions of three language pairs: English…

Collaborative FilteringLanguage ModelingLanguage ModellingMachine Translation+3

SJTU-NICT’s Supervised and Unsupervised Neural Machine Translation Systems for the WMT20 News Translation Task

2020-11-01 · WMT (EMNLP) 2020 11 · Zuchao Li, Hai Zhao, Rui Wang, Kehai Chen 외

In this paper, we introduced our joint team SJTU-NICT ‘s participation in the WMT 2020 machine translation shared task. In this shared task, we participated in four translation directions of three language pairs: English…

Collaborative FilteringLanguage ModelingLanguage ModellingMachine Translation+3

Redefining Machine Translation on Social Network Services with Large Language Models

2025-04-10 · Hongcheng Guo, Fei Zhao, Shaosheng Cao, Xinze Lyu 외

The globalization of social interactions has heightened the need for machine translation (MT) on Social Network Services (SNS), yet traditional models struggle with culturally nuanced content like memes, slang, and pop c…

Machine TranslationTranslation

USCORE: An Effective Approach to Fully Unsupervised Evaluation Metrics for Machine Translation

2022-02-21 · Jonas Belouadi, Steffen Eger

The vast majority of evaluation metrics for machine translation are supervised, i.e., (i) are trained on human scores, (ii) assume the existence of reference translations, or (iii) leverage parallel data. This hinders th…

Machine TranslationParallel Corpus MiningSentenceSentence Embeddings+1