CLDec 27, 2017

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

arXiv:1712.09509v17 citations
Originality Highly original
AI Analysis

This work addresses Chinese word segmentation for natural language processing, offering a more intuitive and efficient approach compared to existing methods.

The paper tackles Chinese word segmentation by proposing a gap-based framework that predicts segmentation at each character gap, using very deep convolutional networks like ResNets and DenseNets, and it outperforms the best character-based and word-based methods on 5 benchmarks without post-processing.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes