--- language: - en license: cc-by-4.0 size_categories: - n<1K task_categories: - visual-question-answering - image-classification - object-detection tags: - anomaly-detection - commonsense-reasoning - vision-language - benchmark - real-world - visual-grounding pretty_name: "CAVE: Commonsense Anomalies in Visual Environments" dataset_info: features: - name: image dtype: image - name: num_anomaly dtype: int32 - name: image_description dtype: string - name: anomaly_description dtype: string - name: anomaly_explanation dtype: string - name: anomaly_justification dtype: string - name: anomaly_category dtype: string - name: severity_score dtype: float32 - name: surprisal_score dtype: float32 - name: complexity_score dtype: float32 - name: bbox_x1 dtype: float32 - name: bbox_y1 dtype: float32 - name: bbox_x2 dtype: float32 - name: bbox_y2 dtype: float32 ---