paper-with-me

Papers

A Concise Model for Multi-Criteria Chinese Word Segmentation with Transformer Encoder

2019-06-28 · Findings of the Association for Computational Linguistics 2020 · Xipeng Qiu, Hengzhi Pei, Hang Yan, Xuanjing Huang

Multi-criteria Chinese word segmentation (MCCWS) aims to exploit the relations among the multiple heterogeneous segmentation criteria and further improve the performance of each single criterion. Previous work usually regards MCCWS as different tasks, which are learned together under the multi-task learning framework. In this paper, we propose a concise but effective unified model for MCCWS, which is fully-shared for all the criteria. By leveraging the powerful ability of the Transformer encoder, the proposed unified model can segment Chinese text according to a unique criterion-token indicating the output criterion. Besides, the proposed unified model can segment both simplified and traditional Chinese and has an excellent transfer capability. Experiments on eight datasets with different criteria show that our model outperforms our single-criterion baseline model and other multi-criteria models. Source codes of this paper are available on Github https://github.com/acphile/MCCWS.

📄 PDF Abstract BibTeX arXiv:1906.12035

Code (1)

acphile/MCCWS 공식 구현 pytorch

Tasks

Chinese Word SegmentationMulti-Task LearningSegmentation

Similar Papers 제목 키워드 기반

Switch-LSTMs for Multi-Criteria Chinese Word Segmentation

2018-12-19 · Jingjing Gong, Xinchi Chen, Tao Gui, Xipeng Qiu

Multi-criteria Chinese word segmentation is a promising but challenging task, which exploits several different segmentation criteria and mines their common underlying knowledge. In this paper, we propose a flexible multi…

Chinese Word SegmentationSegmentation

Adversarial Multi-Criteria Learning for Chinese Word Segmentation

2017-04-25 · ACL 2017 7 · Xinchi Chen, Zhan Shi, Xipeng Qiu, Xuanjing Huang

Different linguistic perspectives causes many diverse segmentation criteria for Chinese word segmentation (CWS). Most existing methods focus on improve the performance for each single criterion. However, it is interestin…

Chinese Word SegmentationSegmentation

Unified Multi-Criteria Chinese Word Segmentation with BERT

2020-04-13 · Zhen Ke, Liang Shi, Erli Meng, Bin Wang 외

Multi-Criteria Chinese Word Segmentation (MCCWS) aims at finding word boundaries in a Chinese sentence composed of continuous characters while multiple segmentation criteria exist. The unified framework has been widely u…

Chinese Word SegmentationLanguage ModelingLanguage ModellingMulti-Task Learning+2

A Joint Multiple Criteria Model in Transfer Learning for Cross-domain Chinese Word Segmentation

2020-11-01 · EMNLP 2020 11 · Kaiyu Huang, Degen Huang, Zhuang Liu, Fengran Mo

Word-level information is important in natural language processing (NLP), especially for the Chinese language due to its high linguistic complexity. Chinese word segmentation (CWS) is an essential task for Chinese downst…

Chinese Word SegmentationSegmentationTransfer Learning

Toward Fast and Accurate Neural Chinese Word Segmentation with Multi-Criteria Learning

2019-03-11 · Weipeng Huang, Xingyi Cheng, Kunlong Chen, Taifeng Wang 외

The ambiguous annotation criteria lead to divergence of Chinese Word Segmentation (CWS) datasets in various granularities. Multi-criteria Chinese word segmentation aims to capture various annotation criteria among datase…

Chinese Word SegmentationCompiler OptimizationComputational EfficiencyQuantization+1