Improve dataset card: Add task categories, links, tags, and data download instructions
#3
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card by adding:
task_categories: ['text-generation']to accurately reflect the domain.- Relevant
tagssuch asdiffusion-models,reinforcement-learning,math-reasoning,code-generation, andreasoningfor better discoverability. - The
language: entag, as the content is in English. - A descriptive title and an introductory overview of the dataset.
- Links to the associated paper (https://huggingface.co/papers/2509.06949), the GitHub repository (https://github.com/Gen-Verse/dLLM-RL), and the Hugging Face project page (https://huggingface.co/collections/Gen-Verse/trado-series-68beb6cd6a26c27cde9fe3af).
- A "Sample Usage" section with explicit
bashcommands for downloading datasets, taken directly from the GitHub README. - The BibTeX citation for the associated research paper.
These additions provide essential information for users, making the dataset more accessible and easier to understand.