CLMay 1, 2018

Nugget Proposal Networks for Chinese Event Detection

arXiv:1805.00249v11101 citations
Originality Incremental advance
AI Analysis

This addresses event detection in Chinese, a language without natural word delimiters, by introducing a character-wise paradigm to improve accuracy, representing an incremental advance over existing neural methods.

The paper tackles the word-trigger mismatch problem in Chinese event detection by proposing Nugget Proposal Networks (NPNs), which directly propose trigger nuggets at the character level, and experiments show they significantly outperform state-of-the-art methods on ACE2005 and TAC KBP 2017 datasets.

Neural network based models commonly regard event detection as a word-wise classification task, which suffer from the mismatch problem between words and event triggers, especially in languages without natural word delimiters such as Chinese. In this paper, we propose Nugget Proposal Networks (NPNs), which can solve the word-trigger mismatch problem by directly proposing entire trigger nuggets centered at each character regardless of word boundaries. Specifically, NPNs perform event detection in a character-wise paradigm, where a hybrid representation for each character is first learned to capture both structural and semantic information from both characters and words. Then based on learned representations, trigger nuggets are proposed and categorized by exploiting character compositional structures of Chinese event triggers. Experiments on both ACE2005 and TAC KBP 2017 datasets show that NPNs significantly outperform the state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes