Create README.md
#2
by Syrielle - opened
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
+
task_categories:
|
| 8 |
+
- visual-question-answering
|
| 9 |
+
- image-classification
|
| 10 |
+
- object-detection
|
| 11 |
+
tags:
|
| 12 |
+
- anomaly-detection
|
| 13 |
+
- commonsense-reasoning
|
| 14 |
+
- vision-language
|
| 15 |
+
- benchmark
|
| 16 |
+
- real-world
|
| 17 |
+
- visual-grounding
|
| 18 |
+
pretty_name: "CAVE: Commonsense Anomalies in Visual Environments"
|
| 19 |
+
dataset_info:
|
| 20 |
+
features:
|
| 21 |
+
- name: image
|
| 22 |
+
dtype: image
|
| 23 |
+
- name: num_anomaly
|
| 24 |
+
dtype: int32
|
| 25 |
+
- name: image_description
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: anomaly_description
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: anomaly_explanation
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: anomaly_justification
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: anomaly_category
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: severity_score
|
| 36 |
+
dtype: float32
|
| 37 |
+
- name: surprisal_score
|
| 38 |
+
dtype: float32
|
| 39 |
+
- name: complexity_score
|
| 40 |
+
dtype: float32
|
| 41 |
+
- name: bbox_x1
|
| 42 |
+
dtype: float32
|
| 43 |
+
- name: bbox_y1
|
| 44 |
+
dtype: float32
|
| 45 |
+
- name: bbox_x2
|
| 46 |
+
dtype: float32
|
| 47 |
+
- name: bbox_y2
|
| 48 |
+
dtype: float32
|
| 49 |
+
|
| 50 |
+
---
|