English

Modeling the Unigram Distribution

Computation and Language 2021-06-07 v1

Abstract

The unigram distribution is the non-contextual probability of finding a specific word form in a corpus. While of central importance to the study of language, it is commonly approximated by each word's sample frequency in the corpus. This approach, being highly dependent on sample size, assigns zero probability to any out-of-vocabulary (oov) word form. As a result, it produces negatively biased probabilities for any oov word form, while positively biased probabilities to in-corpus words. In this work, we argue in favor of properly modeling the unigram distribution -- claiming it should be a central task in natural language processing. With this in mind, we present a novel model for estimating it in a language (a neuralization of Goldwater et al.'s (2011) model) and show it produces much better estimates across a diverse set of 7 languages than the na\"ive use of neural character-level language models.

Keywords

Cite

@article{arxiv.2106.02289,
  title  = {Modeling the Unigram Distribution},
  author = {Irene Nikkarinen and Tiago Pimentel and Damián E. Blasi and Ryan Cotterell},
  journal= {arXiv preprint arXiv:2106.02289},
  year   = {2021}
}

Comments

Irene Nikkarinen and Tiago Pimentel contributed equally to this work. Accepted to the findings of ACL 2021. Code available in https://github.com/irenenikk/modelling-unigram

R2 v1 2026-06-24T02:49:39.349Z