CLOct 4, 2016

Chinese Event Extraction Using DeepNeural Network with Word Embedding

arXiv:1610.00842v13 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of domain-specific and error-prone feature engineering in event extraction for Chinese language processing, though it is incremental as it applies existing DNN and word embedding techniques to this task.

The paper tackled Chinese event extraction by developing a system using word embedding vectors and deep neural networks to reduce feature engineering effort and leverage unlabeled data, resulting in better performance compared to systems using rich language features.

A lot of prior work on event extraction has exploited a variety of features to represent events. Such methods have several drawbacks: 1) the features are often specific for a particular domain and do not generalize well; 2) the features are derived from various linguistic analyses and are error-prone; and 3) some features may be expensive and require domain expert. In this paper, we develop a Chinese event extraction system that uses word embedding vectors to represent language, and deep neural networks to learn the abstract feature representation in order to greatly reduce the effort of feature engineering. In addition, in this framework, we leverage large amount of unlabeled data, which can address the problem of limited labeled corpus for this task. Our experiments show that our proposed method performs better compared to the system using rich language features, and using unlabeled data benefits the word embeddings. This study suggests the potential of DNN and word embedding for the event extraction task.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes