NE-LP, a sampling strategy that adds predicted segmentation loss to normalized entropy, selects more informative sentences for active learning in Chinese word segmentation on EHRs.
Investigating Self-Attention Network for Chinese Word Segmentation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Neural network has become the dominant method for Chinese word segmentation. Most existing models cast the task as sequence labeling, using BiLSTM-CRF for representing the input and making output predictions. Recently, attention-based sequence models have emerged as a highly competitive alternative to LSTMs, which allow better running speed by parallelization of computation. We investigate self attention network for Chinese word segmentation, making comparisons between BiLSTM-CRF models. In addition, the influence of contextualized character embeddings is investigated using BERT, and a method is proposed for integrating word information into SAN segmentation. Results show that SAN gives highly competitive results compared with BiLSTMs, with BERT and word information further improving segmentation for in-domain and cross-domain segmentation. Our final models give the best results for 6 heterogenous domain benchmarks.
fields
cs.CL 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
NE-LP: Normalized Entropy and Loss Prediction based Sampling for Active Learning in Chinese Word Segmentation on EHRs
NE-LP, a sampling strategy that adds predicted segmentation loss to normalized entropy, selects more informative sentences for active learning in Chinese word segmentation on EHRs.