Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence 2017
DOI: 10.24963/ijcai.2017/553
|View full text |Cite
|
Sign up to set email alerts
|

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

Abstract: 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 featureenriched neural model for joint Chinese word segmentation and part-of-speech tagging task. Specifically, to simulate the feature templates of traditional discrete … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
19
0

Year Published

2018
2018
2022
2022

Publication Types

Select...
5
3
1

Relationship

1
8

Authors

Journals

citations
Cited by 24 publications
(19 citation statements)
references
References 19 publications
0
19
0
Order By: Relevance
“…The third module in our model is a convolutional neural networks (CNN) to extract local contextual information. Motivated by the multiple kernels CNN used for sequential labeling (Chen et al, 2016), we also apply such CNN with different window sizes to this task.…”
Section: Cnn-lstm Model With Crf or Softmax Inferencementioning
confidence: 99%
“…The third module in our model is a convolutional neural networks (CNN) to extract local contextual information. Motivated by the multiple kernels CNN used for sequential labeling (Chen et al, 2016), we also apply such CNN with different window sizes to this task.…”
Section: Cnn-lstm Model With Crf or Softmax Inferencementioning
confidence: 99%
“…• F 1 seg : F1 measure of Chinese word segmentation. This is the standard metric used in Chinese word segmentation task (Qiu et al, 2013;Chen et al, 2017). • F 1 udep : F1 measure of unlabeled dependency parsing.…”
Section: Methodsmentioning
confidence: 99%
“…• LSTM+CRF with {B, M, E, S} tags. The only difference between this scenario and the previous one is whether using conditional random field (CRF) after the MLP (Lafferty et al, 2001;Chen et al, 2017). • LSTM+MLP with {app, seg} tags.…”
Section: Chinese Word Segmentationmentioning
confidence: 99%
“…Given an input sequence x = (w 1 , ..., w n ) where w i is the i-th eojeol, Korean morphological analysis aims to produce an output sequence y = ( m 1 , t 1 , ..., m k , t k ) where m j is the j-th morpheme and t j is its POS tag. Korean morphological analysis is different from existing NLP tasks such as English POS tagging (Toutanova et al, 2003;Manning, 2011), and joint word segmentation and POS tagging for Chinese (Zhang and Clark, 2008;Shao et al, 2017;Chen et al, 2017). In English POS tagging, a word and its tag have a one-to-one mapping so that the length of an input sequence is equal to that of an output sequence.…”
Section: Morpheme Processing and Pos Taggingmentioning
confidence: 99%