anonstreammem commited on
Commit
a700d76
·
verified ·
1 Parent(s): 7e2d3ec

v2.1.0: data-quality pass — remove 55 rows (40 text, 15 synthetic_video); update counts

Browse files
Files changed (24) hide show
  1. .gitattributes +2 -0
  2. README.md +8 -4
  3. metadata.json +0 -0
  4. synthetic_video/manifest.json +0 -0
  5. synthetic_video/questions.json +0 -0
  6. synthetic_video/questions.parquet +2 -2
  7. synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_15_q6_false_spatial.mp4 +0 -3
  8. synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_15_q8_false_spatial.mp4 +0 -3
  9. synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_16_q8_false_spatial.mp4 +0 -3
  10. synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_17_q9_false_spatial.mp4 +0 -3
  11. synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_3_q4_false_spatial.mp4 +0 -3
  12. synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_7_q6_false_spatial.mp4 +0 -3
  13. synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_7_q8_false_spatial.mp4 +0 -3
  14. synthetic_video/videos/L_128_frames/UNIFORM_EVAL_L128_ELOW/clips/video_11_q12_false_spatial.mp4 +0 -3
  15. synthetic_video/videos/L_128_frames/UNIFORM_EVAL_L128_ELOW/clips/video_3_q3_false_spatial.mp4 +0 -3
  16. synthetic_video/videos/L_128_frames/UNIFORM_EVAL_L128_MED/clips/video_9_q5_false_spatial.mp4 +0 -3
  17. synthetic_video/videos/L_256_frames/UNIFORM_EVAL_L256_ELOW/clips/video_6_q9_false_spatial.mp4 +0 -3
  18. synthetic_video/videos/L_512_frames/UNIFORM_EVAL_L512_ELOW/clips/video_1_q15_false_spatial.mp4 +0 -3
  19. synthetic_video/videos/L_512_frames/UNIFORM_EVAL_L512_ELOW/clips/video_2_q5_false_spatial.mp4 +0 -3
  20. synthetic_video/videos/L_512_frames/UNIFORM_EVAL_L512_ELOW/clips/video_7_q6_false_spatial.mp4 +0 -3
  21. synthetic_video/videos/L_64_frames/UNIFORM_EVAL_L064_ELOW/clips/video_2_q5_false_spatial.mp4 +0 -3
  22. text/manifest.json +0 -0
  23. text/questions.json +2 -2
  24. text/questions.parquet +2 -2
.gitattributes CHANGED
@@ -59,3 +59,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  text/questions.json filter=lfs diff=lfs merge=lfs -text
 
 
 
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  text/questions.json filter=lfs diff=lfs merge=lfs -text
62
+ text/manifest.json filter=lfs diff=lfs merge=lfs -text
63
+ synthetic_video/manifest.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -27,11 +27,11 @@ dataset_info:
27
  - config_name: text
28
  splits:
29
  - name: train
30
- num_examples: 7680
31
  - config_name: synthetic_video
32
  splits:
33
  - name: train
34
- num_examples: 6080
35
  - config_name: natural_video
36
  splits:
37
  - name: train
@@ -53,8 +53,8 @@ The dataset is organized into four top-level configs keyed by modality + source:
53
 
54
  | config | rows | content |
55
  | --- | --- | --- |
56
- | `text` | 7,680 | text-modality questions for the synthetic substream benchmark. |
57
- | `synthetic_video` | 6,080 | rendered synthetic substream videos. |
58
  | `easyhuman` | 672 | rendered 3-belt EasyHuman videos (224 video rows at L=256) plus their text-modality counterparts (448 text rows at L=256 + L=1024). The `modality` column distinguishes `text` vs `video`. Pattern-based, so no entropy ground truth on this config. |
59
  | `natural_video` | 1,028 | EPIC-Kitchens-100 derived clips and SoccerNet provenance metadata. |
60
 
@@ -223,3 +223,7 @@ metadata, and code only. EPIC-Kitchens-100 derivatives remain CC BY-NC 4.0.
223
  ## Citation
224
 
225
  Anonymous, "Substream Recollection," 2026 (anonymized for review).
 
 
 
 
 
27
  - config_name: text
28
  splits:
29
  - name: train
30
+ num_examples: 7640
31
  - config_name: synthetic_video
32
  splits:
33
  - name: train
34
+ num_examples: 6065
35
  - config_name: natural_video
36
  splits:
37
  - name: train
 
53
 
54
  | config | rows | content |
55
  | --- | --- | --- |
56
+ | `text` | 7,640 | text-modality questions for the synthetic substream benchmark. |
57
+ | `synthetic_video` | 6,065 | rendered synthetic substream videos. |
58
  | `easyhuman` | 672 | rendered 3-belt EasyHuman videos (224 video rows at L=256) plus their text-modality counterparts (448 text rows at L=256 + L=1024). The `modality` column distinguishes `text` vs `video`. Pattern-based, so no entropy ground truth on this config. |
59
  | `natural_video` | 1,028 | EPIC-Kitchens-100 derived clips and SoccerNet provenance metadata. |
60
 
 
223
  ## Citation
224
 
225
  Anonymous, "Substream Recollection," 2026 (anonymized for review).
226
+
227
+ ## Changelog
228
+
229
+ - **v2.1.0 (2026-07):** removed 55 rows in a data-quality pass (40 `text`, 15 `synthetic_video`); associated probe clips removed and row counts updated. No other rows changed.
metadata.json CHANGED
The diff for this file is too large to render. See raw diff
 
synthetic_video/manifest.json CHANGED
The diff for this file is too large to render. See raw diff
 
synthetic_video/questions.json CHANGED
The diff for this file is too large to render. See raw diff
 
synthetic_video/questions.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed0a711d12673de189d187d032796762ccab14f16deaa665e0f02a609a771205
3
- size 185956
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d45e16bb39f23a9e80a4f8c802a1f75f61d1a43358f25df66c99eea45fc91d2d
3
+ size 197831
synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_15_q6_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:20056c5567088f34344b35ee37ec12761aec2783d6b74890f8cf26aef0247f46
3
- size 7607
 
 
 
 
synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_15_q8_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a20f9270f85429676fca7fd05f9d51a6c7fc7caad1596208e5d202d0edfded4
3
- size 7420
 
 
 
 
synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_16_q8_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d59fdc696920afec0ea958395c44d1cfeeda1d50a87550e7d49377397d6f40ce
3
- size 9317
 
 
 
 
synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_17_q9_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:93f7a4d713c3bf4cda3774594466cee922f04eca9ff8eca5cd2cae8dea432592
3
- size 7487
 
 
 
 
synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_3_q4_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf80bf0ade1fd42be2f014cd18dc102966013d3fb71be5ec9475ae6bad6909ce
3
- size 7894
 
 
 
 
synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_7_q6_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddc75d010c919d7fae0738da3af21e154703e8a8bac9d9e358b3ad57557ee740
3
- size 7743
 
 
 
 
synthetic_video/videos/L_1024_frames/UNIFORM_EVAL_L1024_ELOW/clips/video_7_q8_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b6a65df09e7394dee7666b89a1092a3d7541af581a37d01b42830659bc908a6
3
- size 7661
 
 
 
 
synthetic_video/videos/L_128_frames/UNIFORM_EVAL_L128_ELOW/clips/video_11_q12_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f965c3b5e46c783c730aea56184872f42eb2f2b26674412fe9572f83f5417929
3
- size 8075
 
 
 
 
synthetic_video/videos/L_128_frames/UNIFORM_EVAL_L128_ELOW/clips/video_3_q3_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac7ee2565ae7d42b723a20b4479df4c834bba0caae31ce334e7a8c23c1cec37e
3
- size 8642
 
 
 
 
synthetic_video/videos/L_128_frames/UNIFORM_EVAL_L128_MED/clips/video_9_q5_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7433a7631d1865d5f3585645539fc4108cf2b3c753d52d30b1e74a6c465c227
3
- size 7946
 
 
 
 
synthetic_video/videos/L_256_frames/UNIFORM_EVAL_L256_ELOW/clips/video_6_q9_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e4360c51edc2488c4b717ae4df0c06bb6480b9179bd9880eb1b50d535f8ad6c
3
- size 6339
 
 
 
 
synthetic_video/videos/L_512_frames/UNIFORM_EVAL_L512_ELOW/clips/video_1_q15_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:70c8a5dbc0fa9cfa8c6654ee3d479deb10c187dcc3c0a1aa0f2a1bc84efb97d3
3
- size 9223
 
 
 
 
synthetic_video/videos/L_512_frames/UNIFORM_EVAL_L512_ELOW/clips/video_2_q5_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:17444a45392e31929b13d36dc017e925c0788bfa74e775a04eb05568727cb802
3
- size 7924
 
 
 
 
synthetic_video/videos/L_512_frames/UNIFORM_EVAL_L512_ELOW/clips/video_7_q6_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:428b63fe07e0e4dccad79dbcea24a75242b935dccfd732ba7e0fc2f760559653
3
- size 8403
 
 
 
 
synthetic_video/videos/L_64_frames/UNIFORM_EVAL_L064_ELOW/clips/video_2_q5_false_spatial.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:07bd216653623fda274c08274e151454984c90cdede8d5fcc6ffdd75d2def1f8
3
- size 7384
 
 
 
 
text/manifest.json CHANGED
The diff for this file is too large to render. See raw diff
 
text/questions.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4225505b280029242e3e6a712c8aeb7a689bd0eef7d2fa6c45d4a3f936d6f1ae
3
- size 31423322
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312f447e6ddf006936f2d84c0b9957030dfe921cf2e64ce6de48d0cb2990fe7f
3
+ size 31041915
text/questions.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b3d15848c16ef71635301ad887fd8e9d56df50646ad8fbbe0f28f3f1eec5192
3
- size 586342
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df3a98e4be1c3951fc03d36446025a592a63f61d2c96060a6d9d4add1795b32
3
+ size 599864