English

Enhancing Low-resource Fine-grained Named Entity Recognition by Leveraging Coarse-grained Datasets

Computation and Language 2023-11-14 v2 Artificial Intelligence

Abstract

Named Entity Recognition (NER) frequently suffers from the problem of insufficient labeled data, particularly in fine-grained NER scenarios. Although KK-shot learning techniques can be applied, their performance tends to saturate when the number of annotations exceeds several tens of labels. To overcome this problem, we utilize existing coarse-grained datasets that offer a large number of annotations. A straightforward approach to address this problem is pre-finetuning, which employs coarse-grained data for representation learning. However, it cannot directly utilize the relationships between fine-grained and coarse-grained entities, although a fine-grained entity type is likely to be a subcategory of a coarse-grained entity type. We propose a fine-grained NER model with a Fine-to-Coarse(F2C) mapping matrix to leverage the hierarchical structure explicitly. In addition, we present an inconsistency filtering method to eliminate coarse-grained entities that are inconsistent with fine-grained entity types to avoid performance degradation. Our experimental results show that our method outperforms both KK-shot learning and supervised learning methods when dealing with a small number of fine-grained annotations.

Keywords

Cite

@article{arxiv.2310.11715,
  title  = {Enhancing Low-resource Fine-grained Named Entity Recognition by Leveraging Coarse-grained Datasets},
  author = {Su Ah Lee and Seokjin Oh and Woohwan Jung},
  journal= {arXiv preprint arXiv:2310.11715},
  year   = {2023}
}

Comments

Accepted to EMNLP 2023

R2 v1 2026-06-28T12:54:01.250Z