Question: 48-class specialty classification vs 2-class dental/not_dental?
#1
by Mungeon7 - opened
Hi!
I'm reading your paper “NLP modeling recommendations for restricted data availability in clinical settings” and trying to reproduce the referral specialty classification task.
In the paper, it is described as a 48-class (multilabel) dataset with ~3.4M training examples, but on Hugging Face the dataset viewer shows 2 classes (dental / not_dental) and a smaller dataset size.
Could you please clarify whether the 48-class version is available (e.g., another config/subset) and how to access it?
Thank you!