# Neural or Statistical: An Empirical Study on Language Models for Chinese   Input Recommendation on Mobile

**Authors:** Hainan Zhang, Yanyan Lan, Jiafeng Guo, Jun Xu, and Xueqi Cheng

arXiv: 1907.05340 · 2019-07-12

## TL;DR

This paper compares statistical and neural language models for Chinese input recommendation on mobile devices, showing their individual strengths and the benefits of a hybrid approach through extensive experiments.

## Contribution

It provides an empirical comparison of statistical and neural models for Chinese input prediction, highlighting their advantages and demonstrating the effectiveness of a hybrid method.

## Key findings

- Neural models better handle semantic similarity and sparsity.
- Statistical models perform well with frequent n-grams.
- Hybrid models significantly improve prediction accuracy.

## Abstract

Chinese input recommendation plays an important role in alleviating human cost in typing Chinese words, especially in the scenario of mobile applications. The fundamental problem is to predict the conditional probability of the next word given the sequence of previous words. Therefore, statistical language models, i.e.~n-grams based models, have been extensively used on this task in real application. However, the characteristics of extremely different typing behaviors usually lead to serious sparsity problem, even n-gram with smoothing will fail. A reasonable approach to tackle this problem is to use the recently proposed neural models, such as probabilistic neural language model, recurrent neural network and word2vec. They can leverage more semantically similar words for estimating the probability. However, there is no conclusion on which approach of the two will work better in real application. In this paper, we conduct an extensive empirical study to show the differences between statistical and neural language models. The experimental results show that the two different approach have individual advantages, and a hybrid approach will bring a significant improvement.

## Full text

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

## Figures

27 figures with captions in the complete paper: https://tomesphere.com/paper/1907.05340/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1907.05340/full.md

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