Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,37 @@ In this release, we present
|
|
| 59 |
[**VBVR-Bench-Data**](https://huggingface.co/Video-Reason/VBVR-Bench-Data) and
|
| 60 |
[**VBVR-Bench-Leaderboard**](https://huggingface.co/Video-Reason/VBVR-Bench-Leaderboard).
|
| 61 |
|
|
|
|
|
|
|
| 62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
## 🖊️ Citation
|
| 65 |
|
|
|
|
| 59 |
[**VBVR-Bench-Data**](https://huggingface.co/Video-Reason/VBVR-Bench-Data) and
|
| 60 |
[**VBVR-Bench-Leaderboard**](https://huggingface.co/Video-Reason/VBVR-Bench-Leaderboard).
|
| 61 |
|
| 62 |
+
## Data Structure
|
| 63 |
+
The dataset is organized by domain and task generator. For example:
|
| 64 |
|
| 65 |
+
```bash
|
| 66 |
+
In-Domain_50/
|
| 67 |
+
G-31_directed_graph_navigation_data-generator/
|
| 68 |
+
00000/
|
| 69 |
+
first_frame.png
|
| 70 |
+
final_frame.png
|
| 71 |
+
ground_truth.mp4
|
| 72 |
+
prompt.txt
|
| 73 |
+
```
|
| 74 |
+
Structure Description
|
| 75 |
+
|
| 76 |
+
- In-Domain_50/Out-of-Domain_50:
|
| 77 |
+
Evaluation splits indicating whether samples belong to in-domain or out-of-domain settings.
|
| 78 |
+
|
| 79 |
+
- G-XXX_task-name_data-generator:
|
| 80 |
+
A specific reasoning task category and its corresponding data generator.
|
| 81 |
+
|
| 82 |
+
- 00000-00004:
|
| 83 |
+
Individual sample instances.
|
| 84 |
+
|
| 85 |
+
Each sample directory contains
|
| 86 |
+
- first_frame.png: The initial frame of the video
|
| 87 |
+
|
| 88 |
+
- final_frame.png: The final frame
|
| 89 |
+
|
| 90 |
+
- ground_truth.mp4: The full video sequence
|
| 91 |
+
|
| 92 |
+
- prompt.txt: The textual reasoning question or instruction
|
| 93 |
|
| 94 |
## 🖊️ Citation
|
| 95 |
|