X-Transformer icon indicating copy to clipboard operation
X-Transformer copied to clipboard

multi-label classification / paperswithcode dataset

Open ghost opened this issue 5 years ago • 1 comments

Hi guys,

Hope you are all well !

I was wondering if X-Transformer can handle multi-label classification with 1560 labels.

More precisely, I would like to apply it to paperswithcode dataset where labels are called tasks.

Refs:

Thanks for any insights or inputs on that.

Cheers, X

ghost avatar Sep 14 '20 08:09 ghost

@OctoberChang please correct me if I'm wrong but I believe so, but you'll need to write preprocessing logic. I don't think your dataset would benefit from PIFA either if the labels are single words. This is a magical repo for the exact XMLC task but also may be overkill for only 1500 labels, especially if each instance is only assigned to one label. I would try writing a pipeline with a transformer with a linear head (rather than the matcher/ranker) first and see if that's feasible.

simonlevine avatar Sep 29 '20 23:09 simonlevine