Improve dataset card: Add task categories, links, description, and sample usage
#2
by nielsr HF Staff - opened
This PR enhances the dataset card by adding:
task_categories(text-classification) to the metadata.- A concise description of the dataset's purpose from the paper abstract and GitHub README.
- Links to the paper (https://huggingface.co/papers/2512.14738) and GitHub repository (https://github.com/ZhengxuYan/NoveltyRank).
- A "Sample Usage" section with a code snippet for SciBERT classification evaluation, taken directly from the GitHub README, to demonstrate how to use the dataset.