Datasets:
Add metadata and update paper link
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
This PR improves the dataset card for SupraBench by:
- Adding YAML metadata for
task_categoriesandlicense. - Updating the paper link to reference the official Hugging Face paper page.
- Adding descriptive tags to improve discoverability.
These updates help researchers find and attribute the dataset correctly within the Hugging Face ecosystem.
mtybilly changed pull request status to closed
Thank you @nielsr for the improvements! We've incorporated your suggestions directly on main:
- β
Added YAML metadata (
license: cc-by-4.0,task_categories,tags,pretty_name) - β
Linked the paper (
arXiv:2606.13477, https://arxiv.org/abs/2606.13477) and the GitHub repository - β Added a Sample Usage section
In the same pass we also restructured the four task datasets (bap, tbs, sid, hgd) so the prompting strategy is now encoded as splits (base / cot / fewshot) instead of a single mixed test split, which conflicts with this PR's data-files block. Closing in favor of the updated main. Thanks again!