CLJun 17, 2021

Denoising Distantly Supervised Named Entity Recognition via a Hypergeometric Probabilistic Model

arXiv:2106.09234v113 citations
Originality Incremental advance
AI Analysis

This addresses noise in weakly-labeled data for NER tasks, but it is incremental as it builds on prior denoising methods by incorporating noise distribution.

The paper tackles the problem of denoising distantly supervised named entity recognition by proposing Hypergeometric Learning (HGL), which considers both noise distribution and instance-level confidence, resulting in significant improvements on trained models.

Denoising is the essential step for distant supervision based named entity recognition. Previous denoising methods are mostly based on instance-level confidence statistics, which ignore the variety of the underlying noise distribution on different datasets and entity types. This makes them difficult to be adapted to high noise rate settings. In this paper, we propose Hypergeometric Learning (HGL), a denoising algorithm for distantly supervised NER that takes both noise distribution and instance-level confidence into consideration. Specifically, during neural network training, we naturally model the noise samples in each batch following a hypergeometric distribution parameterized by the noise-rate. Then each instance in the batch is regarded as either correct or noisy one according to its label confidence derived from previous training step, as well as the noise distribution in this sampled batch. Experiments show that HGL can effectively denoise the weakly-labeled data retrieved from distant supervision, and therefore results in significant improvements on the trained models.

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