CLAug 12, 2020

Approaching Neural Chinese Word Segmentation as a Low-Resource Machine Translation Task

arXiv:2008.05348v3265 citations
AI Analysis

This work improves Chinese word segmentation for NLP applications, but it is incremental as it builds on existing translation-based methods.

The paper tackled the performance gap in neural Chinese word segmentation by applying low-resource neural machine translation techniques, achieving state-of-the-art results in constrained evaluation without extra data.

Chinese word segmentation has entered the deep learning era which greatly reduces the hassle of feature engineering. Recently, some researchers attempted to treat it as character-level translation, which further simplified model designing, but there is a performance gap between the translation-based approach and other methods. This motivates our work, in which we apply the best practices from low-resource neural machine translation to supervised Chinese segmentation. We examine a series of techniques including regularization, data augmentation, objective weighting, transfer learning, and ensembling. Compared to previous works, our low-resource translation-based method maintains the effortless model design, yet achieves the same result as state of the art in the constrained evaluation without using additional data.

Code Implementations1 repo
Foundations

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

Your Notes