Improve dataset card: Update task categories, add links and sample usage
#2
by
nielsr
HF Staff
- opened
This PR enhances the dataset card for the Seeing Culture Benchmark (SCB) by:
- Updating Metadata:
- Changing
task_categories
fromvisual-question-answering
andobject-detection
toimage-text-to-text
andimage-segmentation
to more accurately reflect the dataset's focus on VQA and cultural artifact segmentation. - Adding
language: en
and descriptivetags
(vqa
,cultural-understanding
,cultural
) for improved discoverability.
- Changing
- Adding Top-level Links:
- Inserting Markdown links to the paper (https://huggingface.co/papers/2509.16517), project page (https://seeingculture-benchmark.github.io/), and GitHub repository (https://github.com/buraksatar/SeeingCulture) at the top of the README for quick access.
- Removing the outdated and commented-out HTML badge block.
- Adding Sample Usage:
- Including a "Sample Usage" section with code snippets from the GitHub README to guide users on how to set up and use the MCQ Generator.
- Ensuring Link Consistency:
- Correcting the GitHub link in the "Loading the dataset" section to
https://github.com/buraksatar/SeeingCulture
.
- Correcting the GitHub link in the "Loading the dataset" section to
- Updating Citation Information:
- Modifying the introductory text for the citation to reflect that the BibTeX information is already available below. The arXiv URL in the BibTeX itself remains unchanged as per guidelines.
These changes significantly improve the clarity, navigability, and completeness of the dataset card.
Nice catches, appreciated!
buraksatar
changed pull request status to
merged