Datasets:
Improve dataset card: add metadata, paper link and sample usage
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
I've updated the dataset card to improve its visibility and documentation:
- Added YAML metadata (license and task categories).
- Linked the research paper to the Hugging Face Papers page.
- Added a sample usage section based on the instructions found in the GitHub repository.
- Maintained existing dataset statistics and performance reports.
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!
mtybilly changed pull request status to closed