File size: 1,989 Bytes
b3113b3
 
03ad2e6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a28966b
 
 
 
 
 
 
 
 
276920d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: video
    dtype: video
  - name: frames_response
    dtype: string
  - name: sliced_frames
    list: image
  splits:
  - name: train
    num_bytes: 6622538384
    num_examples: 2894
  download_size: 6717736906
  dataset_size: 6622538384
task_categories:
- video-text-to-text
language:
- en
tags:
- video
pretty_name: OpenVideo
size_categories:
- 1K<n<10K
---

# **OpenVideo-Scene-Reasoning**

**OpenVideo-Scene-Reasoning** is a video understanding dataset containing **2,894 short video clips**, where each sample consists of a **10-second video**, **five uniformly sampled frames**, and a **dense scene-level response** describing the complete temporal sequence.

Rather than generating captions for individual frames independently, the responses are synthesized by jointly reasoning over the sampled frames to capture temporal progression, object interactions, actions, scene transitions, and contextual information across the entire video.

The dataset is built primarily from **publicly available videos**, which constitute the majority of the source content, together with other publicly available datasets.


# Dataset Statistics

| Property | Value |
|----------|------:|
| Video Samples | **2,894** |
| Video Duration | **10 seconds each** |
| Sampled Frames | **5 per video** |
| Total Video Duration | **28,940 seconds** |
| Total Hours | **≈ 8.04 hours** |
| Total Dataset Size | **6.72 GB** |
| License | Apache-2.0 |

# Dataset Structure

Each sample contains:

| Column | Type | Description |
|---------|------|-------------|
| `video` | Video | Original 10-second video |
| `sliced_frames` | List[Image] | Five uniformly sampled frames extracted from the video |
| `frames_response` | String | Dense temporal scene description generated from the sampled frames |


---

**Dataset by:** — https://huggingface.co/prithivMLmods