Recognizing Complex Entity Mentions: A Review and Future Directions
Standard named entity recognizers can effectively recognize entity mentions that consist of contiguous tokens and do not overlap with each other. However, in practice, there are many domains, such as the biomedical domain, in which there are nested, overlapping, and discontinuous entity mentions. These complex mentions cannot be directly recognized by conventional sequence tagging models because they may break the assumptions based on which sequence tagging techniques are built. We review the existing methods which are revised to tackle complex entity mentions and categorize them as tokenlevel and sentence-level approaches. We then identify the research gap, and discuss some directions that we are exploring.
Code (0)
등록된 구현이 없습니다.
Tasks
Entity LinkingNamed Entity Recognition (NER)Question AnsweringRelation ExtractionSentenceSimilar Papers 제목 키워드 기반
End-to-End Relation Extraction using Markov Logic Networks
The task of end-to-end relation extraction consists of two sub-tasks: i) identifying entity mentions along with their types and ii) recognizing semantic relations among the entity mention pairs. %Identifying entity menti…
RelationRelation ExtractionSentenceUnnamed Entity Recognition of Sense Mentions
We consider the problem of recognizing mentions of human senses in text. Our contribution is a method for acquiring labeled data, and a learning method that is trained on this data. Experiments show the effectiveness of …
Sequence-to-Nuggets: Nested Entity Mention Detection via Anchor-Region Networks
Sequential labeling-based NER approaches restrict each word belonging to at most one entity mention, which will face a serious problem when recognizing nested entity mentions. In this paper, we propose to resolve this pr…
Named Entity Recognition (NER)NERNested Mention RecognitionNested Named Entity RecognitionRecognizing UMLS Semantic Types with Deep Learning
Entity recognition is a critical first step to a number of clinical NLP applications, such as entity linking and relation extraction. We present the first attempt to apply state-of-the-art entity recognition approaches o…
Deep LearningEntity LinkingRelation ExtractionUnsupervised Pre-training+1Revisiting Joint Modeling of Cross-document Entity and Event Coreference Resolution
Recognizing coreferring events and entities across multiple texts is crucial for many NLP applications. Despite the task's importance, research focus was given mostly to within-document entity coreference, with rather li…
coreference-resolutionCoreference ResolutionCross Document Coreference ResolutionEntity Cross-Document Coreference Resolution+3