A Neural Transition-based Model for Nested Mention Recognition
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.
Code (1)
Tasks
Named Entity Recognition (NER)Nested Mention RecognitionNested Named Entity RecognitionSentenceSimilar Papers 제목 키워드 기반
Hierarchical Nested Named Entity Recognition
In the medical domain and other scientific areas, it is often important to recognize different levels of hierarchy in mentions, such as those related to specific symptoms or diseases associated with different anatomical …
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Nested Named Entity RecognitionNNE: A Dataset for Nested Named Entity Recognition in English Newswire
Named entity recognition (NER) is widely used in natural language processing applications and downstream tasks. However, most NER tools target flat annotation from popular datasets, eschewing the semantic information ava…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1Nested Named Entity Recognition Revisited
We propose a novel recurrent neural network-based approach to simultaneously handle nested named entity recognition and nested entity mention detection. The model learns a hypergraph representation for nested entities us…
Coreference Resolutionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3BoningKnife: Joint Entity Mention Detection and Typing for Nested NER via prior Boundary Knowledge
While named entity recognition (NER) is a key task in natural language processing, most approaches only target flat entities, ignoring nested structures which are common in many scenarios. Most existing nested NER method…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2Rethinking Boundaries: End-To-End Recognition of Discontinuous Mentions with Pointer Networks
A majority of research interests in irregular (eg, nested or discontinuous) named entity recognition (NER) have been paid on nested entities, while discontinuous entities received limited attention. Existing work for dis…
Boundary DetectionDecodernamed-entity-recognitionNamed Entity Recognition+2