CLJun 20, 2019

Multi-Grained Named Entity Recognition

arXiv:1906.08449v11108 citations
Originality Highly original
AI Analysis

This addresses the challenge of multi-grained named entity recognition for natural language processing applications, offering a novel approach beyond traditional sequential labeling methods.

The paper tackles the problem of recognizing named entities with non-overlapping or nested structures in sentences by proposing MGNER, a framework that detects and classifies entities at multiple granularities, achieving up to a 4.4% improvement in F1 score over state-of-the-art baselines.

This paper presents a novel framework, MGNER, for Multi-Grained Named Entity Recognition where multiple entities or entity mentions in a sentence could be non-overlapping or totally nested. Different from traditional approaches regarding NER as a sequential labeling task and annotate entities consecutively, MGNER detects and recognizes entities on multiple granularities: it is able to recognize named entities without explicitly assuming non-overlapping or totally nested structures. MGNER consists of a Detector that examines all possible word segments and a Classifier that categorizes entities. In addition, contextual information and a self-attention mechanism are utilized throughout the framework to improve the NER performance. Experimental results show that MGNER outperforms current state-of-the-art baselines up to 4.4% in terms of the F1 score among nested/non-overlapping NER tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes