AILGMLMay 21, 2013

Robust Logistic Regression using Shift Parameters (Long Version)

arXiv:1305.4987v238 citations
Originality Incremental advance
AI Analysis

This addresses annotation noise issues in datasets for researchers and practitioners using classifiers, though it appears incremental as an extension of logistic regression.

The paper tackles the problem of annotation errors hurting classifier performance by presenting a robust extension of logistic regression that incorporates mislabelling directly into the objective, demonstrating significant improvement over the standard model in named entity recognition experiments.

Annotation errors can significantly hurt classifier performance, yet datasets are only growing noisier with the increased use of Amazon Mechanical Turk and techniques like distant supervision that automatically generate labels. In this paper, we present a robust extension of logistic regression that incorporates the possibility of mislabelling directly into the objective. Our model can be trained through nearly the same means as logistic regression, and retains its efficiency on high-dimensional datasets. Through named entity recognition experiments, we demonstrate that our approach can provide a significant improvement over the standard model when annotation errors are present.

Foundations

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

Your Notes