English

Improving Neural Language Models with a Continuous Cache

Computation and Language 2016-12-15 v1 Machine Learning

Abstract

We propose an extension to neural network language models to adapt their prediction to the recent history. Our model is a simplified version of memory augmented networks, which stores past hidden activations as memory and accesses them through a dot product with the current hidden activation. This mechanism is very efficient and scales to very large memory sizes. We also draw a link between the use of external memory in neural network and cache models used with count based language models. We demonstrate on several language model datasets that our approach performs significantly better than recent memory augmented networks.

Keywords

Cite

@article{arxiv.1612.04426,
  title  = {Improving Neural Language Models with a Continuous Cache},
  author = {Edouard Grave and Armand Joulin and Nicolas Usunier},
  journal= {arXiv preprint arXiv:1612.04426},
  year   = {2016}
}

Comments

Submitted to ICLR 2017

R2 v1 2026-06-22T17:22:58.163Z