I am training for a multilabel classification task where it's expected to predict no class in some cases
Based on your experience is there some suggestion on how to train well for this?
Options I am considering -
- Train with just a selected text string like "others" / "none of the above"
- Don't make anything for special class, simply setting output logits to 0 vector and using MLP scorer
- Add a special token to represent "others" / "none of the above" class