LGMLOct 10, 2018

Persistence pays off: Paying Attention to What the LSTM Gating Mechanism Persists

arXiv:1810.04437v1995 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in natural language processing for tasks requiring long-range context, but it is incremental as it builds on existing memory-augmented LSTM models.

The paper tackled the problem of long-distance dependencies in LSTM language models by proposing a mechanism that retrieves information from external memory based on how long the LSTM gates persisted it, resulting in improved performance on long sequences.

Language Models (LMs) are important components in several Natural Language Processing systems. Recurrent Neural Network LMs composed of LSTM units, especially those augmented with an external memory, have achieved state-of-the-art results. However, these models still struggle to process long sequences which are more likely to contain long-distance dependencies because of information fading and a bias towards more recent information. In this paper we demonstrate an effective mechanism for retrieving information in a memory augmented LSTM LM based on attending to information in memory in proportion to the number of timesteps the LSTM gating mechanism persisted the information.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes