chandrabhuma commited on
Commit
4582f4e
Β·
verified Β·
1 Parent(s): 97b7120

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +178 -0
README.md CHANGED
@@ -27,4 +27,182 @@ configs:
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
30
+ pretty_name: Screenspot5G_VQA
31
+ license: cc-by-4.0
32
+ task_categories:
33
+ - visual-question-answering
34
+ - image-text-to-text
35
+ language:
36
+ - en
37
+ multimodal:
38
+ - image
39
+ - text
40
+ size_categories:
41
+ - 1K<n<10K
42
  ---
43
+ πŸ“± Screenspot5G VQA Dataset
44
+
45
+ 🧾 Dataset Details
46
+
47
+ πŸ“Œ Dataset Description
48
+
49
+ Screenspot5G_VQA is a visual question answering (VQA) dataset for mobile screenshot understanding.
50
+ It is designed to evaluate a model’s ability to reason over real smartphone screen content, including UI elements, icons, layout structure, and visible text.
51
+ All images were captured using a real 5G smartphone, ensuring realistic visual characteristics such as screen resolution, font rendering, and UI density.
52
+ Device: OnePlus Nord CE 2 Lite 5G
53
+ Model Number: CPH2381
54
+ Language: English
55
+ License: CC BY 4.0
56
+
57
+ πŸ“Š Dataset Statistics
58
+ Split Samples Size
59
+ Train 1,177 ~33.3 MB
60
+ Test 295 ~8.7 MB
61
+ Total 1,472 ~42 MB
62
+ πŸ‘₯ Contributors
63
+
64
+ πŸŽ“ Faculty
65
+
66
+ πŸ‘¨β€πŸ« Dr. B. Chandra Mohan
67
+ Professor, Dept. of ECE
68
+ Bapatla Engineering College, Bapatla
69
+
70
+ πŸ‘¨β€πŸ« Sri K. Sri Harsha
71
+ Assistant Professor, Dept. of ECE
72
+ Bapatla Engineering College, Bapatla
73
+
74
+ πŸ‘¨β€πŸ« Dr. P. Vinod Babu
75
+ Associate Professor, Dept. of ECE
76
+ Bapatla Engineering College, Bapatla
77
+
78
+ πŸŽ“ Students
79
+
80
+ πŸ‘¨β€πŸŽ“ Yarramsetty Sindhu
81
+ Undergraduate Student, Dept. of ECE
82
+ Bapatla Engineering College, Bapatla
83
+
84
+ πŸ‘¨β€πŸŽ“ Vasipalli Prasanna
85
+ Undergraduate Student, Dept. of ECE
86
+ Bapatla Engineering College, Bapatla
87
+
88
+ πŸ‘¨β€πŸŽ“ Pilli Harsha Vardhan
89
+ Undergraduate Student, Dept. of ECE
90
+ Bapatla Engineering College, Bapatla
91
+
92
+ πŸ‘¨β€πŸŽ“ Thulava Vamsi
93
+ Undergraduate Student, Dept. of ECE
94
+ Bapatla Engineering College, Bapatla
95
+
96
+ 🎯 Uses
97
+ βœ… Direct Use
98
+
99
+ This dataset is suitable for:
100
+
101
+ πŸ“± Mobile UI understanding
102
+
103
+ πŸ‘οΈ Screenshot-based VQA
104
+
105
+ 🧠 Vision–Language Model (VLM) evaluation
106
+
107
+ β™Ώ Accessibility and assistive technologies
108
+
109
+ πŸ” UI element reasoning and screen comprehension
110
+
111
+ 🚫 Out-of-Scope Use
112
+
113
+ ### 🚫 Out-of-Scope Use
114
+
115
+ - πŸ”’ **Privacy-invasive monitoring**
116
+ -
117
+ - ⚠️ **Real-time automated decision-making without human oversight**
118
+ -
119
+ - πŸ”  **OCR-only benchmarking** (the dataset emphasizes reasoning, not just text extraction)
120
+
121
+ πŸ—‚οΈ Dataset Structure
122
+
123
+ Each sample in the dataset contains the following fields:
124
+
125
+ - πŸ†” **id** *(int64)*
126
+ Unique sample identifier
127
+
128
+ - πŸ–ΌοΈ **image_name** *(string)*
129
+ Filename of the captured screenshot
130
+
131
+ - ❓ **question** *(string)*
132
+ Natural language question referring to the screenshot
133
+
134
+ - βœ… **answer** *(string)*
135
+ Ground-truth answer corresponding to the question
136
+
137
+ - πŸ“· **image** *(image)*
138
+ Screenshot image used for visual reasoning
139
+
140
+ The dataset is provided with **πŸ§ͺ train/test splits** to support **reproducible evaluation**.
141
+
142
+
143
+ πŸ—οΈ Dataset Creation
144
+
145
+ 🎯 Curation Rationale
146
+
147
+ Modern Vision–Language Models (VLMs) often struggle with mobile screen understanding due to:
148
+
149
+ - 🧩 **Dense UI layouts**
150
+ - πŸ” **Small icons and fine-grained fonts**
151
+ - πŸ”€πŸ–ΌοΈ **Mixed visual–textual semantics**
152
+
153
+ **Screenspot5G_VQA** addresses this gap by using πŸ“± **real-device screenshots**, rather than synthetic UI renders, enabling more realistic evaluation of mobile screen understanding.
154
+
155
+
156
+ πŸ“₯ Source Data
157
+ πŸ”§ Data Collection and Processing
158
+
159
+ - πŸ“± **Screenshots captured manually** from a physical smartphone
160
+
161
+ - ❓ **Questions designed to test:**
162
+ - 🧩 **UI comprehension**
163
+ - πŸ”€ **Text understanding**
164
+ - πŸ‘οΈπŸ§  **Visual grounding and reasoning**
165
+
166
+ - πŸ€— **Dataset formatted for Hugging Face compatibility**
167
+
168
+
169
+ πŸ‘€ Who are the source data producers?
170
+
171
+ The dataset was created and annotated by the listed contributors using a personal mobile device.
172
+ No automated web scraping or third-party datasets were used.
173
+
174
+ 🏷️ Annotations
175
+ ✍️ Annotation Process
176
+
177
+ - ✍️ **Questions and answers were manually authored**
178
+ - 🎯 **Each question targets a visible element or semantic property of the screen**
179
+ - πŸ”’ **Single-answer VQA format**
180
+
181
+
182
+ πŸ‘₯ Who are the annotators?
183
+
184
+ The contributors listed above performed the annotation and validation.
185
+
186
+ πŸ” Personal and Sensitive Information
187
+
188
+ The dataset does not intentionally include personal, private, or sensitive information.
189
+ Screens were curated to avoid identifiable personal data.
190
+
191
+ βš–οΈ Bias, Risks, and Limitations
192
+
193
+ - πŸ“± **Screenshots are limited to a single smartphone model**
194
+ - πŸ€– **UI design reflects a specific Android ecosystem**
195
+ - 🌐 **Language coverage is limited to English**
196
+
197
+ πŸ“Œ Recommendations
198
+
199
+ - πŸ”„ **Combine with datasets from other devices** to improve model generalization
200
+ - πŸ§ πŸ”€ **Use alongside OCR benchmarks** for comprehensive screen understanding evaluation
201
+
202
+ πŸ“š Citation
203
+
204
+ If you use this dataset, please cite:
205
+ B. Chandra Mohan, K. Sri Harsha, P. Vinod Babu, Y. Sindhu, V. Prasanna, P. Harsha Vardhan, and T. Vamsi,
206
+ β€œScreenspot5G_VQA: A Visual Question Answering Dataset for Mobile Screenshot Understanding,”
207
+ Bapatla Engineering College, Dept. of Electronics and Communication Engineering, Bapatla, India, 2026.
208
+