CLMay 6, 2022

Automatic Noisy Label Correction for Fine-Grained Entity Typing

arXiv:2205.03011v223 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of noise in weakly-supervised data for FET, which is a fundamental task in entity-leveraging applications, though it is incremental as it builds on prior work in noisy label identification.

The paper tackles the problem of noisy labels in fine-grained entity typing (FET) by proposing a method to automatically correct them without external resources, achieving effectiveness proven on two popular benchmarks.

Fine-grained entity typing (FET) aims to assign proper semantic types to entity mentions according to their context, which is a fundamental task in various entity-leveraging applications. Current FET systems usually establish on large-scale weakly-supervised/distantly annotation data, which may contain abundant noise and thus severely hinder the performance of the FET task. Although previous studies have made great success in automatically identifying the noisy labels in FET, they usually rely on some auxiliary resources which may be unavailable in real-world applications (e.g. pre-defined hierarchical type structures, human-annotated subsets). In this paper, we propose a novel approach to automatically correct noisy labels for FET without external resources. Specifically, it first identifies the potentially noisy labels by estimating the posterior probability of a label being positive or negative according to the logits output by the model, and then relabel candidate noisy labels by training a robust model over the remaining clean labels. Experiments on two popular benchmarks prove the effectiveness of our method. Our source code can be obtained from https://github.com/CCIIPLab/DenoiseFET.

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