English

Long Short-Term Memory as a Dynamically Computed Element-wise Weighted Sum

Computation and Language 2018-05-11 v1 Artificial Intelligence Machine Learning Machine Learning

Abstract

LSTMs were introduced to combat vanishing gradients in simple RNNs by augmenting them with gated additive recurrent connections. We present an alternative view to explain the success of LSTMs: the gates themselves are versatile recurrent models that provide more representational power than previously appreciated. We do this by decoupling the LSTM's gates from the embedded simple RNN, producing a new class of RNNs where the recurrence computes an element-wise weighted sum of context-independent functions of the input. Ablations on a range of problems demonstrate that the gating mechanism alone performs as well as an LSTM in most settings, strongly suggesting that the gates are doing much more in practice than just alleviating vanishing gradients.

Keywords

Cite

@article{arxiv.1805.03716,
  title  = {Long Short-Term Memory as a Dynamically Computed Element-wise Weighted Sum},
  author = {Omer Levy and Kenton Lee and Nicholas FitzGerald and Luke Zettlemoyer},
  journal= {arXiv preprint arXiv:1805.03716},
  year   = {2018}
}

Comments

ACL 2018

R2 v1 2026-06-23T01:50:12.688Z