Datasets:

Modalities:
Image
Text
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
hsun77 commited on
Commit
b41508f
·
verified ·
1 Parent(s): 380c8b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -23
README.md CHANGED
@@ -24,18 +24,6 @@ The dataset contains:
24
  - **Two modalities**: `image` or `video`
25
  - **Two question formats**: `multiple-choice` (MC) or `true/false` (TF)
26
 
27
- ---
28
-
29
- ## 🧩 Reasoning Types
30
-
31
- The benchmark questions challenge perceptual consistency through:
32
-
33
- - Object identity under occlusion
34
- - Shape/color constancy
35
- - Spatial invariance
36
- - Visual illusions
37
- - Comparative reasoning across altered perspectives
38
- - Common physical scene understanding
39
 
40
  ---
41
 
@@ -77,7 +65,7 @@ data/
77
  ```
78
 
79
  - The `metadata.jsonl` files store structured entries for each modality.
80
- - `.gif` files are stored in `videos/` and marked as `media_type = video` to ensure compatibility with Dataset Viewer.
81
 
82
  ---
83
 
@@ -85,12 +73,12 @@ data/
85
 
86
  ```json
87
  {
88
- "file_name": "a0044.gif",
89
- "media_type": "video",
90
  "question_type": "TF",
91
- "sec_label": 3,
92
- "question": "Are the two monsters in the picture actually the same size?",
93
- "correct_answer": "Yes"
94
  }
95
  ```
96
 
@@ -101,11 +89,14 @@ data/
101
  If you use this dataset, please cite:
102
 
103
  ```bibtex
104
- @misc{sun2025perceptualconstancy,
105
- title={Probing Perceptual Constancy in Vision-Language Models},
106
- author={Haoran Sun and Qingying Gao and Haiyun Lyu and Dezhi Luo and Yijiang Li and Hokin Deng},
107
  year={2025},
108
- note={In preparation}
 
 
 
109
  }
110
  ```
111
 
@@ -113,4 +104,4 @@ If you use this dataset, please cite:
113
 
114
  ## 🤝 Acknowledgments
115
 
116
- This dataset is developed by the Grow AI Like a Child community to support structured, curriculum-aligned evaluation of visual invariance and high-level perceptual reasoning.
 
24
  - **Two modalities**: `image` or `video`
25
  - **Two question formats**: `multiple-choice` (MC) or `true/false` (TF)
26
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ---
29
 
 
65
  ```
66
 
67
  - The `metadata.jsonl` files store structured entries for each modality.
68
+ - `.gif` files are stored in `videos/` and marked as `media_type = video`.
69
 
70
  ---
71
 
 
73
 
74
  ```json
75
  {
76
+ "file_name": "a0033.JPG",
77
+ "media_type": "image",
78
  "question_type": "TF",
79
+ "sec_label": 1.0,
80
+ "question": "In the picture, has the actual color of the bridge itself changed?",
81
+ "correct_answer": "No"
82
  }
83
  ```
84
 
 
89
  If you use this dataset, please cite:
90
 
91
  ```bibtex
92
+ @misc{sun2025probingperceptualconstancylarge,
93
+ title={Probing Perceptual Constancy in Large Vision Language Models},
94
+ author={Haoran Sun and Suyang Yu and Yijiang Li and Qingying Gao and Haiyun Lyu and Hokin Deng and Dezhi Luo},
95
  year={2025},
96
+ eprint={2502.10273},
97
+ archivePrefix={arXiv},
98
+ primaryClass={cs.CV},
99
+ url={https://arxiv.org/abs/2502.10273},
100
  }
101
  ```
102
 
 
104
 
105
  ## 🤝 Acknowledgments
106
 
107
+ This dataset is developed by the Grow AI Like a Child community to support structured.