CLOct 30, 2019

A Latent Morphology Model for Open-Vocabulary Neural Machine Translation

arXiv:1910.13890v318 citations
Originality Incremental advance
AI Analysis

This addresses the problem of sparse vocabularies in neural machine translation for morphologically-rich languages, offering an incremental improvement over existing subword or character-level approaches.

The paper tackled the challenge of translating into morphologically-rich languages by proposing a latent morphology model that generates words character-by-character using lexical and morphosyntactic features, achieving better translation accuracy and generalization in low to mid-resource settings compared to conventional methods.

Translation into morphologically-rich languages challenges neural machine translation (NMT) models with extremely sparse vocabularies where atomic treatment of surface forms is unrealistic. This problem is typically addressed by either pre-processing words into subword units or performing translation directly at the level of characters. The former is based on word segmentation algorithms optimized using corpus-level statistics with no regard to the translation task. The latter learns directly from translation data but requires rather deep architectures. In this paper, we propose to translate words by modeling word formation through a hierarchical latent variable model which mimics the process of morphological inflection. Our model generates words one character at a time by composing two latent representations: a continuous one, aimed at capturing the lexical semantics, and a set of (approximately) discrete features, aimed at capturing the morphosyntactic function, which are shared among different surface forms. Our model achieves better accuracy in translation into three morphologically-rich languages than conventional open-vocabulary NMT methods, while also demonstrating a better generalization capacity under low to mid-resource settings.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes