Denoising Labeled Data for Comment Moderation Using Active Learning
Andraž Pelicon, Vanja Mladen Karan, Ravi Shekhar, Matthew Purver, Senja Pollak
Abstract
Noisily labeled textual data is ample on internet platforms that allow user-created content. Training models, such as offensive language detection models for comment moderation, on such data may prove difficult as the noise in the labels prevents the model to converge. In this work, we propose to use active learning methods for the purposes of denoising training data for model training. The goal is to sample examples the most informative examples with noisy labels with active learning and send them to the oracle for reannotation thus reducing the overall cost of reannotation. In this setting we tested three existing active learning methods, namely DBAL, Variance of Gradients (VoG) and BADGE. The proposed approach to data denoising is tested on the problem of offensive language detection. We observe that active learning can be effectively used for the purposes of data denoising, however care should be taken when choosing the algorithm for this purpose.
BibTeX
@inproceedings{pelicon-etal-2024-denoising,
title = "Denoising Labeled Data for Comment Moderation Using Active Learning",
author = "Pelicon, Andra{\v{z}} and
Karan, Vanja Mladen and
Shekhar, Ravi and
Purver, Matthew and
Pollak, Senja",
editor = "Calzolari, Nicoletta and
Kan, Min-Yen and
Hoste, Veronique and
Lenci, Alessandro and
Sakti, Sakriani and
Xue, Nianwen",
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
month = may,
year = "2024",
address = "Torino, Italia",
publisher = "ELRA and ICCL",
url = "https://aclanthology.org/2024.lrec-main.413/",
pages = "4626--4633"
}