Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation
E260052
"Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation" is a seminal research paper that introduced the RNN encoder–decoder architecture to learn continuous phrase representations for improving statistical machine translation quality.
All labels observed (2)
| Label | Occurrences |
|---|---|
| Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation canonical | 2 |
| RNN encoder–decoder | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T2373686 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation Context triple: [Quoc V. Le, coAuthorOf, Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation]
-
A.
“A fast learning algorithm for deep belief nets”
“A fast learning algorithm for deep belief nets” is a seminal 2006 paper by Geoffrey Hinton that introduced an efficient unsupervised pretraining method for deep neural networks using stacked restricted Boltzmann machines.
-
B.
“Learning representations by back-propagating errors”
“Learning representations by back-propagating errors” is a landmark 1986 research paper that popularized the backpropagation algorithm for training multi-layer neural networks, helping to launch the modern field of deep learning.
-
C.
Generative Adversarial Networks
Generative Adversarial Networks are a class of machine learning models in which two neural networks compete to generate highly realistic synthetic data, such as images, audio, or text.
-
D.
WaveNet
WaveNet is a deep generative neural network architecture for raw audio that produces highly natural-sounding speech and other audio signals.
-
E.
Auto-Encoding Variational Bayes
Auto-Encoding Variational Bayes is the foundational 2013 paper by Kingma and Welling that introduced variational autoencoders, a generative model framework combining deep learning with variational Bayesian inference.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation Target entity description: "Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation" is a seminal research paper that introduced the RNN encoder–decoder architecture to learn continuous phrase representations for improving statistical machine translation quality.
-
A.
“A fast learning algorithm for deep belief nets”
“A fast learning algorithm for deep belief nets” is a seminal 2006 paper by Geoffrey Hinton that introduced an efficient unsupervised pretraining method for deep neural networks using stacked restricted Boltzmann machines.
-
B.
“Learning representations by back-propagating errors”
“Learning representations by back-propagating errors” is a landmark 1986 research paper that popularized the backpropagation algorithm for training multi-layer neural networks, helping to launch the modern field of deep learning.
-
C.
Generative Adversarial Networks
Generative Adversarial Networks are a class of machine learning models in which two neural networks compete to generate highly realistic synthetic data, such as images, audio, or text.
-
D.
WaveNet
WaveNet is a deep generative neural network architecture for raw audio that produces highly natural-sounding speech and other audio signals.
-
E.
Auto-Encoding Variational Bayes
Auto-Encoding Variational Bayes is the foundational 2013 paper by Kingma and Welling that introduced variational autoencoders, a generative model framework combining deep learning with variational Bayesian inference.
- F. None of above. chosen
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf |
natural language processing paper
ⓘ
research paper ⓘ scientific article ⓘ |
| approach |
learning continuous-space phrase representations
ⓘ
using neural networks to score phrase pairs in phrase-based SMT ⓘ |
| author |
Bart van Merriënboer
ⓘ
Caglar Gulcehre ⓘ Dzmitry Bahdanau ⓘ Fethi Bougares ⓘ Holger Schwenk ⓘ Kyunghyun Cho ⓘ Yoshua Bengio ⓘ |
| citationImpact | highly cited ⓘ |
| codeAvailability | reference implementations were later released by the community ⓘ |
| evaluation | improvement of BLEU scores in phrase-based SMT ⓘ |
| field |
deep learning
ⓘ
machine learning ⓘ machine translation ⓘ natural language processing ⓘ |
| firstAuthor | Kyunghyun Cho ⓘ |
| influenced |
attention-based neural machine translation
ⓘ
neural machine translation ⓘ sequence-to-sequence learning ⓘ |
| inputType | source language phrase ⓘ |
| introducedConcept | gated recurrent unit ⓘ |
| languagePair | English–French ⓘ |
| learningParadigm | supervised learning ⓘ |
| mainContribution |
demonstrated that learned phrase representations improve statistical machine translation quality
ⓘ
introduced a gated recurrent unit (GRU) as a new recurrent neural network unit ⓘ introduced an RNN encoder–decoder architecture to learn continuous phrase representations ⓘ |
| outputType | target language phrase ⓘ |
| preNeuralMTContext | designed to augment phrase-based statistical machine translation systems ⓘ |
| proposedArchitecture |
Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation
self-linksurface differs
ⓘ
surface form:
RNN encoder–decoder
recurrent neural network encoder–decoder ⓘ |
| publicationType | conference paper ⓘ |
| publishedIn |
EMNLP
ⓘ
surface form:
EMNLP 2014
|
| publisher | Association for Computational Linguistics ⓘ |
| relatedTo |
Neural Machine Translation by Jointly Learning to Align and Translate
ⓘ
Sequence to Sequence Learning with Neural Networks ⓘ |
| shortTitle | RNN Encoder–Decoder for Statistical Machine Translation ⓘ |
| status | seminal work in neural machine translation ⓘ |
| task | statistical machine translation ⓘ |
| title | Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation self-link ⓘ |
| usesModel |
neural language model
ⓘ
recurrent neural network ⓘ |
| venue |
EMNLP
ⓘ
surface form:
Conference on Empirical Methods in Natural Language Processing
|
| year | 2014 ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation Description of subject: "Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation" is a seminal research paper that introduced the RNN encoder–decoder architecture to learn continuous phrase representations for improving statistical machine translation quality.
Referenced by (3)
Full triples — surface form annotated when it differs from this entity's canonical label.