English

Adaptive Semiparametric Language Models

Computation and Language 2021-02-05 v1

Abstract

We present a language model that combines a large parametric neural network (i.e., a transformer) with a non-parametric episodic memory component in an integrated architecture. Our model uses extended short-term context by caching local hidden states -- similar to transformer-XL -- and global long-term memory by retrieving a set of nearest neighbor tokens at each timestep. We design a gating function to adaptively combine multiple information sources to make a prediction. This mechanism allows the model to use either local context, short-term memory, or long-term memory (or any combination of them) on an ad hoc basis depending on the context. Experiments on word-based and character-based language modeling datasets demonstrate the efficacy of our proposed method compared to strong baselines.

Keywords

Cite

@article{arxiv.2102.02557,
  title  = {Adaptive Semiparametric Language Models},
  author = {Dani Yogatama and Cyprien de Masson d'Autume and Lingpeng Kong},
  journal= {arXiv preprint arXiv:2102.02557},
  year   = {2021}
}

Comments

Accepted to TACL, pre MIT Press publication version

R2 v1 2026-06-23T22:49:56.869Z