English

Towards Robustness to Label Noise in Text Classification via Noise Modeling

Computation and Language 2022-06-22 v3 Machine Learning

Abstract

Large datasets in NLP suffer from noisy labels, due to erroneous automatic and human annotation procedures. We study the problem of text classification with label noise, and aim to capture this noise through an auxiliary noise model over the classifier. We first assign a probability score to each training sample of having a noisy label, through a beta mixture model fitted on the losses at an early epoch of training. Then, we use this score to selectively guide the learning of the noise model and classifier. Our empirical evaluation on two text classification tasks shows that our approach can improve over the baseline accuracy, and prevent over-fitting to the noise.

Keywords

Cite

@article{arxiv.2101.11214,
  title  = {Towards Robustness to Label Noise in Text Classification via Noise Modeling},
  author = {Siddhant Garg and Goutham Ramakrishnan and Varun Thumbe},
  journal= {arXiv preprint arXiv:2101.11214},
  year   = {2022}
}

Comments

Accepted at CIKM'21 (30th ACM International Conference on Information & Knowledge Management). Accepted at ICLR 2021 RobustML and S2D-OLAD Workshops