Datasets:
Improve dataset card: Add task categories, metadata tags, paper info, abstract, links, sample usage, and evaluation scripts
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card for DSI-Bench by adding crucial information for users. Specifically, it includes:
- The
task_categories: ['video-text-to-text']to the metadata, improving discoverability. - Relevant
tagssuch asvideo-question-answering,video-understanding,spatial-reasoning,benchmark, and3d. - A link to the official Hugging Face paper: https://huggingface.co/papers/2510.18873
- Direct links to the project page (https://dsibench.github.io/) and the GitHub repository (https://github.com/SpatialVision/dsibench).
- The paper abstract for a concise overview of the dataset.
- A comprehensive "Sample Usage" section, featuring code snippets for installation, data download, inference with the Qwen API, and evaluation of model performance, all directly from the GitHub README.
- The BibTeX citation for referencing the work.
These additions provide a much more comprehensive and user-friendly resource for researchers interested in Dynamic Spatial Intelligence.
Viglong
changed pull request status to
merged