Improve dataset card: Add project/code links, update task category, and expand content (#2)
Browse files- Improve dataset card: Add project/code links, update task category, and expand content (d77decad912935ebe9d78b763c46e86ee2e6da48)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,16 +1,45 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
task_categories:
|
4 |
-
- visual-question-answering
|
5 |
language:
|
6 |
- en
|
|
|
7 |
size_categories:
|
8 |
- 1K<n<10K
|
|
|
|
|
9 |
tags:
|
10 |
- vision-language
|
11 |
- cinematography
|
12 |
- shotbench
|
13 |
---
|
14 |
|
|
|
|
|
15 |
This is the official test set of ShotBench, comprising 3,572 question-answer pairs. Each sample is paired with either an image or a video clip. In total, ShotBench includes 3,049 images and 464 videos, primarily sourced from films that received Oscar nominations for Best Cinematography, ensuring high visual quality and strong cinematic style.
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
size_categories:
|
6 |
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- image-text-to-text
|
9 |
tags:
|
10 |
- vision-language
|
11 |
- cinematography
|
12 |
- shotbench
|
13 |
---
|
14 |
|
15 |
+
# ShotBench: Expert-Level Cinematic Understanding in Vision-Language Models
|
16 |
+
|
17 |
This is the official test set of ShotBench, comprising 3,572 question-answer pairs. Each sample is paired with either an image or a video clip. In total, ShotBench includes 3,049 images and 464 videos, primarily sourced from films that received Oscar nominations for Best Cinematography, ensuring high visual quality and strong cinematic style.
|
18 |
+
|
19 |
+
- **Paper:** [ShotBench: Expert-Level Cinematic Understanding in Vision-Language Models](https://arxiv.org/abs/2506.21356)
|
20 |
+
- **Project Page:** [https://vchitect.github.io/ShotBench-project/](https://vchitect.github.io/ShotBench-project/)
|
21 |
+
- **Code:** [https://github.com/Vchitect/ShotBench](https://github.com/Vchitect/ShotBench)
|
22 |
+
|
23 |
+
## Overview
|
24 |
+
|
25 |
+
We introduce **ShotBench**, a comprehensive benchmark for evaluating VLMs’ understanding of cinematic language. It comprises over 3.5 k expert-annotated QA pairs derived from images and video clips of over 200 critically acclaimed films (predominantly Oscar-nominated), covering eight distinct cinematography dimensions. This provides a rigorous new standard for assessing fine-grained visual comprehension in film.
|
26 |
+
|
27 |
+
We conducted an extensive evaluation of 24 leading VLMs, including prominent open-source and proprietary models, on ShotBench. Our results reveal a critical performance gap: even the most capable model, GPT-4o, achieves less than 60 % average accuracy. This systematically quantifies the current limitations of VLMs in genuine cinematographic comprehension.
|
28 |
+
|
29 |
+
To address the identified limitations and facilitate future research, we constructed **ShotQA**, the first large-scale multimodal dataset for cinematography understanding, containing approximately 70 k high-quality QA pairs. Leveraging ShotQA, we developed **ShotVL**, a novel VLM trained using Supervised Fine-Tuning (SFT) and Group Relative Policy Optimization (GRPO). ShotVL significantly surpasses all tested open-source and proprietary models, establishing a new **state-of-the-art** on ShotBench.
|
30 |
+
|
31 |
+
## Citation
|
32 |
+
|
33 |
+
If you find ShotBench useful for your research, please cite the following paper:
|
34 |
+
|
35 |
+
```bibtex
|
36 |
+
@misc{
|
37 |
+
liu2025shotbench,
|
38 |
+
title={ShotBench: Expert-Level Cinematic Understanding in Vision-Language Models},
|
39 |
+
author={Hongbo Liu and Jingwen He and Yi Jin and Dian Zheng and Yuhao Dong and Fan Zhang and Ziqi Huang and Yinan He and Yangguang Li and Weichao Chen and Yu Qiao and Wanli Ouyang and Shengjie Zhao and Ziwei Liu},
|
40 |
+
year={2025},
|
41 |
+
eprint={2506.21356},
|
42 |
+
achivePrefix={arXiv},
|
43 |
+
primaryClass={cs.CV},
|
44 |
+
url={https://arxiv.org/abs/2506.21356},
|
45 |
+
}
|