# Evaluating Computational Language Models with Scaling Properties of   Natural Language

**Authors:** Shuntaro Takahashi, Kumiko Tanaka-Ishii

arXiv: 1906.09379 · 2019-06-25

## TL;DR

This paper assesses various computational language models by examining their ability to replicate natural language's scaling properties, revealing that RNN-based models best capture long-range dependencies and that Taylor's law exponent indicates model quality.

## Contribution

The study introduces the use of multiple scaling properties to evaluate language models and identifies RNN-based models as the most effective in reproducing natural language statistics.

## Key findings

- RNN-based models replicate long memory behavior.
- Taylor's law exponent correlates with model quality.
- Scaling properties can evaluate language models effectively.

## Abstract

In this article, we evaluate computational models of natural language with respect to the universal statistical behaviors of natural language. Statistical mechanical analyses have revealed that natural language text is characterized by scaling properties, which quantify the global structure in the vocabulary population and the long memory of a text. We study whether five scaling properties (given by Zipf's law, Heaps' law, Ebeling's method, Taylor's law, and long-range correlation analysis) can serve for evaluation of computational models. Specifically, we test $n$-gram language models, a probabilistic context-free grammar (PCFG), language models based on Simon/Pitman-Yor processes, neural language models, and generative adversarial networks (GANs) for text generation. Our analysis reveals that language models based on recurrent neural networks (RNNs) with a gating mechanism (i.e., long short-term memory, LSTM; a gated recurrent unit, GRU; and quasi-recurrent neural networks, QRNNs) are the only computational models that can reproduce the long memory behavior of natural language. Furthermore, through comparison with recently proposed model-based evaluation methods, we find that the exponent of Taylor's law is a good indicator of model quality.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.09379/full.md

## Figures

188 figures with captions in the complete paper: https://tomesphere.com/paper/1906.09379/full.md

## References

53 references — full list in the complete paper: https://tomesphere.com/paper/1906.09379/full.md

---
Source: https://tomesphere.com/paper/1906.09379