English

Deep Neural Machine Translation with Weakly-Recurrent Units

Computation and Language 2018-05-14 v1

Abstract

Recurrent neural networks (RNNs) have represented for years the state of the art in neural machine translation. Recently, new architectures have been proposed, which can leverage parallel computation on GPUs better than classical RNNs. Faster training and inference combined with different sequence-to-sequence modeling also lead to performance improvements. While the new models completely depart from the original recurrent architecture, we decided to investigate how to make RNNs more efficient. In this work, we propose a new recurrent NMT architecture, called Simple Recurrent NMT, built on a class of fast and weakly-recurrent units that use layer normalization and multiple attentions. Our experiments on the WMT14 English-to-German and WMT16 English-Romanian benchmarks show that our model represents a valid alternative to LSTMs, as it can achieve better results at a significantly lower computational cost.

Keywords

Cite

@article{arxiv.1805.04185,
  title  = {Deep Neural Machine Translation with Weakly-Recurrent Units},
  author = {Mattia Antonino Di Gangi and Marcello Federico},
  journal= {arXiv preprint arXiv:1805.04185},
  year   = {2018}
}

Comments

10 pages, 3 figures, accepted as a conference paper at the 21st Annual Conference of the European Association for Machine Translation (EAMT) 2018

R2 v1 2026-06-23T01:51:32.138Z