SOTAVerified

Boundary Smoothing for Named Entity Recognition

2022-04-26ACL 2022Code Available1· sign in to hype

Enwei Zhu, Jinpeng Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CoNLL 2003 (English)Baseline + BSF193.65Unverified
Ontonotes v5 (English)Baseline + BSF191.74Unverified

Reproductions