microsoft / ASTRA

Self-training with Weak Supervision (NAACL 2021)
MIT License
157 stars 22 forks source link

ASTRA Multi-Label #5

Open hanshupe opened 2 years ago

hanshupe commented 2 years ago

Can the ASTRA framework also be used for multi-label classifications? As I understood weak supervisors are taking advantage of conflicting rules and labels, which would not work with multi-labels. Any ideas?

gkaramanolakis commented 2 years ago

The current version of ASTRA supports multi-class classification but it is possible to modify it for multi-label classification problems.

You can see Issue #3 for details on supporting multi-label classification.