Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
yyyyifan commited on
Commit
77e36b7
·
verified ·
1 Parent(s): 238a47a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -396,7 +396,45 @@ pretty_name: visual_language
396
 
397
  This dataset is used to evaluate how Large Vision-Language Models (LVLMs) perform the visual question-answering tasks: understanding the input image or halluciating with the knowledge in the language module.
398
 
399
- We provide a testmini set that includes all types of evaluations.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
 
401
  # Citation
402
 
 
396
 
397
  This dataset is used to evaluate how Large Vision-Language Models (LVLMs) perform the visual question-answering tasks: understanding the input image or halluciating with the knowledge in the language module.
398
 
399
+ We provide a testmini set that includes all types of evaluations. More details can be found below.
400
+
401
+ ---
402
+
403
+ * **testmini**: a subset of all types of evaluation.
404
+
405
+
406
+ * **Entity_KF_NR**: a QA dataset to evaluate the model's **recognition ability** of **entities** under the **knowledge-free** setting.
407
+
408
+ * **Entity_KF_NC**: a QA dataset to evaluate the model's **counting ability** of **entities** under the **knowledge-free** setting.
409
+
410
+ * **Entity_KR_NR**: a QA dataset to evaluate the model's **recognition ability** of **entities** under the **knowledge-required** setting.
411
+
412
+ * **Entity_KR_NC**: a QA dataset to evaluate the model's **counting ability** of **entities** under the **knowledge-required** setting.
413
+
414
+ * **Relation_KF_NR**: a QA dataset to evaluate the model's **recognition ability** of **relations** under the **knowledge-free** setting.
415
+
416
+ * **Relation_KF_NC**: a QA dataset to evaluate the model's **counting ability** of **relations** under the **knowledge-free** setting.
417
+
418
+ * **Relation_KR_NR**: a QA dataset to evaluate the model's **recognition ability** of **relations** under the **knowledge-required** setting.
419
+
420
+ * **Relation_KR_NC**: a QA dataset to evaluate the model's **counting ability** of **relations** under the **knowledge-required** setting.
421
+
422
+
423
+ * **syn_icon**: a QA dataset to evaluate the model's **recognition and counting ability** of **entities** that are represented by **visual icons**.
424
+
425
+ * **syn_text**: a QA dataset to evaluate the model's **recognition and counting ability** of **entities** that are represented by **text labels**.
426
+
427
+ * **syn_pos**: a QA dataset to evaluate the model's **recognition and counting ability** of **entity positions**.
428
+
429
+ * **syn_rel**: a QA dataset to evaluate the model's **recognition and counting ability** of **relations**.
430
+
431
+ * **syn_rel_complex**: a QA dataset to evaluate the model's **recognition and counting ability** of **relations** that are represented in **multiple forms**.
432
+
433
+ * **syn_rel_know**: a QA dataset to evaluate the model's **recognition and counting ability** of **relations** that are **consistent with commonsense knowledge**.
434
+
435
+ * **syn_rel_pos**: a QA dataset to evaluate the model's **recognition and counting ability** of **relation positions**.
436
+
437
+ ---
438
 
439
  # Citation
440