English

Boundary Smoothing for Named Entity Recognition

Computation and Language 2022-04-27 v1 Machine Learning

Abstract

Neural named entity recognition (NER) models may easily encounter the over-confidence issue, which degrades the performance and calibration. Inspired by label smoothing and driven by the ambiguity of boundary annotation in NER engineering, we propose boundary smoothing as a regularization technique for span-based neural NER models. It re-assigns entity probabilities from annotated spans to the surrounding ones. Built on a simple but strong baseline, our model achieves results better than or competitive with previous state-of-the-art systems on eight well-known NER benchmarks. Further empirical analysis suggests that boundary smoothing effectively mitigates over-confidence, improves model calibration, and brings flatter neural minima and more smoothed loss landscapes.

Keywords

Cite

@article{arxiv.2204.12031,
  title  = {Boundary Smoothing for Named Entity Recognition},
  author = {Enwei Zhu and Jinpeng Li},
  journal= {arXiv preprint arXiv:2204.12031},
  year   = {2022}
}

Comments

Paper accepted to ACL 2022 main conference

R2 v1 2026-06-24T10:58:29.791Z