Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition
Named entity recognition (NER) is a well-studied task in natural language processing. Traditional NER research only deals with flat entities and ignores nested entities. The span-based methods treat entity recognition as a span classification task. Although these methods have the innate ability to handle nested NER, they suffer from high computational cost, ignorance of boundary information, under-utilization of the spans that partially match with entities, and difficulties in long entity recognition. To tackle these issues, we propose a two-stage entity identifier. First we generate span proposals by filtering and boundary regression on the seed spans to locate the entities, and then label the boundary-adjusted span proposals with the corresponding categories. Our method effectively utilizes the boundary information of entities and partially matched spans during training. Through boundary regression, entities of any length can be covered theoretically, which improves the ability to recognize long entities. In addition, many low-quality seed spans are filtered out in the first stage, which reduces the time complexity of inference. Experiments on nested NER datasets demonstrate that our proposed method outperforms previous state-of-the-art models.
Code (1)
Tasks
Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Nested Named Entity RecognitionregressionSimilar Papers 제목 키워드 기반
A Boundary-aware Neural Model for Nested Named Entity Recognition
In natural language processing, it is common that many entities contain other entities inside them. Most existing works on named entity recognition (NER) only deal with flat entities but ignore nested ones. We propose a …
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1DepNeCTI: Dependency-based Nested Compound Type Identification for Sanskrit
Multi-component compounding is a prevalent phenomenon in Sanskrit, and understanding the implicit structure of a compound's components is crucial for deciphering its meaning. Earlier approaches in Sanskrit have focused o…
Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNested Named Entity RecognitionExtract-Select: A Span Selection Framework for Nested Named Entity Recognition with Generative Adversarial Training
Nested named entity recognition (NER) is a task in which named entities may overlap with each other. Span-based approaches regard nested NER as a two-stage span enumeration and classification task, thus having the innate…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1Named Entity Recognition in the Style of Object Detection
In this work, we propose a two-stage method for named entity recognition (NER), especially for nested NER. We borrowed the idea from the two-stage Object Detection in computer vision and the way how they construct the lo…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+5Neural Architectures for Nested NER through Linearization
We propose two neural network architectures for nested named entity recognition (NER), a setting in which named entities may overlap and also be labeled with more than one label. We encode the nested labels using a linea…
Hard Attentionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3