Constraint Multi-class Positive and Unlabeled Learning for Distantly Supervised Named Entity Recognition
Yuzhe Zhang, Min Cen, Hong Zhang
TL;DR
The paper tackles distant supervision for NER by addressing incomplete labeling from dictionaries and KBs. It introduces CMPU, a constrained multi-class Positive-Unlabeled learning method that adds a constraint factor $\lambda$ to balance positive and unlabeled risks and prevent rapid deterioration of unlabeled risk. The authors provide theoretical guarantees, including a consistency bound and an estimation-error bound, and demonstrate substantial empirical gains over existing DS-NER methods on BC5CDR and CoNLL2003 while showing robustness to dictionary coverage. This work offers a principled, provably robust alternative for DS-NER with clear guidance on parameter tuning and practical applicability to real-world labeling noise.
Abstract
Distantly supervised named entity recognition (DS-NER) has been proposed to exploit the automatically labeled training data by external knowledge bases instead of human annotations. However, it tends to suffer from a high false negative rate due to the inherent incompleteness. To address this issue, we present a novel approach called \textbf{C}onstraint \textbf{M}ulti-class \textbf{P}ositive and \textbf{U}nlabeled Learning (CMPU), which introduces a constraint factor on the risk estimator of multiple positive classes. It suggests that the constraint non-negative risk estimator is more robust against overfitting than previous PU learning methods with limited positive data. Solid theoretical analysis on CMPU is provided to prove the validity of our approach. Extensive experiments on two benchmark datasets that were labeled using diverse external knowledge sources serve to demonstrate the superior performance of CMPU in comparison to existing DS-NER methods.
