paper-with-me

홈 › Papers

A Neural Transition-based Model for Nested Mention Recognition

2018-10-03 · EMNLP 2018 10 · Bailin Wang, Wei Lu, Yu Wang, Hongxia Jin

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.

📄 PDF Abstract BibTeX arXiv:1810.01808

Code (1)

berlino/nest-trans-em18 공식 구현 pytorch

Tasks

Named Entity Recognition (NER)Nested Mention RecognitionNested Named Entity RecognitionSentence

Similar Papers 제목 키워드 기반

Hierarchical Nested Named Entity Recognition

2019-06-01 · WS 2019 6 · Zita Marinho, Afonso Mendes, Mir, Sebasti{\~a}o a 외

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 Recognition

NNE: A Dataset for Nested Named Entity Recognition in English Newswire

2019-06-04 · ACL 2019 7 · Nicky Ringland, Xiang Dai, Ben Hachey, Sarvnaz Karimi 외

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+1

Nested Named Entity Recognition Revisited

2018-06-01 · NAACL 2018 6 · Arzoo Katiyar, Claire Cardie

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)+3

BoningKnife: Joint Entity Mention Detection and Typing for Nested NER via prior Boundary Knowledge

2021-07-20 · Huiqiang Jiang, Guoxin Wang, WEILE CHEN, Chengxi Zhang 외

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+2

Rethinking Boundaries: End-To-End Recognition of Discontinuous Mentions with Pointer Networks

2021-05-18 · Conference 2021 5 · Hao Fei, Fei Li, Bobo Li, Yijiang Liu 외

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