Modeling Target-Side Morphology in Neural Machine Translation: A Comparison of Strategies
Morphologically rich languages pose difficulties to machine translation. Machine translation engines that rely on statistical learning from parallel training data, such as state-of-the-art neural systems, face challenges especially with rich morphology on the output language side. Key challenges of rich target-side morphology in data-driven machine translation include: (1) A large amount of differently inflected word surface forms entails a larger vocabulary and thus data sparsity. (2) Some inflected forms of infrequent terms typically do not appear in the training corpus, which makes closed-vocabulary systems unable to generate these unobserved variants. (3) Linguistic agreement requires the system to correctly match the grammatical categories between inflected word forms in the output sentence, both in terms of target-side morpho-syntactic wellformedness and semantic adequacy with respect to the input. In this paper, we re-investigate two target-side linguistic processing techniques: a lemma-tag strategy and a linguistically informed word segmentation strategy. Our experiments are conducted on a English-German translation task under three training corpus conditions of different magnitudes. We find that a stronger Transformer baseline leaves less room for improvement than a shallow-RNN encoder-decoder model when translating in-domain. However, we find that linguistic modeling of target-side morphology does benefit the Transformer model when the same system is applied to out-of-domain input text. We also successfully apply our approach to English to Czech translation.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderLEMMAMachine TranslationSentenceTAGTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Modeling Word Formation in English--German Neural Machine Translation
This paper studies strategies to model word formation in NMT using rich linguistic information, namely a word segmentation approach that goes beyond splitting into substrings by considering fusional morphology. Our lingu…
Machine TranslationMorphological AnalysisNMTSegmentation+1The Lazy Encoder: A Fine-Grained Analysis of the Role of Morphology in Neural Machine Translation
Neural sequence-to-sequence models have proven very effective for machine translation, but at the expense of model interpretability. To shed more light into the role played by linguistic structure in the process of neura…
Machine TranslationNMTTranslationWord EmbeddingsLow-resource neural machine translation with morphological modeling
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+4Understanding and Improving Morphological Learning in the Neural Machine Translation Decoder
End-to-end training makes the neural machine translation (NMT) architecture simpler, yet elegant compared to traditional statistical machine translation (SMT). However, little is known about linguistic patterns of morpho…
DecoderMachine TranslationMulti-Task LearningNMT+1Improving the Performance of English-Tamil Statistical Machine Translation System using Source-Side Pre-Processing
Machine Translation is one of the major oldest and the most active research area in Natural Language Processing. Currently, Statistical Machine Translation (SMT) dominates the Machine Translation research. Statistical Ma…
Machine TranslationSentenceTranslation