← Publications

Modeling the Unigram Distribution

Irene Nikkarinen*, Tiago Pimentel*, Damián Blasi, Ryan Cotterell
Findings of the Association for Computational Linguistics (ACL) · 2021

Read the paper

Find paper here

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ïve use of neural character-level language models.

@inproceedings{nikkarinen-etal-2021-modeling,
    author = {
        Irene Nikkarinen and
        Tiago Pimentel and
        Damián Blasi and
        Ryan Cotterell
    },
    booktitle = {Findings of the Association for Computational Linguistics (ACL)},
    title = {Modeling the Unigram Distribution},
    year = {2021},
    doi = {10.18653/v1/2021.findings-acl.326},
    url = {https://aclanthology.org/2021.findings-acl.326/},
    pages = {3721--3729},
}