Neural Foundations · 1994
Learning Long-Term Dependencies is Difficult (vanishing gradients)
Bengio et al. analyzed why recurrent networks fail to learn dependencies across long time gaps, showing that the gradients propagated back through many steps tend to vanish or explode exponentially, which explained a fundamental obstacle to training networks on long sequences.
Editorial record
Plain-language summary
The paper showed mathematically that for a recurrent network to store information robustly over time its dynamics must contract, but contraction causes error gradients passed backward through many time steps to shrink toward zero, so distant past inputs contribute almost nothing to weight updates. When the dynamics instead expand, gradients blow up. This trade-off means standard gradient descent cannot reliably link causes and effects separated by many steps. The analysis motivated later remedies such as gating (LSTM, GRU), gradient clipping, and better initialization.
Knowledge graph
Relationships
Antecedents
ChallengesEvidence: Direct
Long Short-Term Memory (LSTM)
LSTM solves the vanishing-gradient problem
A-022
Descendants
ChallengesEvidence: Direct
Finding Structure in Time (Elman RNN)
Elman RNNs exhibit vanishing gradients
A-021
Source record
Provenance
- Record ID
- A-021
- Record created
- 2026-07-13
- Last reviewed
- 2026-07-14
- Record version
- 2
Citation caveat: Citation metadata is approximate and marked unverified in the source dataset.