Mark7121983123 commited on
Commit
6f0a8c0
·
verified ·
1 Parent(s): 0082844

README: VR branding and Mark7121983123 paths

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - en
8
  size_categories:
9
  - 100K<n<1M
10
- pretty_name: VBVR-MultiStep
11
  tags:
12
  - video-reasoning
13
  - multi-step
@@ -16,11 +16,11 @@ tags:
16
  - training
17
  ---
18
 
19
- # VBVR-MultiStep
20
 
21
- The **~360k-sample programmatic training corpus** for long-horizon multi-step image-to-video (I2V) reasoning. Companion to the frozen [VBVR-MultiStep-Bench](https://huggingface.co/datasets/Video-Reason/VBVR-MultiStep-Bench) (180-instance evaluation split).
22
 
23
- Part of the **VBVR (Very Big Video Reasoning Suite)** project: <https://video-reason.com>. See [Wang et al., ICML 2026](https://icml.cc/virtual/2026/poster/65709) for the parent suite.
24
 
25
  ## At a glance
26
 
@@ -55,10 +55,10 @@ Part of the **VBVR (Very Big Video Reasoning Suite)** project: <https://video-re
55
  The `sample/` subdirectory is a 5 GB pre-curated subset (the first 300 samples of every task) for reviewers and quick experimentation. To pull it:
56
 
57
  ```bash
58
- huggingface-cli download Video-Reason/VBVR-MultiStep \
59
  --repo-type dataset \
60
  --include "sample/**" \
61
- --local-dir ./vbvr-multistep-sample
62
  ```
63
 
64
  ## Sample format (inside each `.tar.gz` shard)
@@ -91,7 +91,7 @@ tar xzf Multi-01_maze_shortest_path_data-generator_00000-00049.tar.gz
91
  ```python
92
  import pandas as pd
93
  m = pd.read_parquet(
94
- "hf://datasets/Video-Reason/VBVR-MultiStep/data/metadata_shards/Multi-01_maze_shortest_path_data-generator.parquet"
95
  )
96
  print(m.head())
97
  ```
@@ -102,7 +102,7 @@ print(m.head())
102
  from huggingface_hub import hf_hub_download
103
  import tarfile
104
  shard = hf_hub_download(
105
- "Video-Reason/VBVR-MultiStep",
106
  "questions/Multi-01_maze_shortest_path_data-generator_00000-00049.tar.gz",
107
  repo_type="dataset",
108
  )
@@ -113,10 +113,10 @@ with tarfile.open(shard) as t:
113
  ### Pull only the 5 GB sample
114
 
115
  ```bash
116
- huggingface-cli download Video-Reason/VBVR-MultiStep \
117
  --repo-type dataset \
118
  --include "sample/**" \
119
- --local-dir ./vbvr-multistep-sample
120
  ```
121
 
122
  ## Splits and seeds
@@ -128,11 +128,11 @@ The training corpus is partitioned into disjoint seed bands:
128
  | First-half | 1–5,000 | 5,000 | ~170k (across 34 trained tasks) |
129
  | Second-half | 5,001–10,000 | 5,000 | ~170k (across 34 trained tasks) |
130
 
131
- Both bands are disjoint from the **180-instance evaluation seeds** in `VBVR-MultiStep-Bench`. The submitted paper trains on 34 of 36 tasks; the released corpus contains all 36 task families.
132
 
133
  ## Reasoning families
134
 
135
- See the [bench dataset card](https://huggingface.co/datasets/Video-Reason/VBVR-MultiStep-Bench) for the family taxonomy. Each family contributes 6 tasks, for 36 total.
136
 
137
  ## Intended use and out-of-scope
138
 
@@ -149,4 +149,3 @@ Derivatives of `Wan2.2-I2V-A14B` (Apache-2.0) referenced in the companion paper
149
  ## Responsible AI
150
 
151
  The dataset is fully synthetic. There are no human subjects, no scraped media, and no personal or sensitive information. Known biases inherit from the deterministic generators — every task family covers a deliberately narrow conceptual slice, and visual style is controlled by a fixed renderer family (no demographic content). See [`croissant.json`](./croissant.json) for the complete RAI metadata.
152
-
 
7
  - en
8
  size_categories:
9
  - 100K<n<1M
10
+ pretty_name: VR-MultiStep
11
  tags:
12
  - video-reasoning
13
  - multi-step
 
16
  - training
17
  ---
18
 
19
+ # VR-MultiStep
20
 
21
+ The **~360k-sample programmatic training corpus** for long-horizon multi-step image-to-video (I2V) reasoning. Companion to the frozen **VR-MultiStep-Bench** (180-instance evaluation split).
22
 
23
+ Context for the broader research line: see [Wang et al., ICML 2026](https://icml.cc/virtual/2026/poster/65709) and the project site [video-reason.com](https://video-reason.com).
24
 
25
  ## At a glance
26
 
 
55
  The `sample/` subdirectory is a 5 GB pre-curated subset (the first 300 samples of every task) for reviewers and quick experimentation. To pull it:
56
 
57
  ```bash
58
+ huggingface-cli download Mark7121983123/VR-MultiStep \
59
  --repo-type dataset \
60
  --include "sample/**" \
61
+ --local-dir ./vr-multistep-sample
62
  ```
63
 
64
  ## Sample format (inside each `.tar.gz` shard)
 
91
  ```python
92
  import pandas as pd
93
  m = pd.read_parquet(
94
+ "hf://datasets/Mark7121983123/VR-MultiStep/data/metadata_shards/Multi-01_maze_shortest_path_data-generator.parquet"
95
  )
96
  print(m.head())
97
  ```
 
102
  from huggingface_hub import hf_hub_download
103
  import tarfile
104
  shard = hf_hub_download(
105
+ "Mark7121983123/VR-MultiStep",
106
  "questions/Multi-01_maze_shortest_path_data-generator_00000-00049.tar.gz",
107
  repo_type="dataset",
108
  )
 
113
  ### Pull only the 5 GB sample
114
 
115
  ```bash
116
+ huggingface-cli download Mark7121983123/VR-MultiStep \
117
  --repo-type dataset \
118
  --include "sample/**" \
119
+ --local-dir ./vr-multistep-sample
120
  ```
121
 
122
  ## Splits and seeds
 
128
  | First-half | 1–5,000 | 5,000 | ~170k (across 34 trained tasks) |
129
  | Second-half | 5,001–10,000 | 5,000 | ~170k (across 34 trained tasks) |
130
 
131
+ Both bands are disjoint from the **180-instance evaluation seeds** in **VR-MultiStep-Bench**. The submitted paper trains on 34 of 36 tasks; the released corpus contains all 36 task families.
132
 
133
  ## Reasoning families
134
 
135
+ See the [evaluation split dataset card](https://huggingface.co/datasets/Mark7121983123/VR-MultiStep-Bench) for the family taxonomy. Each family contributes 6 tasks, for 36 total.
136
 
137
  ## Intended use and out-of-scope
138
 
 
149
  ## Responsible AI
150
 
151
  The dataset is fully synthetic. There are no human subjects, no scraped media, and no personal or sensitive information. Known biases inherit from the deterministic generators — every task family covers a deliberately narrow conceptual slice, and visual style is controlled by a fixed renderer family (no demographic content). See [`croissant.json`](./croissant.json) for the complete RAI metadata.