PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
September 10, 201413,351 citationsOpen Access

Sequence to Sequence Learning with Neural Networks

ISIlya SutskeverOVOriol VinyalsQLQuoc V. Le

Key Points

  • The aim is to develop an efficient method for sequence-to-sequence learning using DNNs.
  • Utilized multilayered Long Short-Term Memory (LSTM) networks for encoding and decoding sequences.
  • Evaluated translation quality using BLEU score on the English to French translation task from the WMT'14 dataset.
  • Compared LSTM performance with a traditional phrase-based SMT system.
  • LSTM achieved a BLEU score of 34.8, surpassing the SMT system's score of 33.3.
  • The BLEU score improved to 36.5 when LSTM was used to rerank the hypotheses from the SMT system.
  • Reversing the word order improved performance by introducing short-term dependencies between source and target sentences.

Abstract

Deep Neural Networks (DNNs) are powerful models that have achieved excellent performance on difficult learning tasks. Although DNNs work well whenever large labeled training sets are available, they cannot be used to map sequences to sequences. In this paper, we present a general end-to-end approach to sequence learning that makes minimal assumptions on the sequence structure. Our method uses a multilayered Long Short-Term Memory (LSTM) to map the input sequence to a vector of a fixed dimensionality, and then another deep LSTM to decode the target sequence from the vector. Our main result is that on an English to French translation task from the WMT'14 dataset, the translations produced by the LSTM achieve a BLEU score of 34.8 on the entire test set, where the LSTM's BLEU score was penalized on out-of-vocabulary words. Additionally, the LSTM did not have difficulty on long sentences. For comparison, a phrase-based SMT system achieves a BLEU score of 33.3 on the same dataset. When we used the LSTM to rerank the 1000 hypotheses produced by the aforementioned SMT system, its BLEU score increases to 36.5, which is close to the previous best result on this task. The LSTM also learned sensible phrase and sentence representations that are sensitive to word order and are relatively invariant to the active and the passive voice. Finally, we found that reversing the order of the words in all source sentences (but not target sentences) improved the LSTM's performance markedly, because doing so introduced many short term dependencies between the source and the target sentence which made the optimization problem easier.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Sutskever et al. (2014) studied this question.

synapsesocial.com/papers/69f2afd33474cb003deab81dhttps://doi.org/10.48550/arxiv.1409.3215
Ask AI
Helpful
Bookmark
Share
View Full Paper