Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,13 +36,17 @@ size_categories:
|
|
| 36 |
|
| 37 |
---
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
# 🤗 About This Repo
|
| 40 |
|
| 41 |
This repository contains annotation data for "[Video-MME-v2: Towards the Next Stage in Benchmarks for Comprehensive Video Understanding](https://arxiv.org/abs/2604.05015)". It mainly consists of three parts: `videos/`, `test.parquet`, and `subtitle.zip`.
|
| 42 |
|
| 43 |
- `videos/` contains **800 1080p MP4 files**, organized sequentially into 40 zip archives. For example, `001.mp4` to `020.mp4` are stored in `001.zip`.
|
| 44 |
|
| 45 |
-
- `test.parquet` contains **3200 QA instances**, with each video paired with **4 questions**. Each instance includes the **question**, **options**, **answer**, and auxiliary metadata such as the **video id** and **task type**.
|
| 46 |
|
| 47 |
- `subtitle.zip` contains **800 JSONL files**, each corresponding to a unique **video id**, with word-level entries and timestamps.
|
| 48 |
|
|
|
|
| 36 |
|
| 37 |
---
|
| 38 |
|
| 39 |
+
# 🔥 News
|
| 40 |
+
|
| 41 |
+
- **`2026.05.22`** Task types are now available for Q1-Q3 in coherence (logic) groups.
|
| 42 |
+
|
| 43 |
# 🤗 About This Repo
|
| 44 |
|
| 45 |
This repository contains annotation data for "[Video-MME-v2: Towards the Next Stage in Benchmarks for Comprehensive Video Understanding](https://arxiv.org/abs/2604.05015)". It mainly consists of three parts: `videos/`, `test.parquet`, and `subtitle.zip`.
|
| 46 |
|
| 47 |
- `videos/` contains **800 1080p MP4 files**, organized sequentially into 40 zip archives. For example, `001.mp4` to `020.mp4` are stored in `001.zip`.
|
| 48 |
|
| 49 |
+
- `test.parquet` contains **3200 QA instances**, with each video paired with **4 questions**. Each instance includes the **question**, **options**, **answer**, and auxiliary metadata such as the **video id** and **task type**.
|
| 50 |
|
| 51 |
- `subtitle.zip` contains **800 JSONL files**, each corresponding to a unique **video id**, with word-level entries and timestamps.
|
| 52 |
|