paper-with-me

홈 › Papers

Russian-English Bidirectional Machine Translation System

2020-11-01 · WMT (EMNLP) 2020 11 · Ariel Xv

This review depicts our submission to the WMT20 shared news translation task. WMT is the conference to assess the level of machine translation capabilities of organizations in the word. We participated in one language pair and two language directions, from Russian to English and from English to Russian. We used official training data, 102 million parallel corpora and 10 million monolingual corpora. Our baseline systems are Transformer models trained with the Sockeye sequence modeling toolkit, supplemented by bi-text data filtering schemes, back-translations, reordering and other related processing methods. The BLEU value of our translation result from Russian to English is 35.7, ranking 5th, while from English to Russian is 39.8, ranking 2th.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Edinburgh Neural Machine Translation Systems for WMT 16

2016-06-09 · WS 2016 8 · Rico Sennrich, Barry Haddow, Alexandra Birch

We participated in the WMT 2016 shared news translation task by building neural translation systems for four language pairs, each trained in both directions: English<->Czech, English<->German, English<->Romanian and Engl…

DecoderMachine TranslationTranslation

The En-Ru Two-way Integrated Machine Translation System Based on Transformer

2019-08-01 · WS 2019 8 · Doron Yu

Machine translation is one of the most popular areas in natural language processing. WMT is a conference to assess the level of machine translation capabilities of organizations around the world, which is the evaluation …

Machine TranslationTranslation

ISTIC’s Triangular Machine Translation System for WMT2021

2021-11-01 · WMT (EMNLP) 2021 11 · Hangcheng Guo, wenbin liu, yanqing he, Tian Lan 외

This paper describes the ISTIC’s submission to the Triangular Machine Translation Task of Russian-to-Chinese machine translation for WMT’ 2021. In order to fully utilize the provided corpora and promote the translation p…

Machine TranslationTranslation

Multi-Source Transformer for Kazakh-Russian-English Neural Machine Translation

2019-08-01 · WS 2019 8 · Patrick Littell, Chi-kiu Lo, Samuel Larkin, Darlene Stewart

We describe the neural machine translation (NMT) system developed at the National Research Council of Canada (NRC) for the Kazakh-English news translation task of the Fourth Conference on Machine Translation (WMT19). Our…

Machine TranslationNMTSentenceTranslation

Synchronous Bidirectional Neural Machine Translation

2019-05-13 · TACL 2019 3 · Long Zhou, Jiajun Zhang, Cheng-qing Zong

Existing approaches to neural machine translation (NMT) generate the target language sequence token by token from left to right. However, this kind of unidirectional decoding framework cannot make full use of the target-…

Machine TranslationNMTTranslation