Datasets:

Modalities:
Image
ArXiv:
License:
IrohXu commited on
Commit
0e0a558
1 Parent(s): 9471e47

init benchmark

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +100 -0
  2. cvr/0/answer/image/sub_image_4.png +3 -0
  3. cvr/0/choice/image/sub_image_1.png +3 -0
  4. cvr/0/choice/image/sub_image_2.png +3 -0
  5. cvr/0/choice/image/sub_image_3.png +3 -0
  6. cvr/0/choice/image/sub_image_4.png +3 -0
  7. cvr/1/answer/image/sub_image_4.png +3 -0
  8. cvr/1/choice/image/sub_image_1.png +3 -0
  9. cvr/1/choice/image/sub_image_2.png +3 -0
  10. cvr/1/choice/image/sub_image_3.png +3 -0
  11. cvr/1/choice/image/sub_image_4.png +3 -0
  12. cvr/10/answer/image/sub_image_4.png +3 -0
  13. cvr/10/choice/image/sub_image_1.png +3 -0
  14. cvr/10/choice/image/sub_image_2.png +3 -0
  15. cvr/10/choice/image/sub_image_3.png +3 -0
  16. cvr/10/choice/image/sub_image_4.png +3 -0
  17. cvr/100/answer/image/sub_image_4.png +3 -0
  18. cvr/100/choice/image/sub_image_1.png +3 -0
  19. cvr/100/choice/image/sub_image_2.png +3 -0
  20. cvr/100/choice/image/sub_image_3.png +3 -0
  21. cvr/100/choice/image/sub_image_4.png +3 -0
  22. cvr/101/answer/image/sub_image_4.png +3 -0
  23. cvr/101/choice/image/sub_image_1.png +3 -0
  24. cvr/101/choice/image/sub_image_2.png +3 -0
  25. cvr/101/choice/image/sub_image_3.png +3 -0
  26. cvr/101/choice/image/sub_image_4.png +3 -0
  27. cvr/102/answer/image/sub_image_4.png +3 -0
  28. cvr/102/choice/image/sub_image_1.png +3 -0
  29. cvr/102/choice/image/sub_image_2.png +3 -0
  30. cvr/102/choice/image/sub_image_3.png +3 -0
  31. cvr/102/choice/image/sub_image_4.png +3 -0
  32. cvr/103/answer/image/sub_image_4.png +3 -0
  33. cvr/103/choice/image/sub_image_1.png +3 -0
  34. cvr/103/choice/image/sub_image_2.png +3 -0
  35. cvr/103/choice/image/sub_image_3.png +3 -0
  36. cvr/103/choice/image/sub_image_4.png +3 -0
  37. cvr/104/answer/image/sub_image_4.png +3 -0
  38. cvr/104/choice/image/sub_image_1.png +3 -0
  39. cvr/104/choice/image/sub_image_2.png +3 -0
  40. cvr/104/choice/image/sub_image_3.png +3 -0
  41. cvr/104/choice/image/sub_image_4.png +3 -0
  42. cvr/105/answer/image/sub_image_4.png +3 -0
  43. cvr/105/choice/image/sub_image_1.png +3 -0
  44. cvr/105/choice/image/sub_image_2.png +3 -0
  45. cvr/105/choice/image/sub_image_3.png +3 -0
  46. cvr/105/choice/image/sub_image_4.png +3 -0
  47. cvr/106/answer/image/sub_image_4.png +3 -0
  48. cvr/106/choice/image/sub_image_1.png +3 -0
  49. cvr/106/choice/image/sub_image_2.png +3 -0
  50. cvr/106/choice/image/sub_image_3.png +3 -0
README.md CHANGED
@@ -1,3 +1,103 @@
1
  ---
2
  license: cc-by-nc-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-3.0
3
  ---
4
+
5
+ # What is the Visual Cognition Gap between Humans and Multimodal LLMs?
6
+
7
+ ## Description:
8
+
9
+ VCog-Bench is a publicly available zero-shot abstract visual reasoning (AVR) benchmark designed to evaluate Multimodal Large Language Models (MLLMs). This benchmark integrates two well-known AVR datasets from the AI community and includes a newly proposed MaRs-VQA dataset. The findings in VCog-Bench show that current state-of-the-art MLLMs and Vision-Language Models (VLMs), such as GPT-4o and LLaVA-1.6, InternVL demonstrate some basic understanding of AVR tasks. However, these models still face challenges with complex matrix reasoning tasks. This highlights the need for further exploration and development in this area. By providing a robust benchmark, we aim to encourage further innovation and progress in the field of zero-shot abstract visual reasoning.
10
+
11
+ ## Benchmark Dataset Structure:
12
+
13
+ ```
14
+ ----vcog-bench
15
+ |----cvr
16
+ | |----case_name1
17
+ | | |----answer
18
+ | | | |----image
19
+ | | | | |----x.png
20
+ | | |----choice
21
+ | | | |----image
22
+ | | | | |----sub_image_0.png
23
+ | | | | |----sub_image_1.png
24
+ | | | | |----sub_image_2.png
25
+ | | | | |----sub_image_3.png
26
+ | |----case_name2
27
+ | |----case_name3
28
+ | |----case_name4
29
+ | |----......
30
+ |----raven
31
+ | |----case_name1
32
+ | | |----answer
33
+ | | | |----image
34
+ | | | | |----x.jpeg
35
+ | | |----choice
36
+ | | | |----image
37
+ | | | | |----0.jpeg
38
+ | | | | |----1.jpeg
39
+ | | | | |----2.jpeg
40
+ | | | | |----3.jpeg
41
+ | | | | |----4.jpeg
42
+ | | | | |----5.jpeg
43
+ | | | | |----6.jpeg
44
+ | | | | |----7.jpeg
45
+ | | | |----text
46
+ | | | | |----annotation.json
47
+ | | |----question
48
+ | | | |----image
49
+ | | | | |----question.jpeg
50
+ | |----case_name2
51
+ | |----case_name3
52
+ | |----case_name4
53
+ | |----......
54
+ |----marsvqa
55
+ | |----case_name1
56
+ | | |----answer
57
+ | | | |----image
58
+ | | | | |----xxx.jpeg
59
+ | | |----choice
60
+ | | | |----image
61
+ | | | | |----xxx.jpeg
62
+ | | | | |----xxx.jpeg
63
+ | | | | |----xxx.jpeg
64
+ | | | | |----xxx.jpeg
65
+ | | | |----text
66
+ | | | | |----annotation.json
67
+ | | |----choiceX
68
+ | | | |----image
69
+ | | | | |----xxx.jpeg
70
+ | | | | |----xxx.jpeg
71
+ | | | | |----xxx.jpeg
72
+ | | | | |----xxx.jpeg
73
+ | | |----question
74
+ | | | |----image
75
+ | | | | |----xxx.jpeg
76
+ | |----case_name2
77
+ | |----case_name3
78
+ | |----case_name4
79
+ | |----......
80
+ ```
81
+
82
+ ## Dataset Details
83
+
84
+ Content Types: VQA pairs with multiple images input
85
+ Volume: 560 VQA pairs (RAVEN), 480 VQA pairs (MaRs-VQA), 309 VQA pairs (CVR)
86
+ Source of Data: RAVEN dataset, MaRs-IB, CVR dataset
87
+ Data Collection Method: See the paper.
88
+
89
+ ## Reference
90
+
91
+ ```
92
+ @misc{cao2024visualcognitiongaphumans,
93
+ title={What is the Visual Cognition Gap between Humans and Multimodal LLMs?},
94
+ author={Xu Cao and Bolin Lai and Wenqian Ye and Yunsheng Ma and Joerg Heintz and Jintai Chen and Jianguo Cao and James M. Rehg},
95
+ year={2024},
96
+ eprint={2406.10424},
97
+ archivePrefix={arXiv},
98
+ primaryClass={cs.CV},
99
+ url={https://arxiv.org/abs/2406.10424},
100
+ }
101
+ ```
102
+
103
+
cvr/0/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: ef4dffa182390f1fefd3c7562945b4e82ea5b5b9ddbbe7c5c7117c9579059e92
  • Pointer size: 128 Bytes
  • Size of remote file: 828 Bytes
cvr/0/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: 7d32b4e641826b86c1fff526630a7d91b622bda73483523be875549846eb752d
  • Pointer size: 129 Bytes
  • Size of remote file: 1.04 kB
cvr/0/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: 4e1f577dfed207b08188b956933eda1ccccfeba606b52b922d7d374f051cb6e5
  • Pointer size: 128 Bytes
  • Size of remote file: 980 Bytes
cvr/0/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: 377fc3ca023e85810ade0c699c7d70ffee124890393e1473a2e9a2663baf9315
  • Pointer size: 128 Bytes
  • Size of remote file: 924 Bytes
cvr/0/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: ef4dffa182390f1fefd3c7562945b4e82ea5b5b9ddbbe7c5c7117c9579059e92
  • Pointer size: 128 Bytes
  • Size of remote file: 828 Bytes
cvr/1/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 326155084686c3f803db7550fe038901cbd7b6d01cfd1e0d39ad8c7bd64b9495
  • Pointer size: 129 Bytes
  • Size of remote file: 1.04 kB
cvr/1/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: bdd2e56f1c5a2cf1b6a88add62c4ecf0ac2fbe47c2e9d53295c9249267f5a08b
  • Pointer size: 129 Bytes
  • Size of remote file: 1.04 kB
cvr/1/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: 26a8d36830f9e5b5bbb1226b9e74994d83ae4bd29139987124d1c91d06f25703
  • Pointer size: 129 Bytes
  • Size of remote file: 1.01 kB
cvr/1/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: d6f49c165159765b78a4bfafd16ba2e34467a95e1f520aed000f1493ec6dd407
  • Pointer size: 129 Bytes
  • Size of remote file: 1.05 kB
cvr/1/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 326155084686c3f803db7550fe038901cbd7b6d01cfd1e0d39ad8c7bd64b9495
  • Pointer size: 129 Bytes
  • Size of remote file: 1.04 kB
cvr/10/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 5e8855afb430f1d550c4b9c333b8d599211da73462a84c3625a7eae5dec5ff99
  • Pointer size: 129 Bytes
  • Size of remote file: 1.02 kB
cvr/10/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: 51c7463652a8f2d87cf67897a167fceb48ccf9437c7d06dc1aa9492d47a493a6
  • Pointer size: 129 Bytes
  • Size of remote file: 1.13 kB
cvr/10/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: c7834178512f983034b72e64bdc4374dc67ed264770602106f1e925a9a042c29
  • Pointer size: 129 Bytes
  • Size of remote file: 1.05 kB
cvr/10/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: 233a0e1ca2e2ddda80c4bfb930eac35c81d26c0519c9fd2df5e91df768e09f44
  • Pointer size: 128 Bytes
  • Size of remote file: 974 Bytes
cvr/10/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 5e8855afb430f1d550c4b9c333b8d599211da73462a84c3625a7eae5dec5ff99
  • Pointer size: 129 Bytes
  • Size of remote file: 1.02 kB
cvr/100/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: c858e71e3fb9ff60f0f62e79fcd892b3d9c870bc9ee6dea11fd14f87ca8cd132
  • Pointer size: 128 Bytes
  • Size of remote file: 745 Bytes
cvr/100/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: 352762a04b493c9172573641d0f5c2a869571ff1d487b3016d6a488d79c08a11
  • Pointer size: 128 Bytes
  • Size of remote file: 723 Bytes
cvr/100/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: f4e55e7353c6ccd9fd0bdc4196e4e4c8517153d302ac28395c64c4b351c9030b
  • Pointer size: 128 Bytes
  • Size of remote file: 733 Bytes
cvr/100/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: ac4e8b7b2e73eb6a36f0157667f2da4c7185054620914c39ef350e75accdf512
  • Pointer size: 128 Bytes
  • Size of remote file: 724 Bytes
cvr/100/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: c858e71e3fb9ff60f0f62e79fcd892b3d9c870bc9ee6dea11fd14f87ca8cd132
  • Pointer size: 128 Bytes
  • Size of remote file: 745 Bytes
cvr/101/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: f85f567f858a014a2ed4f4adb5e8fea592189cf4ae5926f92e04968c243f3586
  • Pointer size: 128 Bytes
  • Size of remote file: 791 Bytes
cvr/101/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: 42e157e3f1f6d2bcab30a9c908c59d18ab5aa5d81d047752efce8f4c36906ff0
  • Pointer size: 128 Bytes
  • Size of remote file: 650 Bytes
cvr/101/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: 53ca17c0dbff4e875a1e434a6e5a4fc8dd2b0f5cab968f0bfd4b11b512971f0a
  • Pointer size: 128 Bytes
  • Size of remote file: 769 Bytes
cvr/101/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: ce51e50760bced62af1b17d2de3ff00f6e708251b57e384d1e15c841519561b9
  • Pointer size: 128 Bytes
  • Size of remote file: 867 Bytes
cvr/101/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: f85f567f858a014a2ed4f4adb5e8fea592189cf4ae5926f92e04968c243f3586
  • Pointer size: 128 Bytes
  • Size of remote file: 791 Bytes
cvr/102/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 17e041f267ac9c740e730f96363a1a9c84f5461fc0b083ac1f80517368738072
  • Pointer size: 128 Bytes
  • Size of remote file: 923 Bytes
cvr/102/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: 91842887c935ce3bcf7c169ab3883d5225eccadd1b2badc7efcd2b7f74c1da4f
  • Pointer size: 128 Bytes
  • Size of remote file: 882 Bytes
cvr/102/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: c8dfeb43429cfdceff64968ba18ca67747b5afe5cd261e9a73c5abc5a9da5e37
  • Pointer size: 128 Bytes
  • Size of remote file: 887 Bytes
cvr/102/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: 157b9b3ff9dea088417d722bc7d0772690788d6e50e44e9a57694602bc304114
  • Pointer size: 128 Bytes
  • Size of remote file: 853 Bytes
cvr/102/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 17e041f267ac9c740e730f96363a1a9c84f5461fc0b083ac1f80517368738072
  • Pointer size: 128 Bytes
  • Size of remote file: 923 Bytes
cvr/103/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 0fd67b1e552c6678a0f51862435c550362daae9832a7a1e567d9c32a3d12eae1
  • Pointer size: 128 Bytes
  • Size of remote file: 990 Bytes
cvr/103/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: 8668ae46981a6e9c19ecee8077c712bbe629e13d1279daa6636d85eb1b675dfb
  • Pointer size: 128 Bytes
  • Size of remote file: 915 Bytes
cvr/103/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: 51d35e4861f730e3401e38860ff32a38b161df546c4636b268b494d3a24cb725
  • Pointer size: 128 Bytes
  • Size of remote file: 820 Bytes
cvr/103/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: 4fa7da701af0b68128e7a25349ffb96d8caf8a9c967ddc8f801c8a1b97f980de
  • Pointer size: 128 Bytes
  • Size of remote file: 921 Bytes
cvr/103/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 0fd67b1e552c6678a0f51862435c550362daae9832a7a1e567d9c32a3d12eae1
  • Pointer size: 128 Bytes
  • Size of remote file: 990 Bytes
cvr/104/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 0d6cbdab360b00848ef4c097737352c668907387f31bf8176375cf9121d03641
  • Pointer size: 128 Bytes
  • Size of remote file: 982 Bytes
cvr/104/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: 1a41500052735cb7b9b3d2401b0a1a2e37b29a7de8b48b9b5b08be15c6ede2b1
  • Pointer size: 128 Bytes
  • Size of remote file: 945 Bytes
cvr/104/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: f3d41e3819311d091e2e711e46e9f3c8c9eb5d4c2fe0374b32bd8ba3dd346488
  • Pointer size: 128 Bytes
  • Size of remote file: 866 Bytes
cvr/104/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: 6355f64d0b66ba4811a3338183210747a24e68804d54d2b3f8a17402ecc72f7c
  • Pointer size: 128 Bytes
  • Size of remote file: 963 Bytes
cvr/104/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: 0d6cbdab360b00848ef4c097737352c668907387f31bf8176375cf9121d03641
  • Pointer size: 128 Bytes
  • Size of remote file: 982 Bytes
cvr/105/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: ff8212aeda8243e0c0e740b33ea8fe67e2677d4c6cc601ddda7e71bb158a21fe
  • Pointer size: 129 Bytes
  • Size of remote file: 1.02 kB
cvr/105/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: bdab6eb6009b9b47f9fa21cf5900466f8504004cfcc62669743035df91ff76ae
  • Pointer size: 129 Bytes
  • Size of remote file: 1.03 kB
cvr/105/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: 171a7b7f7b9666279113b1fca7fe363af3b176314bec53ba18b08f2271073de7
  • Pointer size: 129 Bytes
  • Size of remote file: 1.09 kB
cvr/105/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: f6b91ff287210074775bd1220c503820016f732975093899fd0de38e9bfdec92
  • Pointer size: 129 Bytes
  • Size of remote file: 1.11 kB
cvr/105/choice/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: ff8212aeda8243e0c0e740b33ea8fe67e2677d4c6cc601ddda7e71bb158a21fe
  • Pointer size: 129 Bytes
  • Size of remote file: 1.02 kB
cvr/106/answer/image/sub_image_4.png ADDED

Git LFS Details

  • SHA256: f32381a525745a9af59f3b40f7fe5623ee901ee49795e99662baaed5918af76b
  • Pointer size: 128 Bytes
  • Size of remote file: 960 Bytes
cvr/106/choice/image/sub_image_1.png ADDED

Git LFS Details

  • SHA256: 14df84ccd8e25bc9e811e3de3f2e142d4521bc9777c4ebdf59b9e6cd3a11ab30
  • Pointer size: 128 Bytes
  • Size of remote file: 797 Bytes
cvr/106/choice/image/sub_image_2.png ADDED

Git LFS Details

  • SHA256: 17114efbebbae93d83f99582e564f9c5e85557fc493190b347928a7c569a2bef
  • Pointer size: 129 Bytes
  • Size of remote file: 1.03 kB
cvr/106/choice/image/sub_image_3.png ADDED

Git LFS Details

  • SHA256: dcf6d28a426fee9a9d48b1357d9ac52400dbfd5ab8fe168220459e1f7b766cd1
  • Pointer size: 128 Bytes
  • Size of remote file: 829 Bytes