CLJun 4, 2019

Distantly Supervised Named Entity Recognition using Positive-Unlabeled Learning

arXiv:1906.01378v21122 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing reliance on high-quality labeled data for NER, making it more accessible with simple dictionaries, though it is incremental in applying PU learning to this domain.

The paper tackles the problem of named entity recognition using only unlabeled data and dictionaries by formulating it as a positive-unlabeled learning problem, proposing a novel algorithm that unbiasedly estimates task loss, and demonstrates effectiveness on four public datasets.

In this work, we explore the way to perform named entity recognition (NER) using only unlabeled data and named entity dictionaries. To this end, we formulate the task as a positive-unlabeled (PU) learning problem and accordingly propose a novel PU learning algorithm to perform the task. We prove that the proposed algorithm can unbiasedly and consistently estimate the task loss as if there is fully labeled data. A key feature of the proposed method is that it does not require the dictionaries to label every entity within a sentence, and it even does not require the dictionaries to label all of the words constituting an entity. This greatly reduces the requirement on the quality of the dictionaries and makes our method generalize well with quite simple dictionaries. Empirical studies on four public NER datasets demonstrate the effectiveness of our proposed method. We have published the source code at \url{https://github.com/v-mipeng/LexiconNER}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes