Add metadata, paper link, and GitHub repository

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image_id
@@ -27,3 +30,33 @@ configs:
27
  - split: train
28
  path: data/train-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - image-text-to-text
5
  dataset_info:
6
  features:
7
  - name: image_id
 
30
  - split: train
31
  path: data/train-*
32
  ---
33
+
34
+ # SketchVLM: Physics Ball Drop Dataset
35
+
36
+ This dataset is part of the **SketchVLM** framework, which enables Vision-Language Models (VLMs) to produce non-destructive, editable SVG overlays on input images to visually explain their reasoning. The **Physics Ball Drop** benchmark specifically evaluates a model's ability to predict the trajectory of a ball through obstacles (based on PHYRE).
37
+
38
+ - **Paper:** [SketchVLM: Vision language models can annotate images to explain thoughts and guide users](https://huggingface.co/papers/2604.22875)
39
+ - **Project Page:** [https://sketchvlm.github.io/](https://sketchvlm.github.io/)
40
+ - **GitHub Repository:** [https://github.com/Brandon-Collins7/sketchvlm](https://github.com/Brandon-Collins7/sketchvlm)
41
+
42
+ ### Sample Usage
43
+
44
+ To download the dataset using the Hugging Face CLI, run:
45
+
46
+ ```bash
47
+ huggingface-cli download loganbolton/sketchvlm-physics-ball-drop --repo-type dataset --local-dir datasets/ball_drop
48
+ ```
49
+
50
+ ### Citation
51
+
52
+ ```bibtex
53
+ @misc{collins2026sketchvlmvisionlanguagemodels,
54
+ title={SketchVLM: Vision language models can annotate images to explain thoughts and guide users},
55
+ author={Brandon Collins and Logan Bolton and Hung Huy Nguyen and Mohammad Reza Taesiri and Trung Bui and Anh Totti Nguyen},
56
+ year={2026},
57
+ eprint={2604.22875},
58
+ archivePrefix={arXiv},
59
+ primaryClass={cs.CV},
60
+ url={https://arxiv.org/abs/2604.22875},
61
+ }
62
+ ```