Datasets:
Add dataset card and paper/code links
#1
by nielsr HF Staff - opened
This PR improves the dataset card for SupraBench. It adds:
- Relevant metadata (license and task categories).
- Links to the research paper and the official GitHub repository.
- A summary of the fundamental tasks included in the benchmark.
- Sample usage instructions for running evaluations using the provided source code.
- The BibTeX citation for the paper.
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