Improve dataset card: Add metadata, paper link, code link, and citation
#1
by nielsr HF Staff - opened
This PR significantly improves the dataset card for dORM-8B-test by:
- Adding
task_categories: ['text-ranking'],language: ['en'], and relevanttags(reward-model,multi-domain,llm-evaluation) to the YAML metadata, enhancing discoverability. - Providing a direct link to the associated paper (https://huggingface.co/papers/2510.00492).
- Including a link to the GitHub repository (https://github.com/db-Lee/Multi-RM).
- Adding a descriptive introduction to better contextualize the dataset.
- Including the BibTeX citation for proper academic attribution, extracted from the GitHub README.
The existing sample usage has been preserved.