Improve dataset card: Add metadata, links to paper, project, code, and usage guidance
#2
by
nielsr
HF Staff
- opened
This PR enhances the ClueWeb-Reco dataset card by:
- Adding
task_categories: ['text-retrieval', 'recommendation']andtags: ['recommender-systems', 'webpage-recommendation']to the metadata for improved discoverability. - Including direct links to the associated paper (https://huggingface.co/papers/2510.26095), project page (https://www.open-reco-bench.ai), and GitHub repository (https://github.com/cxcscmu/RecSys-Benchmark) in the content.
- Restructuring the introductory text for better clarity and context.
- Converting the "Utility files" section into a "Sample Usage" guide, explaining how to use the provided
ClueWeb22Api.pyandexample_dataset.pyfor data loading without fabricating code snippets. - Removing a commented-out YAML block from the Markdown content.
These changes provide more comprehensive information about the dataset and its usage, aligning with Hugging Face Hub best practices.