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_categoriesascode-generationand relevanttags(lean,formal-verification,theorem-proving,benchmark) to the metadata for better discoverability. - Adding
language: ento 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.