Improve dataset card: Add metadata, links, and tags for discoverability

#2
by nielsr HF Staff - opened

This PR significantly improves the dataset card by addressing several key areas:

  • Metadata Consolidation: Moves the license, language, and size_categories from the end of the file into the correct YAML front matter block at the top.
  • Task Category Addition: Adds task_categories: image-segmentation to accurately reflect the dataset's use case in localizing artifacts.
  • Relevant Tags: Includes descriptive tags such as 3d-reconstruction, artifact-detection, image-quality-assessment, and human-annotation to enhance searchability.
  • Explicit Links: Adds direct and prominent links to the associated GitHub repository (https://github.com/nihermann/PuzzleSim), the specific project page (https://nihermann.github.io/puzzlesim/), and updates the paper link to the arXiv version (https://arxiv.org/abs/2411.17489).
  • Content Cleanup: Removes the incorrectly placed metadata block at the very end of the README.md file.

These changes ensure the dataset card is well-structured, discoverable, and provides comprehensive information for researchers.

Thanks a lot, Niels!

I changed some formatting and will proceed to merge the pr.

Cheers,
Nicolai

nihermann changed pull request status to merged

Sign up or log in to comment