Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Neural Transition-based Model for Nested Mention Recognition

About

It is common that entity mentions can contain other mentions recursively. This paper introduces a scalable transition-based method to model the nested structure of mentions. We first map a sentence with nested mentions to a designated forest where each mention corresponds to a constituent of the forest. Our shift-reduce based system then learns to construct the forest structure in a bottom-up manner through an action sequence whose maximal length is guaranteed to be three times of the sentence length. Based on Stack-LSTM which is employed to efficiently and effectively represent the states of the system in a continuous space, our system is further incorporated with a character-based component to capture letter-level patterns. Our model achieves the state-of-the-art results on ACE datasets, showing its effectiveness in detecting nested mentions.

Bailin Wang, Wei Lu, Yu Wang, Hongxia Jin• 2018

Related benchmarks

TaskDatasetResultRank
Nested Named Entity RecognitionACE 2004 (test)
F1 Score73.3
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score73
153
Nested Named Entity RecognitionGENIA (test)
F1 Score73.9
140
Named Entity RecognitionACE 2005 (test)
F1 Score73
58
Nested Named Entity RecognitionGENIA
F1 Score73.9
56
Entity extractionACE05 (test)
F1 Score73
53
Nested Named Entity RecognitionACE 2005
F1 Score73
52
Named Entity RecognitionACE05
F1 Score73
38
Named Entity RecognitionGENIA
F1 Score73.9
37
Named Entity RecognitionGENIA (test)
F1 Score73.9
34
Showing 10 of 19 rows

Other info

Code

Follow for update