skyzhou06 commited on
Commit
64ac96d
·
verified ·
1 Parent(s): 793b491

v0.3 quality hardening: SFT-ready schema, portable media manifests, and seven-config parquet release

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +69 -58
  2. data/AVJointReasoning/{eval.parquet → eval-00000-of-00001.parquet} +2 -2
  3. data/AVJointReasoning/sample.jsonl +0 -0
  4. data/AVJointReasoning/{high_quality.parquet → train-00000-of-00001.parquet} +2 -2
  5. data/LiveAVCommentary/{eval.parquet → eval-00000-of-00001.parquet} +2 -2
  6. data/LiveAVCommentary/high_quality.parquet +0 -3
  7. data/LiveAVCommentary/sample.jsonl +0 -0
  8. data/{AVJointReasoning/train.parquet → LiveAVCommentary/train-00000-of-00001.parquet} +2 -2
  9. data/LiveAVCommentary/train.parquet +0 -3
  10. data/OCRScreenGrounding/eval-00000-of-00001.parquet +3 -0
  11. data/OCRScreenGrounding/train-00000-of-00001.parquet +3 -0
  12. data/ProactiveAVInteraction/eval-00000-of-00001.parquet +3 -0
  13. data/ProactiveAVInteraction/train-00000-of-00001.parquet +3 -0
  14. data/SpeechOutputAlignment/eval-00000-of-00001.parquet +3 -0
  15. data/SpeechOutputAlignment/eval.parquet +0 -3
  16. data/SpeechOutputAlignment/high_quality.parquet +0 -3
  17. data/SpeechOutputAlignment/sample.jsonl +0 -0
  18. data/SpeechOutputAlignment/train-00000-of-00001.parquet +3 -0
  19. data/SpeechOutputAlignment/train.parquet +0 -3
  20. data/StreamingASRTranslation/eval-00000-of-00001.parquet +3 -0
  21. data/StreamingASRTranslation/eval.parquet +0 -3
  22. data/StreamingASRTranslation/high_quality.parquet +0 -3
  23. data/StreamingASRTranslation/sample.jsonl +0 -0
  24. data/StreamingASRTranslation/train-00000-of-00001.parquet +3 -0
  25. data/StreamingASRTranslation/train.parquet +0 -3
  26. data/StreamingAudioInteraction/eval-00000-of-00001.parquet +3 -0
  27. data/StreamingAudioInteraction/eval.parquet +0 -3
  28. data/StreamingAudioInteraction/high_quality.parquet +0 -3
  29. data/StreamingAudioInteraction/sample.jsonl +0 -0
  30. data/StreamingAudioInteraction/train-00000-of-00001.parquet +3 -0
  31. data/StreamingAudioInteraction/train.parquet +0 -3
  32. dataset_infos.json +0 -34
  33. docs/._LIMITATIONS.md +0 -0
  34. docs/._MODEL_BACKENDS.md +0 -0
  35. docs/._RELEASES.md +0 -0
  36. docs/._SCHEMA.md +0 -0
  37. docs/._SOURCE_PROVENANCE.md +0 -0
  38. docs/._TASK_MAPPING.md +0 -0
  39. docs/._V0_2_1_RELEASE_NOTES.md +0 -0
  40. docs/._VALIDATION.md +0 -0
  41. docs/INTERNAL_SFT_USAGE.md +7 -0
  42. docs/LICENSE_AND_PROVENANCE_MATRIX.md +13 -0
  43. docs/LIMITATIONS.md +10 -0
  44. docs/MEDIA_RECONSTRUCTION.md +17 -0
  45. docs/MODEL_BACKENDS.md +7 -0
  46. docs/RELEASES.md +11 -0
  47. docs/SCHEMA.md +19 -0
  48. docs/SOURCE_PROVENANCE.md +9 -0
  49. docs/TASK_MAPPING.md +13 -0
  50. docs/V0_2_1_RELEASE_NOTES.md +25 -0
README.md CHANGED
@@ -1,72 +1,83 @@
1
  ---
2
- pretty_name: Streaming Omni Datasets
 
3
  task_categories:
4
- - visual-question-answering
5
- - video-text-to-text
6
- - audio-classification
7
  - automatic-speech-recognition
 
 
 
8
  - text-to-speech
9
- license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
- # Streaming Omni Datasets
13
-
14
- Repository target: `skyzhou06/StreamingOmniDatasets`
15
-
16
- This package contains Phase 1 and Phase 2 local outputs for Streaming Omni dataset construction.
17
-
18
- ## Dataset List
19
-
20
- | Dataset | Train | Eval | High quality |
21
- | --- | ---: | ---: | ---: |
22
- | StreamingAudioInteraction | 950 | 50 | 1000 |
23
- | StreamingASRTranslation | 950 | 50 | 1000 |
24
- | SpeechOutputAlignment | 950 | 50 | 1000 |
25
- | LiveAVCommentary | 950 | 50 | 1000 |
26
- | AVJointReasoning | 950 | 50 | 1000 |
27
-
28
- ## Schema
29
-
30
- Rows follow the repository `configs/schema.json` timeline schema with audio, video, text, evidence, and quality fields.
31
-
32
- ## Construction Pipeline
33
-
34
- Phase 1 builds streaming audio interaction, ASR/translation, and speech output alignment. Phase 2 adds live AV commentary and AV joint reasoning from non-benchmark local or public/open online media.
35
-
36
- ## Online Sources
37
-
38
- - Successfully used source distribution: `{'internet_archive_public': 4}`
39
- - Usable downloaded/public clips: `4`
40
- - Download failures by reason: `{}`
41
-
42
- ## Tool Usage Transparency
43
-
44
- Reports record whether WhisperX, CosyVoice, VLM captioning, and audio tagging used real models, remote execution, or deterministic fallback mode. Phase 2 in this package uses real downloaded media with fallback caption/tag labels because no real VLM/audio tagger backend was configured locally or remotely.
45
-
46
- ## Benchmark Exclusion
47
-
48
- Benchmark datasets listed in the project reports are not used as training sources.
49
-
50
- ## Limitations
51
-
52
- The public-media source subset is intentionally small. Fallback captions/tags are conservative labels grounded in source metadata and sampled frames/audio, not real VLM or CLAP/BEATs inference. Source license notes are preserved and should be audited before downstream redistribution decisions.
53
-
54
- ## Intended Use
55
-
56
- Research and development of streaming multimodal dataset construction pipelines.
57
 
58
- ## Not Intended For
59
 
60
- Production safety-critical deployment or claims of benchmark performance.
61
 
62
- ## Citation
63
 
64
- Citation placeholder.
 
65
 
66
- ## License
 
 
 
 
 
 
67
 
68
- License placeholder; source-specific license notes are preserved in row metadata and reports.
69
 
70
- ## Phase Status
 
 
 
 
 
71
 
72
- See `reports/PHASE1_REPORT.md`, `reports/PHASE2_REPORT.md`, and `reports/validation_report.json`.
 
1
  ---
2
+ pretty_name: StreamingOmniDatasets v0.3 Quality Hardened
3
+ license: other
4
  task_categories:
 
 
 
5
  - automatic-speech-recognition
6
+ - audio-classification
7
+ - video-text-to-text
8
+ - visual-question-answering
9
  - text-to-speech
10
+ configs:
11
+ - config_name: StreamingAudioInteraction
12
+ data_files:
13
+ - split: train
14
+ path: data/StreamingAudioInteraction/train-00000-of-00001.parquet
15
+ - split: eval
16
+ path: data/StreamingAudioInteraction/eval-00000-of-00001.parquet
17
+ - config_name: StreamingASRTranslation
18
+ data_files:
19
+ - split: train
20
+ path: data/StreamingASRTranslation/train-00000-of-00001.parquet
21
+ - split: eval
22
+ path: data/StreamingASRTranslation/eval-00000-of-00001.parquet
23
+ - config_name: SpeechOutputAlignment
24
+ data_files:
25
+ - split: train
26
+ path: data/SpeechOutputAlignment/train-00000-of-00001.parquet
27
+ - split: eval
28
+ path: data/SpeechOutputAlignment/eval-00000-of-00001.parquet
29
+ - config_name: LiveAVCommentary
30
+ data_files:
31
+ - split: train
32
+ path: data/LiveAVCommentary/train-00000-of-00001.parquet
33
+ - split: eval
34
+ path: data/LiveAVCommentary/eval-00000-of-00001.parquet
35
+ - config_name: AVJointReasoning
36
+ data_files:
37
+ - split: train
38
+ path: data/AVJointReasoning/train-00000-of-00001.parquet
39
+ - split: eval
40
+ path: data/AVJointReasoning/eval-00000-of-00001.parquet
41
+ - config_name: ProactiveAVInteraction
42
+ data_files:
43
+ - split: train
44
+ path: data/ProactiveAVInteraction/train-00000-of-00001.parquet
45
+ - split: eval
46
+ path: data/ProactiveAVInteraction/eval-00000-of-00001.parquet
47
+ - config_name: OCRScreenGrounding
48
+ data_files:
49
+ - split: train
50
+ path: data/OCRScreenGrounding/train-00000-of-00001.parquet
51
+ - split: eval
52
+ path: data/OCRScreenGrounding/eval-00000-of-00001.parquet
53
  ---
54
 
55
+ # StreamingOmniDatasets v0.3 Quality Hardened
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
+ Streaming multimodal SFT data with seven configurations, a canonical `streaming_omni_v0.3.1` schema, 950 train rows and 50 eval rows per configuration.
58
 
59
+ Raw media is not universally redistributed. Each row declares one `metadata.media_access` strategy: upstream reconstruction for restricted Seamless Interaction derivatives, or deterministic generation for synthetic speech/OCR assets. See [docs/MEDIA_RECONSTRUCTION.md](docs/MEDIA_RECONSTRUCTION.md).
60
 
61
+ ## Loading
62
 
63
+ ```python
64
+ from datasets import load_dataset
65
 
66
+ ds = load_dataset(
67
+ "skyzhou06/StreamingOmniDatasets",
68
+ "ProactiveAVInteraction",
69
+ split="train",
70
+ )
71
+ print(ds[0]["timeline"], ds[0]["interaction_policy"])
72
+ ```
73
 
74
+ ## Integrity and limitations
75
 
76
+ - Training lineage excludes the benchmark banlist documented in `docs/SOURCE_PROVENANCE.md`.
77
+ - Seamless Interaction-derived data retains the CC BY-NC 4.0 non-commercial restriction; the repository uses `license: other` because sources differ.
78
+ - Qwen2.5-VL annotations are accepted only after direct or safely repaired JSON parsing and schema validation; final statistics are in `docs/V0_3_RELEASE_NOTES.md`.
79
+ - WhisperX timestamps are segment-level, not word-level.
80
+ - OCR assets in this hardened release are deterministic generated examples with generator ground truth; they are not represented as real OCR-model detections or verified public-sign photographs.
81
+ - Agent review is not human review. Human-review CSV/JSONL artifacts are provided separately in the project outputs.
82
 
83
+ See `docs/SCHEMA.md`, `docs/INTERNAL_SFT_USAGE.md`, `docs/LICENSE_AND_PROVENANCE_MATRIX.md`, and `docs/LIMITATIONS.md`.
data/AVJointReasoning/{eval.parquet → eval-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee6b85cd6911f61af187385347b1eb8b35951897f86bec3f163aa1fcd8cfbef8
3
- size 23085
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eec74340c0a3ca9204a5f14520cea5c4beb60fd6d3f232503d29e316154c2735
3
+ size 23041
data/AVJointReasoning/sample.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
data/AVJointReasoning/{high_quality.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dff16ab2a01ece46aa8694c8716e086c0cb8e4eba3794f53cabda767909f808
3
- size 32014
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e795ba2534f78b0eadc89f5181ff67d4f189441b0b73a961957e69686fdf34d
3
+ size 47325
data/LiveAVCommentary/{eval.parquet → eval-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fa635d4a2779e4c286bfa09b6f5cfceb5fac0038edf44adae18448506e91e44
3
- size 21383
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3302083d14dd29c7dd49726747ac5141223ec582b0575d7cb68ae4984c0cccbe
3
+ size 21690
data/LiveAVCommentary/high_quality.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee3d2df9a36d79802b97be96cc21bf083a2b644f3ff98c0a9c3aaa052d43c6cf
3
- size 30423
 
 
 
 
data/LiveAVCommentary/sample.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
data/{AVJointReasoning/train.parquet → LiveAVCommentary/train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b060f9ba9ad62fd5fb42a3ec2d2d1f2b94643a0f02a1a7b97db8758c7379bbe
3
- size 31646
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dcbb9ba0fab7f05fd25342ab7b4f7412d0354cd156a7e4c9379f961edcdab3b
3
+ size 47525
data/LiveAVCommentary/train.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:15569dc44dfb4dfb2aaa3d2311b8bcadab4997db8d1b57dae33ab7fa35d14aaa
3
- size 30055
 
 
 
 
data/OCRScreenGrounding/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d1f7cd78cadc354cf86d00f7ffa8e7c4ba8729881a755cf888f6785f7f3894
3
+ size 34311
data/OCRScreenGrounding/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee38d5838da41062f12889d1ce7d84d213cbe6beae9bf471627462ee47c2548e
3
+ size 102813
data/ProactiveAVInteraction/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b13344eab735d5b92106609032aabd42b4eb854175ca78d11f3ab5978e58ef3
3
+ size 38158
data/ProactiveAVInteraction/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4c474d920e5bd870eeafc865b3d9377254ebd6edd6cf24b9a82a73d3865ed6
3
+ size 95658
data/SpeechOutputAlignment/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f011da08a4e10649d251c3b7095c806055fc4c2432a05cb7cd1cdab1d183e2f9
3
+ size 26673
data/SpeechOutputAlignment/eval.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:402b29b0e74d80ab77518421c6abddd0c790b41fa3549fdc1dbb8bc91b452236
3
- size 20074
 
 
 
 
data/SpeechOutputAlignment/high_quality.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:21d2a15e81458816ddc8828a7ee192a4f7a094fcd34619cb6e409683ed35bef8
3
- size 58236
 
 
 
 
data/SpeechOutputAlignment/sample.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
data/SpeechOutputAlignment/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6da8a4bc6c1eb88f549b8733e836d7c069971b7a42a459fb953d202c1c545405
3
+ size 73227
data/SpeechOutputAlignment/train.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6e0cbb971fb670c91c9841e430d726a4e8cba00544350306caa80645dc70e89
3
- size 56535
 
 
 
 
data/StreamingASRTranslation/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2d569ac34ef668ddcb9eb168048734e727146ee8a9f311b59a50cac50ebf2b0
3
+ size 24634
data/StreamingASRTranslation/eval.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7aef5eacb5ec8dfde763974c3af0293a3dcdf2edabb7e3025ae0ed8a27c36c8
3
- size 17486
 
 
 
 
data/StreamingASRTranslation/high_quality.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e7912c4d5043da75a824487f32441d65ef69a096651395c74e7b03e21b65644
3
- size 44128
 
 
 
 
data/StreamingASRTranslation/sample.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
data/StreamingASRTranslation/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d028577a571f044e23a31ab54afc7f12ad8e348cfd43278830d35bfcff039859
3
+ size 72350
data/StreamingASRTranslation/train.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:73bf33409be955b896e6022277e4a52e8334114115cff6a21cf128ff60eb28d9
3
- size 42940
 
 
 
 
data/StreamingAudioInteraction/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45bc4bb71400d4cd1aa969d871e1cece4e521446334970f7c28d7842e17f5e50
3
+ size 23006
data/StreamingAudioInteraction/eval.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cc72e9acd98d25f5644ea401c9d577121f0b058f43591b7a24bb8bcf6732038
3
- size 16404
 
 
 
 
data/StreamingAudioInteraction/high_quality.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:00024ea6cca34eec023ad785c3576f57f0fd7ec67c4ac2b391847e7d9d147f61
3
- size 43516
 
 
 
 
data/StreamingAudioInteraction/sample.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
data/StreamingAudioInteraction/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44dac6c670aac24713b9373c953ce9f652898ab098f60f20c6ea89ee346b883
3
+ size 58771
data/StreamingAudioInteraction/train.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:71aa708acfcdf597a3192b7b0b82a1c161b777600d03b5bb515d073e347eec9e
3
- size 42171
 
 
 
 
dataset_infos.json DELETED
@@ -1,34 +0,0 @@
1
- {
2
- "repo_id": "skyzhou06/StreamingOmniDatasets",
3
- "datasets": {
4
- "StreamingAudioInteraction": {
5
- "train": 950,
6
- "eval": 50,
7
- "high_quality": 1000
8
- },
9
- "StreamingASRTranslation": {
10
- "train": 950,
11
- "eval": 50,
12
- "high_quality": 1000
13
- },
14
- "SpeechOutputAlignment": {
15
- "train": 950,
16
- "eval": 50,
17
- "high_quality": 1000
18
- },
19
- "LiveAVCommentary": {
20
- "train": 950,
21
- "eval": 50,
22
- "high_quality": 1000
23
- },
24
- "AVJointReasoning": {
25
- "train": 950,
26
- "eval": 50,
27
- "high_quality": 1000
28
- }
29
- },
30
- "include_phases": [
31
- "phase1",
32
- "phase2"
33
- ]
34
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docs/._LIMITATIONS.md ADDED
Binary file (163 Bytes). View file
 
docs/._MODEL_BACKENDS.md ADDED
Binary file (163 Bytes). View file
 
docs/._RELEASES.md ADDED
Binary file (163 Bytes). View file
 
docs/._SCHEMA.md ADDED
Binary file (163 Bytes). View file
 
docs/._SOURCE_PROVENANCE.md ADDED
Binary file (163 Bytes). View file
 
docs/._TASK_MAPPING.md ADDED
Binary file (163 Bytes). View file
 
docs/._V0_2_1_RELEASE_NOTES.md ADDED
Binary file (163 Bytes). View file
 
docs/._VALIDATION.md ADDED
Binary file (163 Bytes). View file
 
docs/INTERNAL_SFT_USAGE.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Internal SFT Usage
2
+
3
+ `outputs/internal_sft_v0_3/` contains fourteen Parquet splits, materialized package-relative media, and per-config SFT JSONL.
4
+
5
+ Explicit adapters are provided for generic streaming, Qwen-Omni-style messages, and MiniCPM-o-style conversations. They intentionally do not claim tokenizer, processor, audio-codec, or speech-decoder compatibility across all model releases.
6
+
7
+ Run `scripts/33_validate_sft_readiness.py`, `scripts/34_sft_dataloader_smoke_test.py`, and `scripts/34b_mini_sft_smoke_test.py` before training.
docs/LICENSE_AND_PROVENANCE_MATRIX.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # License and Provenance Matrix
2
+
3
+ | Configuration | Source | Split | Media license | Annotation/license note | Raw media | Recovery | Restriction |
4
+ |---|---|---|---|---|---|---|---|
5
+ | StreamingAudioInteraction | existing text supervision + generated Piper speech | train/eval | generated asset | project annotation license not separately asserted | generated internally, omitted publicly | deterministic generation | do not infer a permissive upstream license |
6
+ | StreamingASRTranslation | existing transcripts + generated Piper speech | train/eval | generated asset | project annotation license not separately asserted | generated internally, omitted publicly | deterministic generation | do not infer a permissive upstream license |
7
+ | SpeechOutputAlignment | existing response text + generated Piper speech | train/eval | generated asset | project annotation license not separately asserted | generated internally, omitted publicly | deterministic generation | do not infer a permissive upstream license |
8
+ | LiveAVCommentary | facebook/seamless-interaction | train | CC BY-NC 4.0 | derived annotations | omitted | upstream manifest | attribution, non-commercial |
9
+ | AVJointReasoning | facebook/seamless-interaction | train | CC BY-NC 4.0 | derived annotations | omitted | upstream manifest | attribution, non-commercial |
10
+ | ProactiveAVInteraction | facebook/seamless-interaction | train | CC BY-NC 4.0 | derived Qwen/CLAP/WhisperX annotations | omitted | upstream manifest + clip boundaries | attribution, non-commercial |
11
+ | OCRScreenGrounding | deterministic generated UI/document/table/terminal/signage | generated | generated asset | generator ground truth | generated internally, omitted publicly | deterministic generation | not presented as public-sign media or OCR-model output |
12
+
13
+ The repository uses `license: other`; no single permissive license is asserted for all configurations.
docs/LIMITATIONS.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Limitations
2
+
3
+ - Seamless Interaction-derived media is non-commercial and is reconstructed from upstream rather than redistributed.
4
+ - Upstream archives or mirrors may become unavailable.
5
+ - Generated speech is useful for serialization and pipeline training checks but is not a substitute for diverse natural speech.
6
+ - OCR examples are generated and do not measure real-world OCR robustness.
7
+ - VLM/CLAP/WhisperX annotations can contain model errors even after structural validation.
8
+ - WhisperX timing is segment-level, not word-level.
9
+ - The minimal 12-step training test validates data/collator/backprop integration only; it is not evidence of compatibility with every production model.
10
+ - Agent review is not human review.
docs/MEDIA_RECONSTRUCTION.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Media Reconstruction
2
+
3
+ Each row points to a configuration manifest through `metadata.media_access.manifest_id`.
4
+
5
+ ```bash
6
+ python scripts/31_reconstruct_media.py \
7
+ --config ProactiveAVInteraction \
8
+ --output-dir outputs/reconstructed_media \
9
+ --limit 10
10
+ ```
11
+
12
+ Modes:
13
+
14
+ - `reconstruct`: download the declared upstream archive, extract its exact member, and apply the recorded clip boundaries. CC BY-NC media is not included in the repository.
15
+ - `generated`: render OCR text from the deterministic recipe or synthesize speech with the documented Piper voice.
16
+
17
+ The public package contains no required server-local path. Network availability and upstream license compliance remain the user’s responsibility.
docs/MODEL_BACKENDS.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Model Backends
2
+
3
+ - Qwen2.5-VL-7B-Instruct: real frame-conditioned invocations. Only direct or safely repaired structured JSON that passes field validation is accepted.
4
+ - CLAP: real audio-tagging scores retained for ProactiveAVInteraction.
5
+ - WhisperX small: real segment transcription. Empty no-speech results are explicitly marked `asr_status=no_speech`; timestamps are segment-level.
6
+ - OCRScreenGrounding: deterministic generator ground truth, not OCR-model inference.
7
+ - Piper `en_US-lessac-medium`: deterministic materialization for the internal speech package. Generated speech is documented as synthetic.
docs/RELEASES.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Releases
2
+
3
+ ## v0.3-quality-hardened
4
+
5
+ - Seven configurations, each 950 train / 50 eval.
6
+ - Canonical `streaming_omni_v0.3.1` schema and deterministic timeline chunk IDs.
7
+ - Proactive evidence IDs and OCR grounding/target resolution.
8
+ - Separate materialized internal SFT and manifest-backed public packages.
9
+ - Fourteen consistent Parquet split files and explicit Viewer configuration.
10
+
11
+ Earlier v0.3 candidates and the previous remote layout are not publication-quality because their package, media, schema, and Viewer gates were incomplete.
docs/SCHEMA.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Canonical Schema `streaming_omni_v0.3.1`
2
+
3
+ Every row contains `schema_version`, a unique `id`, config/split/source lineage, modalities, duration, a non-empty timeline, evidence, quality metadata, and `metadata.media_access`.
4
+
5
+ Every timeline chunk has a deterministic `chunk_0000`-style ID, monotonic `t_start < t_end`, streaming ASR/OCR/audio/visual events, control state, and optional target deltas. Chunk times stay inside `duration_sec`.
6
+
7
+ `metadata.media_access` declares exactly one public strategy: `reconstruct` with a stable upstream URL and manifest entry, or `generated` with a deterministic recipe. The internal package rewrites it to `included` with a package-relative path.
8
+
9
+ ## ProactiveAVInteraction
10
+
11
+ `interaction_policy` includes `should_speak`, `speak_timing`, `trigger_type`, `reason_for_silence`, resolvable `evidence_chunk_ids`, optional latency, priority, and interruption permission. A `genuinely_joint` label is used only when both independent audio and visual evidence are materially required.
12
+
13
+ ## OCRScreenGrounding
14
+
15
+ `ocr_grounding` includes `required`, non-empty `text_instances`, normalized `[x1,y1,x2,y2]` boxes, frame timestamps, confidence, source, resolvable `target_instance_ids`, and temporal state fields. Generated examples use `source=generator_ground_truth`; no generator truth is presented as OCR-model inference.
16
+
17
+ ## Model mode and quality
18
+
19
+ `metadata.model_mode` records backend modes. `quality.status` must be `pass` for release rows. WhisperX timestamps are segment-level.
docs/SOURCE_PROVENANCE.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Source Provenance
2
+
3
+ All rows retain `source_id`, `source_dataset`, original identifiers, split assignment, license notes, and a manifest ID.
4
+
5
+ - `LiveAVCommentary`, `AVJointReasoning`, and `ProactiveAVInteraction` derive from `facebook/seamless-interaction/train` media under CC BY-NC 4.0. Raw media is omitted; manifests point to upstream archives and clip boundaries.
6
+ - The three speech configurations use deterministic generated speech from their existing text supervision. They do not claim that the speech is naturally recorded.
7
+ - `OCRScreenGrounding` uses deterministic rendered text and generator ground truth. Entries previously called public signage lacked verifiable public-media provenance and were honestly reclassified as generated signage.
8
+
9
+ Forbidden training sources include LiveSports-3K, Daily-Omni, WorldSense, JointAVBench, AVUT-Human, Video-MME eval, OmniPro, Proactive-Sound-Bench, LongVideoBench, MLVU, Video-Holmes, FutureOmni, SeedTTS eval, LongTTS eval, TextVQA VAL, OCRBench eval, DocVQA eval, HallusionBench, and MMHal eval.
docs/TASK_MAPPING.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Task Mapping
2
+
3
+ | Configuration | Primary supervision | Media strategy |
4
+ |---|---|---|
5
+ | StreamingAudioInteraction | streaming speech interaction/control | generated speech |
6
+ | StreamingASRTranslation | streaming ASR/translation text | generated speech |
7
+ | SpeechOutputAlignment | response speech timing/alignment | generated speech |
8
+ | LiveAVCommentary | live audiovisual commentary | upstream reconstruction |
9
+ | AVJointReasoning | grounded audiovisual question answering | upstream reconstruction |
10
+ | ProactiveAVInteraction | speak/wait/never policy and evidence | upstream reconstruction |
11
+ | OCRScreenGrounding | OCR transcription, instances, boxes, temporal state | deterministic generated image |
12
+
13
+ Benchmark names may inform taxonomy and metrics only; the banlist in `SOURCE_PROVENANCE.md` is excluded from row lineage, source manifests, and prompt inputs.
docs/V0_2_1_RELEASE_NOTES.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # v0.2.1 Release Notes
2
+
3
+ ## What Changed
4
+
5
+ - **No parquet/data changes**: All v0.2 parquet data is unchanged.
6
+ - **No v0.2 data rebuild**: Scripts 03-08 were not re-run.
7
+ - **No v0.3 data generation**: ProactiveAVInteraction and OCRScreenGrounding data not created.
8
+ - **Documentation and examples only**: Added schema docs, task mapping, source provenance,
9
+ validation docs, model backend docs, release history, limitations, and runnable examples.
10
+ - **Remote smoke tests**: Verification scripts for remote HF upload integrity.
11
+
12
+ ## Files Added/Updated (v0.2.1)
13
+
14
+ - README.md (updated)
15
+ - docs/SCHEMA.md, TASK_MAPPING.md, SOURCE_PROVENANCE.md, VALIDATION.md
16
+ - docs/MODEL_BACKENDS.md, LIMITATIONS.md, RELEASES.md, V0_2_1_RELEASE_NOTES.md
17
+ - examples/load_streaming_omni_dataset.py, stream_remote_dataset.py
18
+ - examples/inspect_timeline.py, validate_one_row.py
19
+ - scripts/15_remote_hf_smoke_test.py
20
+
21
+ ## Not Changed
22
+
23
+ - All parquet files in data/
24
+ - All report files from v0.2
25
+ - Source media and intermediate files