paper-with-me

Papers

Improving Character-based Decoding Using Target-Side Morphological Information for Neural Machine Translation

2018-04-17 · NAACL 2018 6 · Peyman Passban, Qun Liu, Andy Way

Recently, neural machine translation (NMT) has emerged as a powerful alternative to conventional statistical approaches. However, its performance drops considerably in the presence of morphologically rich languages (MRLs). Neural engines usually fail to tackle the large vocabulary and high out-of-vocabulary (OOV) word rate of MRLs. Therefore, it is not suitable to exploit existing word-based models to translate this set of languages. In this paper, we propose an extension to the state-of-the-art model of Chung et al. (2016), which works at the character level and boosts the decoder with target-side morphological information. In our architecture, an additional morphology table is plugged into the model. Each time the decoder samples from a target vocabulary, the table sends auxiliary signals from the most relevant affixes in order to enrich the decoder's current state and constrain it to provide better predictions. We evaluated our model to translate English into German, Russian, and Turkish as three MRLs and observed significant improvements.

📄 PDF Abstract BibTeX arXiv:1804.06506

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Producing Unseen Morphological Variants in Statistical Machine Translation

2017-04-01 · EACL 2017 4 · Matthias Huck, Ale{\v{s}} Tamchyna, Ond{\v{r}}ej Bojar, Alex Fraser 외

Translating into morphologically rich languages is difficult. Although the coverage of lemmas may be reasonable, many morphological variants cannot be learned from the training data. We present a statistical translation …

Machine TranslationTranslation

Improved English to Russian Translation by Neural Suffix Prediction

2018-01-11 · Kai Song, Yue Zhang, Min Zhang, Weihua Luo

Neural machine translation (NMT) suffers a performance deficiency when a limited vocabulary fails to cover the source or target side adequately, which happens frequently when dealing with morphologically rich languages. …

Machine TranslationNMTPredictionTranslation

Target-Side Context for Discriminative Models in Statistical Machine Translation

2016-07-05 · ACL 2016 8 · Aleš Tamchyna, Alexander Fraser, Ondřej Bojar, Marcin Junczys-Dowmunt

Discriminative translation models utilizing source context have been shown to help statistical machine translation performance. We propose a novel extension of this work using target context information. Surprisingly, we…

Machine TranslationTranslation

Tailoring Neural Architectures for Translating from Morphologically Rich Languages

2018-08-01 · COLING 2018 8 · Peyman Passban, Andy Way, Qun Liu

A morphologically complex word (MCW) is a hierarchical constituent with meaning-preserving subunits, so word-based models which rely on surface forms might not be powerful enough to translate such structures. When transl…

DecoderMachine TranslationNMTSentence+1

Low-resource neural machine translation with morphological modeling

2024-04-03 · Antoine Nzeyimana

Morphological modeling in neural machine translation (NMT) is a promising approach to achieving open-vocabulary machine translation for morphologically-rich languages. However, existing methods such as sub-word tokenizat…

Data AugmentationDecoderLow Resource Neural Machine TranslationLow-Resource Neural Machine Translation+4