Neural Foundations · 2014
Gated Recurrent Unit (GRU) / RNN Encoder-Decoder
Cho et al. introduced the RNN encoder-decoder framework for translating variable-length sequences and the Gated Recurrent Unit, a simplified gated cell, solving how to map one sequence to another while mitigating the vanishing-gradient problem with fewer parameters than an LSTM.
Editorial record
Plain-language summary
One recurrent network (the encoder) reads a source sentence and compresses it into a fixed-length vector, and a second recurrent network (the decoder) generates the target sentence from that vector, trained jointly to maximize the probability of the correct output. To make the recurrence trainable over longer spans the paper introduced the GRU, which uses update and reset gates to control how much past state is kept or overwritten, achieving LSTM-like behavior with a simpler structure. The encoder-decoder setup became the template for neural machine translation and sequence-to-sequence learning, and its learned phrase representations improved a statistical translation system.
Knowledge graph
Relationships
Antecedents
CombinesEvidence: Strongly supported
Sequence to Sequence Learning with Neural Networks
GRU encoder-decoder sibling of seq2seq
A-006
Descendants
GeneralizesEvidence: Direct
Long Short-Term Memory (LSTM)
GRU simplifies LSTM
A-024
Source record
Provenance
- Record ID
- A-024
- Record created
- 2026-07-13
- Last reviewed
- 2026-07-14
- Record version
- 2
- https://arxiv.org/abs/1406.1078
- arXiv:1406.1078
Citation caveat: Citation metadata is approximate and marked unverified in the source dataset.