ChthollyTree commited on
Commit
19fb63d
·
verified ·
1 Parent(s): 5deb384

Update card

Browse files
Files changed (1) hide show
  1. README.md +39 -2
README.md CHANGED
@@ -4,7 +4,33 @@ dataset_info:
4
  features:
5
  - name: id
6
  dtype: int64
7
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  configs:
9
  - config_name: vcrbench
10
  data_files:
@@ -64,4 +90,15 @@ We show a mini-leaderboard here and please find more information in our paper or
64
  |MiniCPM-o2.6-8B|26.9|
65
  |InternVL2.5-8B|23.9|
66
  |mPLUG-Owl3-7B|7.3|
67
- |Llama-3.2-11B-Vision|4.9|
 
 
 
 
 
 
 
 
 
 
 
 
4
  features:
5
  - name: id
6
  dtype: int64
7
+ - name: video_path
8
+ dtype: string
9
+ - name: duration
10
+ dtype: int64
11
+ - name: dimension
12
+ dtype: string
13
+ - name: multiple-choice
14
+ dtype: bool
15
+ - name: choices
16
+ struct:
17
+ - name: A
18
+ dtype: string
19
+ - name: B
20
+ dtype: string
21
+ - name: C
22
+ dtype: string
23
+ - name: D
24
+ dtype: string
25
+ - name: E
26
+ dtype: string
27
+ - name: answer
28
+ dtype: string
29
+ - name: reasoning
30
+ list:
31
+ - name: item
32
+ dtype: string
33
+
34
  configs:
35
  - config_name: vcrbench
36
  data_files:
 
90
  |MiniCPM-o2.6-8B|26.9|
91
  |InternVL2.5-8B|23.9|
92
  |mPLUG-Owl3-7B|7.3|
93
+ |Llama-3.2-11B-Vision|4.9|
94
+
95
+ ## ✍️ Citation
96
+ If you use our work and are inspired by our work, please consider cite us (available soon):
97
+ ```
98
+ @article{qi2025vcr,
99
+ title={VCR-Bench: A Comprehensive Evaluation Framework for Video Chain-of-Thought Reasoning},
100
+ author={Qi, Yukun and Zhao, Yiming and Zeng, Yu and Bao, Xikun and Huang, Wenxuan and Chen, Lin and Chen, Zehui and Zhao, Jie and Qi, Zhongang and Zhao, Feng},
101
+ journal={arXiv preprint arXiv:2504.07956},
102
+ year={2025}
103
+ }
104
+ ```