English

Multiplicative Models for Recurrent Language Modeling

Machine Learning 2019-07-02 v1 Computation and Language Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.1907.00455,
  title  = {Multiplicative Models for Recurrent Language Modeling},
  author = {Diego Maupomé and Marie-Jean Meurs},
  journal= {arXiv preprint arXiv:1907.00455},
  year   = {2019}
}

Comments

10 pages, pre-print from Proceedings of CICLing 2019: 20th International Conference on Computational Linguistics and Intelligent Text Processing

R2 v1 2026-06-23T10:08:01.705Z