Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SelfMix: Robust Learning Against Textual Label Noise with Self-Mixup Training

About

The conventional success of textual classification relies on annotated data, and the new paradigm of pre-trained language models (PLMs) still requires a few labeled data for downstream tasks. However, in real-world applications, label noise inevitably exists in training data, damaging the effectiveness, robustness, and generalization of the models constructed on such data. Recently, remarkable achievements have been made to mitigate this dilemma in visual data, while only a few explore textual data. To fill this gap, we present SelfMix, a simple yet effective method, to handle label noise in text classification tasks. SelfMix uses the Gaussian Mixture Model to separate samples and leverages semi-supervised learning. Unlike previous works requiring multiple models, our method utilizes the dropout mechanism on a single model to reduce the confirmation bias in self-training and introduces a textual-level mixup training strategy. Experimental results on three text classification benchmarks with different types of text show that the performance of our proposed method outperforms these strong baselines designed for both textual and visual data under different noise ratios and noise types. Our code is available at https://github.com/noise-learning/SelfMix.

Dan Qiao, Chenchen Dai, Yuyang Ding, Juntao Li, Qiang Chen, Wenliang Chen, Min Zhang• 2022

Related benchmarks

TaskDatasetResultRank
Text ClassificationAG-News
Accuracy93.16
248
Sentiment ClassificationSST2 (test)
Accuracy91.02
214
Text ClassificationTREC (test)
Accuracy95.2
113
Text ClassificationIMDB (test)
Accuracy93.78
77
Text ClassificationIMDB synthetic noise (test)
Accuracy89.13
50
Text ClassificationAGNews synthetic noise (test)
Accuracy91.37
50
Text ClassificationTrec synthetic noise (test)
Accuracy95.2
34
News topic classification20 Newsgroups 40% Asymmetric Noise
Accuracy72.5
24
News topic classification20 Newsgroups 40% Instance-Dependent Noise
Accuracy74.4
24
News topic classification20 Newsgroups 20% Symmetric Noise
Accuracy80.46
24
Showing 10 of 42 rows

Other info

Follow for update