nielsr HF Staff commited on
Commit
c39efa4
·
verified ·
1 Parent(s): ee619ae

Improve metadata: Update task category and add relevant tags

Browse files

This PR updates the `task_categories` metadata from `image-text-to-text` to `image-feature-extraction`, as the dataset is primarily used for diagnosing visual feature extraction and compositional failures in Vision-Language Models (VLMs), as described in the paper.

Additionally, relevant tags such as `vlm`, `mechanistic-interpretability`, `compositional-reasoning`, and `synthetic-data` have been added to enhance the dataset's discoverability and better reflect its characteristics and research focus.

Files changed (1) hide show
  1. README.md +59 -53
README.md CHANGED
@@ -1,56 +1,62 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: num_shapes
5
- dtype: int64
6
- - name: shape_0
7
- dtype: string
8
- - name: color_0
9
- dtype: string
10
- - name: position_0
11
- dtype: string
12
- - name: shape_1
13
- dtype: string
14
- - name: color_1
15
- dtype: string
16
- - name: position_1
17
- dtype: string
18
- - name: shape_2
19
- dtype: string
20
- - name: color_2
21
- dtype: string
22
- - name: position_2
23
- dtype: string
24
- - name: shape_3
25
- dtype: string
26
- - name: color_3
27
- dtype: string
28
- - name: position_3
29
- dtype: string
30
- - name: shape_4
31
- dtype: string
32
- - name: color_4
33
- dtype: string
34
- - name: position_4
35
- dtype: string
36
- - name: image
37
- dtype: image
38
- splits:
39
- - name: train
40
- num_bytes: 1559700
41
- num_examples: 500
42
- download_size: 1354975
43
- dataset_size: 1559700
44
- configs:
45
- - config_name: default
46
- data_files:
47
- - split: train
48
- path: data/train-*
49
- pretty_name: Toy Shapes Dataset
50
- arxiv: 2508.16652
51
- task_categories:
52
- - image-text-to-text
53
- ---
 
 
 
 
 
 
54
  This dataset is used in the work **"Do VLMs Have Bad Eyes? Diagnosing Compositional Failures via Mechanistic Interpretability"** [Paper](https://huggingface.co/papers/2508.16652)
55
 
56
  For more details, please refer to the [GitHub repository](https://github.com/Mystic-Slice/Do-VLMs-Have-Bad-Eyes).
 
1
+ ---
2
+ task_categories:
3
+ - image-feature-extraction
4
+ tags:
5
+ - vlm
6
+ - mechanistic-interpretability
7
+ - compositional-reasoning
8
+ - synthetic-data
9
+ pretty_name: Toy Shapes Dataset
10
+ dataset_info:
11
+ features:
12
+ - name: num_shapes
13
+ dtype: int64
14
+ - name: shape_0
15
+ dtype: string
16
+ - name: color_0
17
+ dtype: string
18
+ - name: position_0
19
+ dtype: string
20
+ - name: shape_1
21
+ dtype: string
22
+ - name: color_1
23
+ dtype: string
24
+ - name: position_1
25
+ dtype: string
26
+ - name: shape_2
27
+ dtype: string
28
+ - name: color_2
29
+ dtype: string
30
+ - name: position_2
31
+ dtype: string
32
+ - name: shape_3
33
+ dtype: string
34
+ - name: color_3
35
+ dtype: string
36
+ - name: position_3
37
+ dtype: string
38
+ - name: shape_4
39
+ dtype: string
40
+ - name: color_4
41
+ dtype: string
42
+ - name: position_4
43
+ dtype: string
44
+ - name: image
45
+ dtype: image
46
+ splits:
47
+ - name: train
48
+ num_bytes: 1559700
49
+ num_examples: 500
50
+ download_size: 1354975
51
+ dataset_size: 1559700
52
+ configs:
53
+ - config_name: default
54
+ data_files:
55
+ - split: train
56
+ path: data/train-*
57
+ arxiv: 2508.16652
58
+ ---
59
+
60
  This dataset is used in the work **"Do VLMs Have Bad Eyes? Diagnosing Compositional Failures via Mechanistic Interpretability"** [Paper](https://huggingface.co/papers/2508.16652)
61
 
62
  For more details, please refer to the [GitHub repository](https://github.com/Mystic-Slice/Do-VLMs-Have-Bad-Eyes).