English

Unified Likelihood Ratio Estimation for High- to Zero-frequency N-grams

Computation and Language 2021-10-05 v1

Abstract

Likelihood ratios (LRs), which are commonly used for probabilistic data processing, are often estimated based on the frequency counts of individual elements obtained from samples. In natural language processing, an element can be a continuous sequence of NN items, called an NN-gram, in which each item is a word, letter, etc. In this paper, we attempt to estimate LRs based on NN-gram frequency information. A naive estimation approach that uses only NN-gram frequencies is sensitive to low-frequency (rare) NN-grams and not applicable to zero-frequency (unobserved) NN-grams; these are known as the low- and zero-frequency problems, respectively. To address these problems, we propose a method for decomposing NN-grams into item units and then applying their frequencies along with the original NN-gram frequencies. Our method can obtain the estimates of unobserved NN-grams by using the unit frequencies. Although using only unit frequencies ignores dependencies between items, our method takes advantage of the fact that certain items often co-occur in practice and therefore maintains their dependencies by using the relevant NN-gram frequencies. We also introduce a regularization to achieve robust estimation for rare NN-grams. Our experimental results demonstrate that our method is effective at solving both problems and can effectively control dependencies.

Keywords

Cite

@article{arxiv.2110.00946,
  title  = {Unified Likelihood Ratio Estimation for High- to Zero-frequency N-grams},
  author = {Masato Kikuchi and Kento Kawakami and Kazuho Watanabe and Mitsuo Yoshida and Kyoji Umemura},
  journal= {arXiv preprint arXiv:2110.00946},
  year   = {2021}
}

Comments

17 pages, 8 figures

R2 v1 2026-06-24T06:34:56.304Z