paper-with-me

홈 › Papers

Entity Candidate Network for Whole-Aware Named Entity Recognition

2020-04-29 · Wendong He, Yizhen Shao, Pingjian Zhang

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.

📄 PDF Abstract BibTeX arXiv:2004.14145

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference Resolutionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERobject-detectionObject DetectionPositionTAG

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Entity-aware ELMo: Learning Contextual Entity Representation for Entity Disambiguation

2019-08-14 · Hamed Shahbazi, Xiaoli Z. Fern, Reza Ghaeini, Rasha Obeidat 외

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 Modelling

A Boundary Offset Prediction Network for Named Entity Recognition

2023-10-23 · Minghao Tang, Yongquan He, Yongxiu Xu, Hongbo Xu 외

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

Injecting Knowledge Base Information into End-to-End Joint Entity and Relation Extraction and Coreference Resolution

2021-07-05 · Findings (ACL) 2021 8 · Severine Verlinden, Klim Zaporojets, Johannes Deleu, Thomas Demeester 외

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

Named Entity Sequence Classification

2017-12-06 · Mahdi Namazifar

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

Cluster-based Mention Typing for Named Entity Disambiguation

2021-09-23 · Arda Çelebi, Arzucan Özgür

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