noisy_labels icon indicating copy to clipboard operation
noisy_labels copied to clipboard

What are the simplest methods for the label noise problem?

Open guotong1988 opened this issue 5 years ago • 1 comments

If I have enough low quality data from unsupervised methods or rule-based methods.

I read from https://github.com/subeeshvasu/Awesome-Learning-with-Label-Noise ,but these methods are a little complex for me.

In detail, I deal with a multi-label classification task. First I crawl web page such as wiki and use regex-based rule to mark the label. The model input is the wiki title and the model output is the rule-matched labels from wiki content. My task is to predict the labels for the wiki title.

Do you think removing the wrong data predicted by trained model is a simple but effective method?

@udibr Thank you very much!

guotong1988 avatar Jun 03 '20 02:06 guotong1988

It does, I think. But how could you know the data point is wrong, what is your definition for "wrong"?

Billy1900 avatar Apr 18 '21 08:04 Billy1900