omniproact-bench-neurips26 commited on
Commit
9b0ecd1
·
verified ·
1 Parent(s): 1bf40a4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OmniProact-Bench Subset (Review Sample)
2
+
3
+ This is a **lightweight subset** of [OmniProact-Bench](https://huggingface.co/datasets/omniproact-bench-neurips26/omniproact-bench) for convenient reviewer inspection during the NeurIPS 2026 submission period.
4
+
5
+ ## Contents
6
+
7
+ - **270 samples** (30 per sub-task × 9 sub-tasks), randomly sampled from the full 2,700-sample benchmark
8
+ - **245 source videos** corresponding to the sampled annotations
9
+ - `benchmark_subset.json`: all 270 evaluation samples with full annotations
10
+
11
+ ## Sampling Method
12
+
13
+ Random sampling with seed=42, stratified by task type (30 samples per task), preserving the original distribution of audio dependencies and trigger types.
14
+
15
+ ## Relationship to Full Dataset
16
+
17
+ This subset is intended solely for quick quality inspection. The complete benchmark (2,700 samples, 1,262 videos, 32.6 GB) is available at:
18
+
19
+ 👉 [omniproact-bench-neurips26/omniproact-bench](https://huggingface.co/datasets/omniproact-bench-neurips26/omniproact-bench)
20
+
21
+ ## File Structure
22
+
23
+ ```
24
+ .
25
+ ├── README.md
26
+ ├── benchmark_subset.json # 270 evaluation samples
27
+ └── raw_videos/ # 245 source video files
28
+ ├── {video_id_1}.mp4
29
+ ├── {video_id_2}.mp4
30
+ └── ...
31
+ ```
32
+
33
+ ## License
34
+
35
+ CC BY-NC 4.0