Improve dataset card: Add metadata, links, description, and sample usage

#1
by nielsr HF Staff - opened

This PR significantly enhances the dataset card for Critic-10K by adding crucial information and improving its structure:

  • Metadata: Added task_categories: image-to-image and license: cc-by-nc-4.0 for better discoverability and clear licensing.
  • Paper Link: Integrated a link to the associated paper: https://huggingface.co/papers/2511.20614.
  • Project Page & Code Links: Included direct links to the project page: https://ouyangziheng.github.io/ImageCritic-Page/ and the GitHub repository: https://github.com/HVision-NKU/ImageCritic.
  • Dataset Description: Added a concise overview of the dataset's purpose and construction, derived from the paper's abstract.
  • Sample Usage: Provided clear instructions and code snippets for downloading the dataset via Python (as found in the original GitHub README) and Git, along with a clarifying note for the Python script.
  • Citation: Included the BibTeX entry for easy academic attribution.
  • License in Content: Explicitly stated the license information within the markdown content for completeness.

These updates make the dataset card more informative and accessible for users.

ziheng1234 changed pull request status to merged

Sign up or log in to comment