English

A Gap-Based Framework for Chinese Word Segmentation via Very Deep Convolutional Networks

Computation and Language 2017-12-29 v1

Abstract

Most previous approaches to Chinese word segmentation can be roughly classified into character-based and word-based methods. The former regards this task as a sequence-labeling problem, while the latter directly segments character sequence into words. However, if we consider segmenting a given sentence, the most intuitive idea is to predict whether to segment for each gap between two consecutive characters, which in comparison makes previous approaches seem too complex. Therefore, in this paper, we propose a gap-based framework to implement this intuitive idea. Moreover, very deep convolutional neural networks, namely, ResNets and DenseNets, are exploited in our experiments. Results show that our approach outperforms the best character-based and word-based methods on 5 benchmarks, without any further post-processing module (e.g. Conditional Random Fields) nor beam search.

Keywords

Cite

@article{arxiv.1712.09509,
  title  = {A Gap-Based Framework for Chinese Word Segmentation via Very Deep Convolutional Networks},
  author = {Zhiqing Sun and Gehui Shen and Zhihong Deng},
  journal= {arXiv preprint arXiv:1712.09509},
  year   = {2017}
}

Comments

Under review as a conference paper at ACL 2018; 10 pages

R2 v1 2026-06-22T23:29:58.470Z