Universal Vector Neural Machine Translation With Effective Attention

Satish Mylapore,Ryan Quincy Paul,Joshua Yi,Robert D. Slater
DOI: https://doi.org/10.48550/arXiv.2006.05003
2020-06-09
Abstract:Neural Machine Translation (NMT) leverages one or more trained neural networks for the translation of phrases. Sutskever introduced a sequence to sequence based encoder-decoder model which became the standard for NMT based systems. Attention mechanisms were later introduced to address the issues with the translation of long sentences and improving overall accuracy. In this paper, we propose a singular model for Neural Machine Translation based on encoder-decoder models. Most translation models are trained as one model for one translation. We introduce a neutral/universal model representation that can be used to predict more than one language depending on the source and a provided target. Secondly, we introduce an attention model by adding an overall learning vector to the multiplicative model. With these two changes, by using the novel universal model the number of models needed for multiple language translation applications are reduced.
Computation and Language
What problem does this paper attempt to address?