Add task category, paper/code links, dataset description, and data generation example
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card for shengyuf/RLD4CO by:
- Adding the
graph-mltask category and relevant tags (combinatorial-optimization,graph-generation) for better discoverability on the Hugging Face Hub. - Including a direct link to the paper (https://huggingface.co/papers/2502.00277) for comprehensive research context.
- Linking to the associated GitHub repository (https://github.com/Shengyu-Feng/RLD4CO) for access to the code and further implementation details.
- Providing a descriptive introduction to the dataset's contents, clarifying that it provides test data and data generation scripts for combinatorial optimization problems.
- Incorporating a sample usage snippet for data generation, as explicitly found in the GitHub README, to guide users on how to generate similar graph instances.
- Adding the official BibTeX citation for proper academic attribution.