Sequence to Sequence Learning with Neural Networks
Обучение «последовательность-в-последовательность» с помощью нейронных сетей
2014-09-10
SCID: 54.1/ewdnrcpp
Discuss with AI
BLEU scoreLSTMLong Short-Term MemoryWMT'14 English-French translationre-ranking of SMT hypothesesreversed source sentence orderingsequence encoding-decodingsequence to sequence learning
Figures from the paper
Abstract (AI)
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.
Key Findings
1
On WMT'14 English→French, the LSTM achieved BLEU 34.8 on the full test set (with penalty for out-of-vocabulary words), outperforming a phrase-based SMT baseline BLEU 33.3.
2
Proposed an end-to-end sequence-to-sequence approach using an encoder LSTM that maps input sequences to fixed-size vectors and a decoder LSTM that generates target sequences.
3
Reranking 1000 hypotheses from the phrase-based SMT with the LSTM increased BLEU to 36.5, near the previous best published result on this task.
4
Reversing word order in all source sentences (not targets) markedly improved LSTM performance by introducing short-term dependencies that simplified optimization.
5
The LSTM handled long sentences without difficulty and learned phrase/sentence representations sensitive to word order and relatively invariant to active/passive voice.
Research Object
Sequence-to-sequence neural network model using multilayered LSTMs for mapping input sequences to output sequences
Research Subject
Ability of the LSTM-based seq2seq model to learn end-to-end sequence mappings for machine translation (English→French), including translation quality (BLEU scores), handling of long sentences and phrase/sentence representations, and effects of source-word order reversal
Publication Details
Publication Date
2014-09-10
Journal
Publisher
ISSN
Open access PDF
Access Type
Author Information
Download PDF
Subscribe to digest
References available in scid.ai4
Cited by20
Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting2021
Generative AI2023
A Survey on Aspect-Based Sentiment Analysis: Tasks, Methods, and Challenges2022
Artificial intelligence in drug discovery: recent advances and future perspectives2021
CatBoost for big data: an interdisciplinary review2020
CodeBERT: A Pre-Trained Model for Programming and Natural Languages2020
Neural Speech Synthesis with Transformer Network2019
Automated Machine Learning2019
Learning Deep Transformer Models for Machine Translation2019
Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting2018
Survey of the State of the Art in Natural Language Generation: Core tasks, applications and evaluation2018
Personalizing Dialogue Agents: I have a dog, do you have pets too?2018
Google’s Multilingual Neural Machine Translation System: Enabling Zero-Shot Translation2017
Tacotron: Towards End-to-End Speech Synthesis2017
Siamese Recurrent Architectures for Learning Sentence Similarity2016
Sequence-Level Knowledge Distillation2016
Transfer learning for low-resource neural machine translation2016
Modeling Coverage for Neural Machine Translation2016
Effective Approaches to Attention-based Neural Machine Translation2015
On the Properties of Neural Machine Translation: Encoder–Decoder Approaches2014