Entity Candidate Network for Whole-Aware Named Entity Recognition
Named Entity Recognition (NER) is a crucial upstream task in Natural Language Processing (NLP). Traditional tag scheme approaches offer a single recognition that does not meet the needs of many downstream tasks such as coreference resolution. Meanwhile, Tag scheme approaches ignore the continuity of entities. Inspired by one-stage object detection models in computer vision (CV), this paper proposes a new no-tag scheme, the Whole-Aware Detection, which makes NER an object detection task. Meanwhile, this paper presents a novel model, Entity Candidate Network (ECNet), and a specific convolution network, Adaptive Context Convolution Network (ACCN), to fuse multi-scale contexts and encode entity information at each position. ECNet identifies the full span of a named entity and its type at each position based on Entity Loss. Furthermore, ECNet is regulable between the highest precision and the highest recall, while the tag scheme approaches are not. Experimental results on the CoNLL 2003 English dataset and the WNUT 2017 dataset show that ECNet outperforms other previous state-of-the-art methods.
Code (0)
등록된 구현이 없습니다.
Tasks
coreference-resolutionCoreference Resolutionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERobject-detectionObject DetectionPositionTAGMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Entity-aware ELMo: Learning Contextual Entity Representation for Entity Disambiguation
We present a new local entity disambiguation system. The key to our system is a novel approach for learning entity representations. In our approach we learn an entity aware extension of Embedding for Language Model (ELMo…
Entity DisambiguationLanguage ModelingLanguage ModellingA Boundary Offset Prediction Network for Named Entity Recognition
Named entity recognition (NER) is a fundamental task in natural language processing that aims to identify and classify named entities in text. However, span-based methods for NER typically assign entity types to text spa…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1Injecting Knowledge Base Information into End-to-End Joint Entity and Relation Extraction and Coreference Resolution
We consider a joint information extraction (IE) model, solving named entity recognition, coreference resolution and relation extraction jointly over the whole document. In particular, we study how to inject information f…
coreference-resolutionCoreference ResolutionEntity LinkingJoint Entity and Relation Extraction+4Named Entity Sequence Classification
Named Entity Recognition (NER) aims at locating and classifying named entities in text. In some use cases of NER, including cases where detected named entities are used in creating content recommendations, it is crucial …
Binary ClassificationClassificationGeneral Classificationnamed-entity-recognition+3Cluster-based Mention Typing for Named Entity Disambiguation
An entity mention in text such as "Washington" may correspond to many different named entities such as the city "Washington D.C." or the newspaper "Washington Post." The goal of named entity disambiguation is to identify…
ClusteringEntity Disambiguation