English

Chinese Lexical Analysis with Deep Bi-GRU-CRF Network

Computation and Language 2018-07-06 v1

Abstract

Lexical analysis is believed to be a crucial step towards natural language understanding and has been widely studied. Recent years, end-to-end lexical analysis models with recurrent neural networks have gained increasing attention. In this report, we introduce a deep Bi-GRU-CRF network that jointly models word segmentation, part-of-speech tagging and named entity recognition tasks. We trained the model using several massive corpus pre-tagged by our best Chinese lexical analysis tool, together with a small, yet high-quality human annotated corpus. We conducted balanced sampling between different corpora to guarantee the influence of human annotations, and fine-tune the CRF decoding layer regularly during the training progress. As evaluated by linguistic experts, the model achieved a 95.5% accuracy on the test set, roughly 13% relative error reduction over our (previously) best Chinese lexical analysis tool. The model is computationally efficient, achieving the speed of 2.3K characters per second with one thread.

Keywords

Cite

@article{arxiv.1807.01882,
  title  = {Chinese Lexical Analysis with Deep Bi-GRU-CRF Network},
  author = {Zhenyu Jiao and Shuqi Sun and Ke Sun},
  journal= {arXiv preprint arXiv:1807.01882},
  year   = {2018}
}

Comments

10 pages, 1 figure, 4 tables

R2 v1 2026-06-23T02:51:37.340Z