Highlight

Sequence to Sequence Learning with Neural Networks

Presents an end-to-end sequence-to-sequence learning approach using multilayered LSTMs to encode inputs to a fixed vector and decode target sequences.

Based on

Sequence to Sequence Learning with Neural Networks

By I. Sutskever, O. Vinyals, Quoc V. LeNeural Information Processing Systems
Read original article →

This paper presents a general end-to-end approach to sequence learning that makes minimal assumptions about sequence structure, addressing the limitation that deep neural networks could not map sequences to sequences. The method uses a multilayered Long Short-Term Memory (LSTM) network to map the input sequence to a vector of fixed dimensionality, and a second deep LSTM to decode the target sequence from that vector.

On the WMT-14 English-to-French translation task, the LSTM achieved a BLEU score of 34.8 on the full test set despite penalties on out-of-vocabulary words, surpassing a phrase-based SMT system's 33.3, and reached 36.5 — close to the prior state of the art — when used to rerank the SMT system's 1000 hypotheses. The LSTM handled long sentences without difficulty, learned representations sensitive to word order and relatively invariant to active versus passive voice, and benefited markedly from reversing the source word order, which introduced short-term dependencies that made optimization easier.

Abstract

Deep neural networks perform well on difficult tasks given large labeled training sets but cannot map sequences to sequences. This paper presents a general end-to-end sequence learning approach that uses a multilayered LSTM to encode the input sequence into a fixed-dimensional vector and a second deep LSTM to decode the target sequence. On WMT-14 English-to-French translation it reaches 34.8 BLEU versus 33.3 for a phrase-based SMT system, and 36.5 when reranking that system's 1000 hypotheses; reversing source word order markedly improved performance.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

sequence-to-sequence learningLSTMmachine translationencoder-decoderdeep learning
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.