flairNLP / fabricator

[EMNLP 2023 Demo] fabricator - annotating and generating datasets with large language models.
Apache License 2.0
99 stars 13 forks source link

Naming of sampling strategies #77

Open whoisjones opened 11 months ago

whoisjones commented 11 months ago

Uniform always samples 1 class out of all classes whereas stratified 1 example per class. Might be confusing, to be improved.

HallerPatrick commented 11 months ago

Probably, also a good idea to allow for self-defined distribution for sampling (gauss, occurrence-based, custom)