English

Revisiting Simple Neural Probabilistic Language Models

Computation and Language 2021-04-09 v1

Abstract

Recent progress in language modeling has been driven not only by advances in neural architectures, but also through hardware and optimization improvements. In this paper, we revisit the neural probabilistic language model (NPLM) of~\citet{Bengio2003ANP}, which simply concatenates word embeddings within a fixed window and passes the result through a feed-forward network to predict the next word. When scaled up to modern hardware, this model (despite its many limitations) performs much better than expected on word-level language model benchmarks. Our analysis reveals that the NPLM achieves lower perplexity than a baseline Transformer with short input contexts but struggles to handle long-term dependencies. Inspired by this result, we modify the Transformer by replacing its first self-attention layer with the NPLM's local concatenation layer, which results in small but consistent perplexity decreases across three word-level language modeling datasets.

Keywords

Cite

@article{arxiv.2104.03474,
  title  = {Revisiting Simple Neural Probabilistic Language Models},
  author = {Simeng Sun and Mohit Iyyer},
  journal= {arXiv preprint arXiv:2104.03474},
  year   = {2021}
}

Comments

To appear at NAACL 2021

R2 v1 2026-06-24T00:56:46.708Z