# Multi-Grained Named Entity Recognition

**Authors:** Congying Xia, Chenwei Zhang, Tao Yang, Yaliang Li, Nan Du, Xian Wu,, Wei Fan, Fenglong Ma, Philip Yu

arXiv: 1906.08449 · 2020-04-06

## TL;DR

This paper introduces MGNER, a novel multi-grained framework for recognizing nested and overlapping named entities in sentences, utilizing a detector, classifier, and self-attention to improve performance.

## Contribution

MGNER is the first framework to detect and classify entities at multiple granularities without assuming non-overlapping or nested structures.

## Key findings

- Outperforms state-of-the-art baselines by up to 4.4% F1 score
- Effectively handles nested and overlapping entities
- Utilizes self-attention for improved context understanding

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.08449/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1906.08449/full.md

## References

39 references — full list in the complete paper: https://tomesphere.com/paper/1906.08449/full.md

---
Source: https://tomesphere.com/paper/1906.08449