paper-with-me

Papers

A Feature-Enriched Neural Model for Joint Chinese Word Segmentation and Part-of-Speech Tagging

2016-11-16 · Xinchi Chen, Xipeng Qiu, Xuanjing Huang

Recently, neural network models for natural language processing tasks have been increasingly focused on for their ability of alleviating the burden of manual feature engineering. However, the previous neural models cannot extract the complicated feature compositions as the traditional methods with discrete features. In this work, we propose a feature-enriched neural model for joint Chinese word segmentation and part-of-speech tagging task. Specifically, to simulate the feature templates of traditional discrete feature based models, we use different filters to model the complex compositional features with convolutional and pooling layer, and then utilize long distance dependency information with recurrent layer. Experimental results on five different datasets show the effectiveness of our proposed model.

📄 PDF Abstract BibTeX arXiv:1611.05384

Code (0)

등록된 구현이 없습니다.

Tasks

Chinese Word SegmentationFeature EngineeringPart-Of-Speech Tagging

Similar Papers 제목 키워드 기반

A Graph-based Model for Joint Chinese Word Segmentation and Dependency Parsing

2019-04-09 · TACL 2020 1 · Hang Yan, Xipeng Qiu, Xuanjing Huang

Chinese word segmentation and dependency parsing are two fundamental tasks for Chinese natural language processing. The dependency parsing is defined on word-level. Therefore word segmentation is the precondition of depe…

Chinese Word SegmentationDependency ParsingFeature EngineeringLanguage Modeling+2

Neural Joint Model for Transition-based Chinese Syntactic Analysis

2017-07-01 · ACL 2017 7 · Shuhei Kurita, Daisuke Kawahara, Sadao Kurohashi

We present neural network-based joint models for Chinese word segmentation, POS tagging and dependency parsing. Our models are the first neural approaches for fully joint Chinese analysis that is known to prevent the err…

Chinese Word SegmentationDependency ParsingPOSPOS Tagging+2

Reduce Meaningless Words for Joint Chinese Word Segmentation and Part-of-speech Tagging

2013-05-25 · Kaixu Zhang, Maosong Sun

Conventional statistics-based methods for joint Chinese word segmentation and part-of-speech tagging (S&T) have generalization ability to recognize new words that do not appear in the training data. An undesirable side e…

Chinese Word SegmentationPart-Of-Speech TaggingSegmentation

Joint Chinese Word Segmentation and Part-of-speech Tagging via Two-stage Span Labeling

2021-12-17 · PACLIC 2021 11 · Duc-Vu Nguyen, Linh-Bao Vo, Ngoc-Linh Tran, Kiet Van Nguyen 외

Chinese word segmentation and part-of-speech tagging are necessary tasks in terms of computational linguistics and application of natural language processing. Many re-searchers still debate the demand for Chinese word se…

Chinese Word SegmentationPart-Of-Speech TaggingSegmentationTAG

Combine CRF and MMSEG to Boost Chinese Word Segmentation in Social Media

2015-10-24 · Yao Yushi, Huang Zheng

In this paper, we propose a joint algorithm for the word segmentation on Chinese social media. Previous work mainly focus on word segmentation for plain Chinese text, in order to develop a Chinese social media processing…

Chinese Word SegmentationSegmentation