paper-with-me

Papers

PKUSEG: A Toolkit for Multi-Domain Chinese Word Segmentation

2019-06-27 · Ruixuan Luo, Jingjing Xu, Yi Zhang, Zhiyuan Zhang, Xuancheng Ren, Xu sun

Chinese word segmentation (CWS) is a fundamental step of Chinese natural language processing. In this paper, we build a new toolkit, named PKUSEG, for multi-domain word segmentation. Unlike existing single-model toolkits, PKUSEG targets multi-domain word segmentation and provides separate models for different domains, such as web, medicine, and tourism. Besides, due to the lack of labeled data in many domains, we propose a domain adaptation paradigm to introduce cross-domain semantic knowledge via a translation system. Through this method, we generate synthetic data using a large amount of unlabeled data in the target domain and then obtain a word segmentation model for the target domain. We also further refine the performance of the default model with the help of synthetic data. Experiments show that PKUSEG achieves high performance on multiple domains. The new toolkit also supports POS tagging and model training to adapt to various application scenarios. The toolkit is now freely and publicly available for the usage of research and industry.

📄 PDF Abstract BibTeX arXiv:1906.11455

Code (4)

lancopku/pkuseg-python 공식 구현
Kyubyong/g2pC
explosion/spacy-pkuseg
yongbowin/pkuseg-python_annotation

Tasks

Chinese Word SegmentationDomain AdaptationPOSPOS TaggingSegmentation

Similar Papers 제목 키워드 기반

Mining Word Boundaries from Speech-Text Parallel Data for Cross-domain Chinese Word Segmentation

2024-12-12 · Xuebin Wang, Lei Zhang, Zhenghua Li, Shilin Zhou 외

Inspired by early research on exploring naturally annotated data for Chinese Word Segmentation (CWS), and also by recent research on integration of speech and text processing, this work for the first time proposes to exp…

Chinese Word Segmentation

STAC: Science Toolkit Based on Chinese Idiom Knowledge Graph

2019-06-01 · WS 2019 6 · Meiling Wang, Min Xiao, Changliang Li, Yu Guo 외

Chinese idioms (Cheng Yu) have seen five thousand years{'} history and culture of China, meanwhile they contain large number of scientific achievement of ancient China. However, existing Chinese online idiom dictionaries…

Cultural Vocal Bursts Intensity Prediction

N-LTP: An Open-source Neural Language Technology Platform for Chinese

2020-09-24 · EMNLP (ACL) 2021 11 · Wanxiang Che, Yunlong Feng, Libo Qin, Ting Liu

We introduce \texttt{N-LTP}, an open-source neural language technology platform supporting six fundamental Chinese NLP tasks: {lexical analysis} (Chinese word segmentation, part-of-speech tagging, and named entity recogn…

Chinese Word SegmentationDependency ParsingKnowledge DistillationLexical Analysis+7

fastHan: A BERT-based Multi-Task Toolkit for Chinese NLP

2020-09-18 · ACL 2021 5 · Zhichao Geng, Hang Yan, Xipeng Qiu, Xuanjing Huang

We present fastHan, an open-source toolkit for four basic tasks in Chinese natural language processing: Chinese word segmentation (CWS), Part-of-Speech (POS) tagging, named entity recognition (NER), and dependency parsin…

Chinese Word SegmentationDependency Parsingnamed-entity-recognitionNamed Entity Recognition+5

THUMT: An Open Source Toolkit for Neural Machine Translation

2017-06-20 · Jiacheng Zhang, Yanzhuo Ding, Shiqi Shen, Yong Cheng 외

This paper introduces THUMT, an open-source toolkit for neural machine translation (NMT) developed by the Natural Language Processing Group at Tsinghua University. THUMT implements the standard attention-based encoder-de…

DecoderMachine TranslationNMTTranslation