Feedforward Sequential Memory Networks Based Encoder-Decoder Model for Machine Translation

Junfeng Hou,Shiliang Zhang,Lirong Dai,Hui Jiang
DOI: https://doi.org/10.1109/apsipa.2017.8282100
2017-01-01
Abstract:Recently recurrent neural networks based encoder-decoder model is a popular approach to sequence to sequence mapping problems, such as machine translation. However, it is time-consuming to train the model since symbols in a sequence can not be processed parallelly by recurrent neural networks because of the temporal dependency restriction. In this paper we present a sequence to sequence model by replacing the recurrent neural networks with feedforward sequential memory networks in both encoder and decoder, which enables the new architecture to encode the entire source sentence simultaneously. We also modify the attention module to make the decoder generate outputs simultaneously during training. We achieve comparable results in WMT'14 English-to-French translation task with 1.4 to 2 times faster during training because of temporal independency in feedforward sequential memory networks based encoder and decoder.
What problem does this paper attempt to address?