[WIP] Upload CommonSketch dataset (multi-commit 4951a8295545bcce0695d5b4c5acc7eea7915688625d5fae6b4050b151062ee3)

#1
This view is limited to 50 files because it contains too many changes. See the raw diff here.
README.md ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: CommonSketch
3
+ license: cc-by-4.0
4
+ task_categories:
5
+ - image-classification
6
+ - image-to-text
7
+ - visual-question-answering
8
+ language:
9
+ - en
10
+ tags:
11
+ - image
12
+ - sketch
13
+ - captions
14
+ - visual-question-answering
15
+ - commonsense
16
+ - abstraction
17
+ - computer-vision
18
+ size_categories:
19
+ - 10K<n<100K
20
+ ---
21
+
22
+ # CommonSketch
23
+
24
+ ## Dataset Summary
25
+
26
+ CommonSketch is a semantically annotated sketch dataset introduced in the paper [SEA: Evaluating Sketch Abstraction Efficiency via Element-level Commonsense Visual Question Answering](https://arxiv.org/abs/2603.28363). The dataset contains 23,100 human-drawn sketches across 300 object classes. Each sketch is paired with a fine-grained caption and element-level commonsense annotations for evaluating sketch abstraction and semantic recognizability.
27
+
28
+ ## Dataset Structure
29
+
30
+ ```text
31
+ CommonSketch/
32
+ images/
33
+ metadata.csv
34
+ captions.csv
35
+ vqa_element_annotation.json
36
+ metadata/
37
+ classes.csv
38
+ classes.txt
39
+ commonsense_elements.json
40
+ ```
41
+
42
+ ## Data Fields
43
+
44
+ The main row-level metadata is provided in `metadata.csv`.
45
+
46
+ | Field | Description |
47
+ | --- | --- |
48
+ | `file_name` | Relative path to the sketch image. |
49
+ | `caption` | Fine-grained caption describing the sketch. |
50
+ | `class_name` | Object class name. |
51
+ | `class_id` | Class identifier from `001` to `300`. |
52
+ | `category` | High-level category for the class. |
53
+
54
+ The `captions.csv` file provides the image-caption pairs with the following fields.
55
+
56
+ | Field | Description |
57
+ | --- | --- |
58
+ | `image` | Image file name. |
59
+ | `caption` | Fine-grained caption describing the sketch. |
60
+
61
+ ## Annotation Files
62
+
63
+ `vqa_element_annotation.json` contains image-level binary element annotations. Each annotation indicates whether a class-specific commonsense element is present in the sketch.
64
+
65
+ `metadata/commonsense_elements.json` defines the class-level commonsense element schema used by the VQA annotations. Each class entry includes its `class_id`, `total_elements`, and the list of element definitions.
66
+
67
+ `metadata/classes.csv` provides the 300 class names, class IDs, high-level categories, and the number of commonsense elements per class. `metadata/classes.txt` provides the class list only.
68
+
69
+ ## Category Statistics
70
+
71
+ | Category | # Classes |
72
+ | --- | ---: |
73
+ | animal | 61 |
74
+ | body part | 7 |
75
+ | clothing | 8 |
76
+ | container | 9 |
77
+ | electronic device | 22 |
78
+ | food | 28 |
79
+ | furniture | 25 |
80
+ | icon | 13 |
81
+ | musical instrument | 11 |
82
+ | nature | 14 |
83
+ | sports equipment | 14 |
84
+ | structure | 28 |
85
+ | tool | 37 |
86
+ | vehicle | 23 |
87
+
88
+ ## Usage
89
+
90
+ After upload to the Hugging Face Hub, the dataset can be loaded with:
91
+
92
+ ```python
93
+ from datasets import load_dataset
94
+
95
+ dataset = load_dataset("ziiio/CommonSketch")
96
+ ```
97
+
98
+ The `file_name` field in `metadata.csv` points to the image path under `images/`.
99
+
100
+ ## License
101
+
102
+ CommonSketch is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. If you use CommonSketch, please cite the SEA paper.
103
+
104
+ ## Citation
105
+
106
+ ```bibtex
107
+ @article{park2026sea,
108
+ title={SEA: Evaluating Sketch Abstraction Efficiency via Element-level Commonsense Visual Question Answering},
109
+ author={Park, Jiho and Choi, Sieun and Seo, Jaeyoon and Sohn, Minho and Kim, Yeana and Kim, Jihie},
110
+ journal={arXiv preprint arXiv:2603.28363},
111
+ year={2026}
112
+ }
113
+ ```
114
+
115
+ ## Links
116
+
117
+ - Paper: https://arxiv.org/abs/2603.28363
118
+ - PDF: https://arxiv.org/pdf/2603.28363
119
+ - Code: https://github.com/zihos/SEA
120
+ - Project page: https://zihos.github.io/SEA
121
+
122
+ ## Note
123
+
124
+ CommonSketch includes a subset of the SketchDUO dataset. For more information about SketchDUO, please refer to https://huggingface.co/datasets/ziiio/SketchDUO.
captions.csv ADDED
The diff for this file is too large to render. See raw diff
 
images/airplane_1.png ADDED

Git LFS Details

  • SHA256: b478f07aa61ca93919382b349434a20cd612c57a9624c73fc2ffb321b491d276
  • Pointer size: 130 Bytes
  • Size of remote file: 28.8 kB
images/airplane_10.png ADDED

Git LFS Details

  • SHA256: b27fb3e7f6cd0869e04b598b40ddb310b2ca9fecccf617230177a4258ebe7967
  • Pointer size: 130 Bytes
  • Size of remote file: 35.4 kB
images/airplane_11.png ADDED

Git LFS Details

  • SHA256: 2fcbc55202ea47de378e91cd5c87c184eb9842c9a6feb0d8b5c1e8055a0ee1e2
  • Pointer size: 130 Bytes
  • Size of remote file: 11.7 kB
images/airplane_12.png ADDED

Git LFS Details

  • SHA256: 7df6f9ec3ade909a03fe787a7c83c91e8acc1aa984ce305c5703867a40c12cea
  • Pointer size: 130 Bytes
  • Size of remote file: 11 kB
images/airplane_13.png ADDED

Git LFS Details

  • SHA256: 6dde0394c443f3a06dc00a60b346f94c840e5735f03558d83683100f39103f8c
  • Pointer size: 130 Bytes
  • Size of remote file: 13.6 kB
images/airplane_14.png ADDED

Git LFS Details

  • SHA256: 40decc37d0ef0f969664fee5bbd5b9381383fa69f39a68539a536c0b79c5bddb
  • Pointer size: 129 Bytes
  • Size of remote file: 9.8 kB
images/airplane_15.png ADDED

Git LFS Details

  • SHA256: 9aa55b3e309c82a45d7b93985a4b5b102b91ddb5eb6521edbc6a99723ff04e9b
  • Pointer size: 129 Bytes
  • Size of remote file: 9.79 kB
images/airplane_16.png ADDED

Git LFS Details

  • SHA256: fb64ac0f7ccee8a81d7984552bd1de123a8d8039c2665a762207cd0f0c4cdae8
  • Pointer size: 130 Bytes
  • Size of remote file: 15.1 kB
images/airplane_17.png ADDED

Git LFS Details

  • SHA256: 3b9c6245bf1a65e6935f438be6e99f143136e1c92fced1401a9bcc43df12296c
  • Pointer size: 130 Bytes
  • Size of remote file: 11.6 kB
images/airplane_18.png ADDED

Git LFS Details

  • SHA256: dbbc5c3b9a509d840f8893f5b0c3dd7a1965c8f13976ecdd3db7d50a683397ca
  • Pointer size: 130 Bytes
  • Size of remote file: 12 kB
images/airplane_19.png ADDED

Git LFS Details

  • SHA256: 962ba896c9257113ab4c6f0d1753a55c1ccc4264eb91ef77d51797e6b890435e
  • Pointer size: 130 Bytes
  • Size of remote file: 12.3 kB
images/airplane_2.png ADDED

Git LFS Details

  • SHA256: daf2b0e812163e60c3dc5fc3d00bf1d9e21256e1edf5398f343fe7e8be728c24
  • Pointer size: 130 Bytes
  • Size of remote file: 33.7 kB
images/airplane_20.png ADDED

Git LFS Details

  • SHA256: a8cca07123a9e5e699de6ae21a85eee89e02b9c05452f3028ae4f7822fb025c0
  • Pointer size: 130 Bytes
  • Size of remote file: 10.9 kB
images/airplane_21.png ADDED

Git LFS Details

  • SHA256: de1d6d1df52d3f1be550e447755ad52968f8699846e9f15de4b07b354eaaa891
  • Pointer size: 130 Bytes
  • Size of remote file: 45.1 kB
images/airplane_22.png ADDED

Git LFS Details

  • SHA256: 3a09794e60274b9e1681d78dc9819157c0566b409a33de3c26aa1cfd3a216ee9
  • Pointer size: 130 Bytes
  • Size of remote file: 46.9 kB
images/airplane_23.png ADDED

Git LFS Details

  • SHA256: 6419ba1f56fdad7291651caf07ab0f97f6562c5598e0b10d23acaa149bb9cb43
  • Pointer size: 130 Bytes
  • Size of remote file: 46.4 kB
images/airplane_24.png ADDED

Git LFS Details

  • SHA256: bd2c906aa1d574b6ef316793bf49a60a2e7c2f760a07644e8b4500b4119a6f16
  • Pointer size: 130 Bytes
  • Size of remote file: 36.8 kB
images/airplane_25.png ADDED

Git LFS Details

  • SHA256: ffd31ae9ed041fa298dd8947a55059f0817cf40c696efd76685046021c2b68b4
  • Pointer size: 130 Bytes
  • Size of remote file: 50.3 kB
images/airplane_26.png ADDED

Git LFS Details

  • SHA256: c5112afa3e2b3d4b127e10b95e9894942581645d4b877453c8a10871ef324c5e
  • Pointer size: 130 Bytes
  • Size of remote file: 49.1 kB
images/airplane_27.png ADDED

Git LFS Details

  • SHA256: 38e0c70877414ab91051753386bf2511b218ea0cbdd5acf977a8801bf15d53ea
  • Pointer size: 130 Bytes
  • Size of remote file: 39.5 kB
images/airplane_28.png ADDED

Git LFS Details

  • SHA256: 2876682c92e59b1cc7738d68a0dd20f365d80f024bf795525bccc72044e6c930
  • Pointer size: 130 Bytes
  • Size of remote file: 48 kB
images/airplane_29.png ADDED

Git LFS Details

  • SHA256: 2a2596c8a2b14a43ce9437f8c46d75d27091afcbce32c7ee9e3d404c9159ee6c
  • Pointer size: 130 Bytes
  • Size of remote file: 47.2 kB
images/airplane_3.png ADDED

Git LFS Details

  • SHA256: a17d686510faf491e95983519d408f8ff73ad00c2f2b0d439a49ea256ae438ce
  • Pointer size: 130 Bytes
  • Size of remote file: 21.4 kB
images/airplane_30.png ADDED

Git LFS Details

  • SHA256: f584fd27ca48ed6c5ec574a8022faa30c03a2909dc95efc2f96779452207e9da
  • Pointer size: 130 Bytes
  • Size of remote file: 48.4 kB
images/airplane_31.png ADDED

Git LFS Details

  • SHA256: b8542b7ea5b8b18c2d71c8e3daf95c73bd52d2527dfbe65c4eb86ff336659094
  • Pointer size: 130 Bytes
  • Size of remote file: 15.3 kB
images/airplane_32.png ADDED

Git LFS Details

  • SHA256: 49aeccb7d4f7785b071c2b051d2edcbf7d5f1b8edf28d647730645d7073410fe
  • Pointer size: 130 Bytes
  • Size of remote file: 15.3 kB
images/airplane_33.png ADDED

Git LFS Details

  • SHA256: 6ad72a7e07ec25558001e44ef1e542d9efd8208d541bfc3a089f739717ad12b3
  • Pointer size: 130 Bytes
  • Size of remote file: 16.4 kB
images/airplane_34.png ADDED

Git LFS Details

  • SHA256: 314b10a7e92085187a8c0ae39a3e3de7840863041422b6479903020a62f8d8d2
  • Pointer size: 130 Bytes
  • Size of remote file: 15.1 kB
images/airplane_35.png ADDED

Git LFS Details

  • SHA256: 17f6e59cf477a1ee9c5fd3cc9bbafe8a904754d8f28d8e61532e20abe13dde14
  • Pointer size: 130 Bytes
  • Size of remote file: 16.6 kB
images/airplane_36.png ADDED

Git LFS Details

  • SHA256: 21f63485d448e1a03484a395050208786ac419ca08030eedb01a9b44606e8f10
  • Pointer size: 130 Bytes
  • Size of remote file: 12.8 kB
images/airplane_37.png ADDED

Git LFS Details

  • SHA256: 1379bd9aa009f907b4c74de2d56dcc695976393194dd684b4a9df31abcc4b64d
  • Pointer size: 130 Bytes
  • Size of remote file: 12.3 kB
images/airplane_38.png ADDED

Git LFS Details

  • SHA256: e436da589cc54d4a00f7e93e3a15afbed38a52f9f6f4fd0eb584b0211249dcda
  • Pointer size: 130 Bytes
  • Size of remote file: 17.5 kB
images/airplane_39.png ADDED

Git LFS Details

  • SHA256: 39ea3d97b5af2e057e720acc5c467a9fa7317a55259ebe412b7a4df0d22c7525
  • Pointer size: 130 Bytes
  • Size of remote file: 16.2 kB
images/airplane_4.png ADDED

Git LFS Details

  • SHA256: 236f0c424fa5e95b138c6425caa70346a66798e77736b266d8aaa1e0c3f2166b
  • Pointer size: 130 Bytes
  • Size of remote file: 28.2 kB
images/airplane_40.png ADDED

Git LFS Details

  • SHA256: 7498927c05980df31ea984ef076de23da6302e58a197a136579b4b2d680ee9b5
  • Pointer size: 130 Bytes
  • Size of remote file: 20.4 kB
images/airplane_41.png ADDED

Git LFS Details

  • SHA256: f80a8d0975702c59185ca6cc19dd69c5b4098e4fabf7805c5eac57dc1bdbf2ce
  • Pointer size: 130 Bytes
  • Size of remote file: 30.3 kB
images/airplane_42.png ADDED

Git LFS Details

  • SHA256: e746f0f4cc58c2ada1851593155c8142b5a2b4850770d057851d4b2bb5a38a4d
  • Pointer size: 130 Bytes
  • Size of remote file: 34.7 kB
images/airplane_43.png ADDED

Git LFS Details

  • SHA256: ea0a6b733b2fc7f2962f4726512f548ad2bf34079b0f8f4f7d1f9e7c9166a572
  • Pointer size: 130 Bytes
  • Size of remote file: 41.2 kB
images/airplane_44.png ADDED

Git LFS Details

  • SHA256: 4f8b755ee4ad79cbfec8f680a55ac66e8d64eedc54dae9bff706b9bd99b333db
  • Pointer size: 130 Bytes
  • Size of remote file: 29.5 kB
images/airplane_45.png ADDED

Git LFS Details

  • SHA256: 7f8c7bfc820676325f7abc9eab8557e0b0de268c14d179e3889d57aced305f0f
  • Pointer size: 130 Bytes
  • Size of remote file: 28.6 kB
images/airplane_46.png ADDED

Git LFS Details

  • SHA256: fd239e354845da55ad276e64ff08c5d90554dbe0e977cedad941293c0ffb4312
  • Pointer size: 130 Bytes
  • Size of remote file: 22.9 kB
images/airplane_47.png ADDED

Git LFS Details

  • SHA256: 1909671272a5a39860b5e5c2e8ec602d3e85865e2179d7c0b8eea0cfefb5a892
  • Pointer size: 130 Bytes
  • Size of remote file: 29.7 kB
images/airplane_48.png ADDED

Git LFS Details

  • SHA256: ef814076a72f0de070890c5b190fefe736bf0b19c4c9e1c07ae1ad0247318970
  • Pointer size: 130 Bytes
  • Size of remote file: 29.9 kB
images/airplane_49.png ADDED

Git LFS Details

  • SHA256: 906e75f52690d8b98ef080aa440cc0b77768916c201f6bbe0294411ea4c02d2c
  • Pointer size: 130 Bytes
  • Size of remote file: 24.4 kB
images/airplane_5.png ADDED

Git LFS Details

  • SHA256: ee26c03a0f1a09ad2308a4cd013c0197e0fa54678130c45d91400132d7afa5c0
  • Pointer size: 130 Bytes
  • Size of remote file: 25.8 kB
images/airplane_50.png ADDED

Git LFS Details

  • SHA256: 25680b63bb308e697e7931625c81bddced373967506ecea9d8a330d286cacace
  • Pointer size: 130 Bytes
  • Size of remote file: 14.7 kB
images/airplane_51.png ADDED

Git LFS Details

  • SHA256: 63b5f62754502c96e6866b1ce49c6e0b557a836767effc34722304b79ca529ca
  • Pointer size: 130 Bytes
  • Size of remote file: 37.1 kB
images/airplane_52.png ADDED

Git LFS Details

  • SHA256: 7ec6d8563114c95244ac55915f2e4fd0e56abb98551a240fe9ece31d9531b044
  • Pointer size: 130 Bytes
  • Size of remote file: 37.7 kB