Improve dataset card: Add paper/code links, update task categories, add sample usage and citation
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card for SAMM by:
- Adding a direct link to the associated paper: https://huggingface.co/papers/2509.12653.
- Linking to the official GitHub repository for code and further details: https://github.com/shen8424/SAMM-RamDG-CAP.
- Updating
task_categoriesto includeimage-text-to-textandobject-detectionalongside the existingtoken-classificationandtext-classification, to more accurately reflect the multimodal detection and grounding tasks addressed by the dataset. - Adding descriptive
tagssuch asmultimodal,manipulation-detection,media-forensics, anddeepfake-detectionfor better discoverability. - Incorporating a detailed introduction from the paper abstract and GitHub README, including project overview images.
- Adding a comprehensive "Sample Usage" section with code snippets for environment setup, data preparation, training, and testing, directly from the GitHub repository.
- Including the BibTeX citation for the paper.
This update makes the dataset more discoverable, informative, and actionable for researchers interested in multimodal media forensics.