Hierarchical Region Learning for Nested Named Entity Recognition
Named Entity Recognition (NER) is deeply explored and widely used in various tasks. Usually, some entity mentions are nested in other entities, which leads to the nested NER problem. Leading region based models face both the efficiency and effectiveness challenge due to the high subsequence enumeration complexity. To tackle these challenges, we propose a hierarchical region learning framework to automatically generate a tree hierarchy of candidate regions with nearly linear complexity and incorporate structure information into the region representation for better classification. Experiments on benchmark datasets ACE-2005, GENIA and JNLPBA demonstrate competitive or better results than state-of-the-art baselines.
Code (0)
등록된 구현이 없습니다.
Tasks
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionSimilar 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 RecognitionPyramid: A Layered Model for Nested Named Entity Recognition
This paper presents Pyramid, a novel layered model for Nested Named Entity Recognition (nested NER). In our approach, token or text region embeddings are recursively inputted into L flat NER layers, from bottom to top, s…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1Trigger-GNN: A Trigger-Based Graph Neural Network for Nested Named Entity Recognition
Nested named entity recognition (NER) aims to identify the entity boundaries and recognize categories of the named entities in a complex hierarchical sentence. Some works have been done using character-level, word-level,…
Graph Neural Networknamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3Deep Exhaustive Model for Nested Named Entity Recognition
We propose a simple deep neural model for nested named entity recognition (NER). Most NER models focused on flat entities and ignored nested entities, which failed to fully capture underlying semantic information in text…
Entity LinkingFeature Engineeringnamed-entity-recognitionNamed Entity Recognition+4HiTRANS: A Hierarchical Transformer Network for Nested Named Entity Recognition
Nested Named Entity Recognition (NNER) has been extensively studied, aiming to identify all nested entities from potential spans (i.e., one or more continuous tokens). However, recent studies for NNER either focus on ted…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Nested Named Entity Recognition+2