---
title: Video-R1-data
canonical_url: "https://www.modelscope.cn/datasets/Video-R1/Video-R1-data"
md_url: "https://www.modelscope.cn/datasets/Video-R1/Video-R1-data.md"
repository: Video-R1/Video-R1-data
last_updated: 2025-04-11
license: "Apache License 2.0"
storage_size: "288 GB"
downloads: 5495
stars: 2
---

# Video-R1-data

> Video-R1-data - Video-R1 在 ModelScope 开源的数据集。This repository contains the data presented in Video-R1: Reinforcing Video Reasoning in MLLMs.

Video-R1/Video-R1-data 是 ModelScope 魔搭社区上的数据集，存储大小 288 GB，采用 Apache License 2.0 许可。

- **Repository**: Video-R1/Video-R1-data
- **License**: Apache License 2.0
- **Storage size**: 288 GB
- **Downloads**: 5495
- **Stars**: 2
- **Last updated**: 2025-04-11

Source: https://www.modelscope.cn/datasets/Video-R1/Video-R1-data

---

This repository contains the data presented in [Video-R1: Reinforcing Video Reasoning in MLLMs](https://huggingface.co/papers/2503.21776).

Code: https://github.com/tulerfeng/Video-R1

Video data folder: CLEVRER, LLaVA-Video-178K, NeXT-QA, PerceptionTest, STAR

Image data folder: Chart, General, Knowledge, Math, OCR, Spatial

Video-R1-COT-165k.json is for SFT cold start, and Video-R1-260k.json is for RL training.

Data Format in Video-R1-COT-165k:

```
  {
      "problem_id": 2,
      "problem": "What appears on the screen in Russian during the missile's ascent?",
      "data_type": "video",
      "problem_type": "multiple choice",
      "options": [
          "A. A YouTube subscription notification",
          "B. A military command",
          "C. A warning message",
          "D. A weather update"
      ],
      "process": "<think>Let me think about this for a moment. The video shows a missile being launched, and there's a pop-up that appears in Russian during the missile's ascent. Hmm, what could it be? Wait, it looks familiar. It resembles something I've seen before online.\n\nOh, I see! It's a YouTube pop-up, specifically a notification that says \"Вы подписаны,\" which translates to \"You are subscribed.\" This is a common feature on YouTube when someone subscribes to a channel. Let's break it down: it's not a military command, a warning message, or a weather update—it's clearly related to YouTube.\n\nSo, after some self-reflection and verification, I'm confident that the pop-up is indeed a YouTube subscription notification.</think>",
      "solution": "<answer>A</answer>",
      "path": "./LLaVA-Video-178K/liwei_youtube_videos/videos/youtube_video_2024/ytb_7nRmsEw7nsE.mp4",
      "data_source": "LLaVA-Video-178K/30_60_s_youtube_v0_1"
  }
```
