Cascaded Models for Better Fine-Grained Named Entity Recognition
Parul Awasthy, Taesun Moon, Jian Ni, Radu Florian

TL;DR
This paper introduces a cascaded approach using transformer networks to improve fine-grained Named Entity Recognition (NER), significantly boosting performance by leveraging coarse-labeled data across multiple languages.
Contribution
The paper presents a novel cascaded modeling technique for fine-grained NER that effectively utilizes coarse-labeled data, achieving substantial performance improvements.
Findings
Performance improved by about 20 F1 points over baseline.
Using coarse-labeled data in three languages enhances English NER results.
Transformer-based cascaded models outperform straightforward fine-grained models.
Abstract
Named Entity Recognition (NER) is an essential precursor task for many natural language applications, such as relation extraction or event extraction. Much of the NER research has been done on datasets with few classes of entity types (e.g. PER, LOC, ORG, MISC), but many real world applications (disaster relief, complex event extraction, law enforcement) can benefit from a larger NER typeset. More recently, datasets were created that have hundreds to thousands of types of entities, sparking new lines of research (Sekine, 2008;Ling and Weld, 2012; Gillick et al., 2014; Choiet al., 2018). In this paper we present a cascaded approach to labeling fine-grained NER, applying to a newly released fine-grained NER dataset that was used in the TAC KBP 2019 evaluation (Ji et al., 2019), inspired by the fact that training data is available for some of the coarse labels. Using a combination of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Web Data Mining and Analysis
