Datasets:
Add paper link and GitHub repository to dataset card
#2
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the dataset card by:
- Linking the dataset to the associated paper: SupraBench: A Benchmark for Supramolecular Chemistry.
- Adding a link to the official GitHub repository for better reproducibility.
- Updating the metadata to include relevant task categories.
Linking artifacts to their papers and code helps with discoverability and provides users with the necessary context for using the data.
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!