English

Low-Resource Named Entity Recognition: Can One-vs-All AUC Maximization Help?

Computation and Language 2023-11-10 v1 Machine Learning

Abstract

Named entity recognition (NER), a task that identifies and categorizes named entities such as persons or organizations from text, is traditionally framed as a multi-class classification problem. However, this approach often overlooks the issues of imbalanced label distributions, particularly in low-resource settings, which is common in certain NER contexts, like biomedical NER (bioNER). To address these issues, we propose an innovative reformulation of the multi-class problem as a one-vs-all (OVA) learning problem and introduce a loss function based on the area under the receiver operating characteristic curve (AUC). To enhance the efficiency of our OVA-based approach, we propose two training strategies: one groups labels with similar linguistic characteristics, and another employs meta-learning. The superiority of our approach is confirmed by its performance, which surpasses traditional NER learning in varying NER settings.

Keywords

Cite

@article{arxiv.2311.04918,
  title  = {Low-Resource Named Entity Recognition: Can One-vs-All AUC Maximization Help?},
  author = {Ngoc Dang Nguyen and Wei Tan and Lan Du and Wray Buntine and Richard Beare and Changyou Chen},
  journal= {arXiv preprint arXiv:2311.04918},
  year   = {2023}
}

Comments

6 pages, 3 figures, ICDM 2023

R2 v1 2026-06-28T13:15:28.217Z