EliYuan00 commited on
Commit
9ffddae
·
1 Parent(s): cd5e8a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -15,7 +15,7 @@ size_categories:
15
  ---
16
 
17
  <p align="center">
18
- <img src="assets/logo.png" width="100%" height="100%">
19
  </p>
20
 
21
  <p align="center">
@@ -27,7 +27,7 @@ size_categories:
27
 
28
  ---
29
 
30
- # 🤗 About This Repo
31
 
32
  This repository contains annotation data for "Video-MME-v2: Towards the Next Stage in Benchmarks
33
  for Comprehensive Video Understanding". It mainly consists of three parts: `videos/`, `test.parquet`, and `subtitle.zip`.
@@ -45,7 +45,7 @@ for Comprehensive Video Understanding". It mainly consists of three parts: `vide
45
  In 2024, our [**Video-MME**](https://video-mme.github.io/) benchmark became a standard evaluation set for frontier models like Gemini and GPT. However, as model capabilities rapidly evolve, scores on existing benchmarks are saturating, yet a clear gap remains between **leaderboard performance and actual user experience**. This indicates that current evaluation paradigms fail to capture true video understanding abilities. To address this, we spent a year redesigning the evaluation system from first principles and now introduce **Video-MME v2**—a progressive and robust benchmark designed to drive the next generation of video understanding models.
46
 
47
  <p align="center">
48
- <img src="assets/teaser.png" width="100%" height="100%">
49
  </p>
50
 
51
  - **Dataset Size**
@@ -77,7 +77,10 @@ In 2024, our [**Video-MME**](https://video-mme.github.io/) benchmark became a st
77
 
78
  ---
79
 
80
- # 🍺 Example
 
 
 
81
 
82
  <p align="left">
83
  <a href="https://huggingface.co/datasets/MME-Benchmarks/Video-MME-v2/resolve/main/assets/demo.mp4">
@@ -92,7 +95,7 @@ In 2024, our [**Video-MME**](https://video-mme.github.io/) benchmark became a st
92
  <p>
93
  <strong>Q1:</strong> Does the ball exist underneath any of the shells?<br>
94
  A. No.<br>
95
- B. Yes.<br>
96
  C. Cannot be determined.
97
  </p>
98
 
@@ -104,7 +107,7 @@ C. The sixth shell.<br>
104
  D. The second shell.<br>
105
  E. The seventh shell.<br>
106
  F. The fifth shell.<br>
107
- G. The fourth shell.<br>
108
  H. The first shell.
109
  </p>
110
 
@@ -112,7 +115,7 @@ H. The first shell.
112
  <strong>Q3:</strong> The host performed a total of two shell swaps (defining a single swap as an instance where all shells return to an approximately straight line). Underneath which shell was the ball located after the first swap?<br>
113
  A. There is no ball under any shell.<br>
114
  B. The seventh shell.<br>
115
- C. The fourth shell.<br>
116
  D. The fifth shell.<br>
117
  E. The sixth shell.<br>
118
  F. The second shell.<br>
@@ -125,7 +128,7 @@ H. The first shell.
125
  A. The seventh shell.<br>
126
  B. The fourth shell.<br>
127
  C. The fifth shell.<br>
128
- D. The third shell.<br>
129
  E. The second shell.<br>
130
  F. There is no ball under any shell.<br>
131
  G. The first shell.<br>
 
15
  ---
16
 
17
  <p align="center">
18
+ <img src="assets/logo.png" width="100%" height="100%" alt="Video-MME-v2 logo">
19
  </p>
20
 
21
  <p align="center">
 
27
 
28
  ---
29
 
30
+ # 🤗 About This Repo
31
 
32
  This repository contains annotation data for "Video-MME-v2: Towards the Next Stage in Benchmarks
33
  for Comprehensive Video Understanding". It mainly consists of three parts: `videos/`, `test.parquet`, and `subtitle.zip`.
 
45
  In 2024, our [**Video-MME**](https://video-mme.github.io/) benchmark became a standard evaluation set for frontier models like Gemini and GPT. However, as model capabilities rapidly evolve, scores on existing benchmarks are saturating, yet a clear gap remains between **leaderboard performance and actual user experience**. This indicates that current evaluation paradigms fail to capture true video understanding abilities. To address this, we spent a year redesigning the evaluation system from first principles and now introduce **Video-MME v2**—a progressive and robust benchmark designed to drive the next generation of video understanding models.
46
 
47
  <p align="center">
48
+ <img src="assets/teaser.png" width="100%" height="100%" alt="Teaser">
49
  </p>
50
 
51
  - **Dataset Size**
 
77
 
78
  ---
79
 
80
+ # 🍺 About a Concrete Case
81
+
82
+ > **💡 Why this example matters?**
83
+ > This video QA group demonstrates our **Reasoning Coherence** evaluation strategy and **Multi-level Hierarchy**. To answer the final state correctly, a model must successfully track the object backwards through temporal swaps. If a model guesses the initial state correctly but fails the intermediate swaps, our **first error truncation mechanism** will accurately penalize it for flawed reasoning.
84
 
85
  <p align="left">
86
  <a href="https://huggingface.co/datasets/MME-Benchmarks/Video-MME-v2/resolve/main/assets/demo.mp4">
 
95
  <p>
96
  <strong>Q1:</strong> Does the ball exist underneath any of the shells?<br>
97
  A. No.<br>
98
+ B. Yes.<br>
99
  C. Cannot be determined.
100
  </p>
101
 
 
107
  D. The second shell.<br>
108
  E. The seventh shell.<br>
109
  F. The fifth shell.<br>
110
+ G. The fourth shell.<br>
111
  H. The first shell.
112
  </p>
113
 
 
115
  <strong>Q3:</strong> The host performed a total of two shell swaps (defining a single swap as an instance where all shells return to an approximately straight line). Underneath which shell was the ball located after the first swap?<br>
116
  A. There is no ball under any shell.<br>
117
  B. The seventh shell.<br>
118
+ C. The fourth shell.<br>
119
  D. The fifth shell.<br>
120
  E. The sixth shell.<br>
121
  F. The second shell.<br>
 
128
  A. The seventh shell.<br>
129
  B. The fourth shell.<br>
130
  C. The fifth shell.<br>
131
+ D. The third shell.<br>
132
  E. The second shell.<br>
133
  F. There is no ball under any shell.<br>
134
  G. The first shell.<br>