Improve dataset card: Add paper/project links, task categories, tags, description, and sample usage

#2
by nielsr HF Staff - opened

This PR significantly enhances the dataset card for Verina.
Changes include:

  • Adding task_categories as code-generation and relevant tags (lean, formal-verification, theorem-proving, benchmark) to the metadata for better discoverability.
  • Adding language: en to the metadata.
  • Adding direct links to the official Hugging Face paper page (https://huggingface.co/papers/2505.23135) and the project page (https://verina.io).
  • Providing an introductory description of the benchmark derived from the paper abstract and GitHub README.
  • Including a "Dataset Structure" section from the GitHub README to explain the dataset's internal organization.
  • Adding a comprehensive "Sample Usage" section with code snippets from the GitHub README demonstrating setup, running benchmarks, and reading results.
  • Adding the BibTeX citation information.

These updates will make the dataset more discoverable, easier to understand, and more user-friendly for researchers.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment