Improve dataset card: Add paper, code links, task categories, and description
#1
by nielsr HF Staff - opened
This PR significantly enhances the gPRM-8B-test dataset card by providing more comprehensive information and metadata.
Key changes include:
- Metadata Enrichment:
- Added
task_categories: ['text-ranking']to align with the dataset's role in evaluating reward models for reasoning. - Included
language: ['en']as the dataset content and documentation are in English. - Added descriptive
tags:reward-modeling,preference-alignment,multi-domain, andllm-evaluationfor improved discoverability.
- Added
- Content Updates:
- Introduced a descriptive title:
gPRM-8B-test: Reward Dataset for Multi-Domain Test-Time Scaling. - Added a clear introductory paragraph explaining the dataset's purpose and context within the associated paper.
- Included a direct link to the paper: Rethinking Reward Models for Multi-Domain Test-Time Scaling.
- Added a link to the project's GitHub repository: https://github.com/db-Lee/Multi-RM.
- Preserved the existing
Usagesection, which provides practical code snippets for loading the dataset. - Added the BibTeX citation provided in the GitHub README for proper attribution.
- Introduced a descriptive title:
These improvements make the dataset card more informative, discoverable, and user-friendly for researchers.