LGCLMLJun 30, 2019

Multiplicative Models for Recurrent Language Modeling

arXiv:1907.00455v1
Originality Synthesis-oriented
AI Analysis

This work addresses language modeling challenges for AI researchers, but it is incremental as it builds on existing multiplicative RNNs.

The paper tackles the problem of recurrent neural networks struggling with past mistakes in sequence generation by exploring multiplicative models with second-order terms, finding that shared parametrization is relevant for character-level language modeling tasks.

Recently, there has been interest in multiplicative recurrent neural networks for language modeling. Indeed, simple Recurrent Neural Networks (RNNs) encounter difficulties recovering from past mistakes when generating sequences due to high correlation between hidden states. These challenges can be mitigated by integrating second-order terms in the hidden-state update. One such model, multiplicative Long Short-Term Memory (mLSTM) is particularly interesting in its original formulation because of the sharing of its second-order term, referred to as the intermediate state. We explore these architectural improvements by introducing new models and testing them on character-level language modeling tasks. This allows us to establish the relevance of shared parametrization in recurrent language modeling.

Foundations

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

Your Notes