Highlight

Pointer Sentinel Mixture Models

Introduces the pointer sentinel mixture architecture that lets neural sequence models copy words from recent context or use a softmax classifier.

Based on

Pointer Sentinel Mixture Models

By Stephen Merity, Caiming Xiong, James Bradbury et al.International Conference on Learning Representations
Read original article →

Neural sequence models with softmax classifiers achieve their best language modeling performance only when they use very large hidden states and vocabularies, and even then they struggle to predict rare or unseen words even when the surrounding context makes the correct word unambiguous. To address this, the paper introduces a pointer sentinel mixture architecture that gives a neural sequence model two ways to generate the next word: it can reproduce a word directly from the recent context using a pointer component, or it can produce a word from a standard softmax classifier, with a sentinel governing how the two are combined.

Instantiated as a pointer sentinel-LSTM, the model achieves state-of-the-art language modeling performance on the Penn Treebank, reaching 70.9 perplexity while using far fewer parameters than a standard softmax LSTM, which indicates the pointer mechanism handles rare words more efficiently. To better evaluate how well language models exploit longer contexts and cope with more realistic vocabularies and larger corpora, the authors also introduce and freely release the WikiText corpus, providing a new resource for the community.

Abstract

Softmax neural sequence models reach top language modeling only with large hidden states and vocabularies, yet still fail on rare or unseen words even when context is unambiguous. The authors propose a pointer sentinel mixture that either reproduces a word from recent context or generates one via a standard softmax. Their pointer sentinel-LSTM reaches 70.9 perplexity on Penn Treebank using far fewer parameters, and they release the WikiText corpus for evaluating longer contexts and larger vocabularies.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

language modelingpointer networksLSTMWikiTextPenn Treebank
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.

Pointer Sentinel Mixture Models | Aramai