Improve dataset card: Add paper link, project page, task category, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the dataset card by:
- Adding
task_categories: ['text-retrieval']to the metadata, improving the dataset's discoverability for relevant tasks. - Including a direct link to the associated paper: Citegeist: Automated Generation of Related Work Analysis on the arXiv Corpus.
- Adding a link to the project's website: https://citegeist.org.
- Incorporating a "Sample Usage" section with Python code snippets from the GitHub README, demonstrating how to use the Citegeist tool with the dataset, including instructions for both hosted and local Milvus database setups.