Our Neural Machine Translation Systems for WAT 2019
In this paper, we describe our Neural Machine Translation (NMT) systems for the WAT 2019 translation tasks we focus on. This year we participate in scientific paper tasks and focus on the language pair between English and Japanese. We use Transformer model through our work in this paper to explore and experience the powerful of the Transformer architecture relying on self-attention mechanism. We use different NMT toolkit/library as the implementation of training the Transformer model. For word segmentation, we use different subword segmentation strategies while using different toolkit/library. We not only give the translation accuracy obtained based on absolute position encodings that introduced in the Transformer model, but also report the the improvements in translation accuracy while replacing absolute position encodings with relative position representations. We also ensemble several independent trained Transformer models to further improve the translation accuracy.
Code (0)
등록된 구현이 없습니다.
Tasks
Machine TranslationNMTPositionSegmentationTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Opportunities for Human-centered Evaluation of Machine Translation Systems
Machine translation models are embedded in larger user-facing systems. Although model evaluation has matured, evaluation at the systems level is still lacking. We review literature from both the translation studies and H…
Machine TranslationTranslationJUNLP@ICON2020: Low Resourced Machine Translation for Indic Languages
In the current work, we present the description of the systems submitted to a machine translation shared task organized by ICON 2020: 17th International Conference on Natural Language Processing. The systems were develop…
Machine TranslationTranslationAdaptation and Combination of NMT Systems: The KIT Translation Systems for IWSLT 2016
In this paper, we present the KIT systems of the IWSLT 2016 machine translation evaluation. We participated in the machine translation (MT) task as well as the spoken language language translation (SLT) track for English…
Domain AdaptationMachine TranslationNMTTranslationNeural-based machine translation for medical text domain. Based on European Medicines Agency leaflet texts
The quality of machine translation is rapidly evolving. Today one can find several machine translation systems on the web that provide reasonable translations, although the systems are not perfect. In some specific domai…
DecoderMachine TranslationSentenceTranslationByte-based Neural Machine Translation
This paper presents experiments comparing character-based and byte-based neural machine translation systems. The main motivation of the byte-based neural machine translation system is to build multi-lingual neural machin…
Language ModelingLanguage ModellingMachine TranslationNamed Entity Recognition (NER)+2