Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,38 +1,54 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
splits:
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
tags:
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
task_categories:
|
| 33 |
-
|
| 34 |
-
|
| 35 |
pretty_name: AttackViz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
---
|
| 37 |
|
| 38 |
# AttackViz
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: image
|
| 5 |
+
dtype: image
|
| 6 |
+
- name: chart_type
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: question
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: question_class
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: gold
|
| 13 |
+
list: string
|
| 14 |
+
- name: correct_or_misleading
|
| 15 |
+
dtype: int64
|
| 16 |
+
- name: misleader
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: annotations
|
| 19 |
+
list: string
|
| 20 |
splits:
|
| 21 |
+
- name: train
|
| 22 |
+
num_bytes: 227281966
|
| 23 |
+
num_examples: 6059
|
| 24 |
+
- name: val
|
| 25 |
+
num_bytes: 232938718
|
| 26 |
+
num_examples: 6146
|
| 27 |
+
- name: test
|
| 28 |
+
num_bytes: 222234422
|
| 29 |
+
num_examples: 6042
|
| 30 |
+
download_size: 736621719
|
| 31 |
+
dataset_size: 682455106
|
| 32 |
tags:
|
| 33 |
+
- charts
|
| 34 |
+
- data-visualization
|
| 35 |
+
- visual-question-answering
|
| 36 |
+
- image-classification
|
| 37 |
+
- misleading-visualizations
|
| 38 |
+
- arxiv:2601.12983
|
| 39 |
task_categories:
|
| 40 |
+
- image-classification
|
| 41 |
+
- visual-question-answering
|
| 42 |
pretty_name: AttackViz
|
| 43 |
+
configs:
|
| 44 |
+
- config_name: default
|
| 45 |
+
data_files:
|
| 46 |
+
- split: train
|
| 47 |
+
path: data/train-*
|
| 48 |
+
- split: val
|
| 49 |
+
path: data/val-*
|
| 50 |
+
- split: test
|
| 51 |
+
path: data/test-*
|
| 52 |
---
|
| 53 |
|
| 54 |
# AttackViz
|