cy0307 commited on
Commit
45c1706
·
verified ·
1 Parent(s): fe478f0

Publish Ropedia Xperience-10M task baseline cards

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. ARTIFACT_GUIDE.md +10 -10
  2. EVIDENCE_CONTRACT.md +7 -7
  3. FOUNDATION_MODEL_PLAN.md +3 -3
  4. PROJECT_BRIEF.md +2 -2
  5. PROJECT_README.md +92 -68
  6. PROJECT_STATUS.md +8 -10
  7. QUALITY_GATES.md +1 -1
  8. README.md +42 -47
  9. REPRODUCIBILITY.md +3 -3
  10. RESEARCH_ROADMAP.md +7 -7
  11. RESEARCH_TAKEAWAYS.md +8 -8
  12. XPERIENCE10M_DATASET_CARD_ALIGNMENT.md +4 -5
  13. assets/charts/feature_blocks.svg +17 -17
  14. assets/charts/research_direction_extension_tasks.svg +12 -12
  15. assets/pipeline_diagram.svg +4 -4
  16. assets/task_architectures.svg +15 -16
  17. data/mirror_parity.json +754 -444
  18. data/publication_audit.json +15 -15
  19. docs/assets/charts/feature_blocks.svg +17 -17
  20. docs/assets/charts/research_direction_extension_tasks.svg +12 -12
  21. docs/assets/pipeline_diagram.svg +4 -4
  22. docs/assets/task_architectures.svg +15 -16
  23. docs/data/artifact_index.json +77 -77
  24. docs/data/audio_ablation_summary.json +4 -4
  25. docs/data/evaluation_protocol.json +11 -11
  26. docs/data/evidence_contract.json +9 -9
  27. docs/data/foundation_model_plan.json +2 -2
  28. docs/data/live_publication_status.json +173 -173
  29. docs/data/mirror_parity.json +305 -402
  30. docs/data/modality_atlas.json +3 -3
  31. docs/data/project_brief.json +2 -2
  32. docs/data/project_packet.json +6 -6
  33. docs/data/project_status.json +10 -10
  34. docs/data/public_surface_qa.json +5 -5
  35. docs/data/publication_audit.json +23 -182
  36. docs/data/quality_gates.json +3 -3
  37. docs/data/reproducibility_matrix.json +4 -4
  38. docs/data/research_direction_extensions.json +124 -124
  39. docs/data/research_directions.json +1 -1
  40. docs/data/research_roadmap.json +8 -8
  41. docs/data/research_roadmap_interactive.json +16 -16
  42. docs/data/research_takeaways.json +7 -7
  43. docs/data/source_alignment_audit.json +8 -24
  44. docs/data/summary_metrics.json +25 -25
  45. docs/data/task_walkthroughs.json +1 -1
  46. docs/data/website_integrity.json +30 -30
  47. docs/data/xperience10m_dataset_card_alignment.json +1 -1
  48. docs/index.html +33 -33
  49. index.html +57 -57
  50. metrics/artifact_index.json +71 -71
ARTIFACT_GUIDE.md CHANGED
@@ -21,13 +21,13 @@ The project separates these reading layers:
21
  6. **Data contract:** how one public Xperience-10M sample episode becomes
22
  aligned model windows and feature blocks.
23
  7. **Task evidence:** minimal and neural results for the 12 task contracts plus
24
- audio ablation, raw-audio feature replacement, and four research-direction
25
  extension probes.
26
  8. **Reproducibility:** public commands, expected outputs, and exact-match
27
  evidence for the single-episode pipeline.
28
  9. **Public project surface:** repo, website, and Hugging Face pages,
29
  accessibility semantics, links, and reader-facing copy.
30
- 10. **Multi-episode pilot status:** scripts and reports for the planned 32-episode
31
  Qwen3-Omni pilot, with the data-access requirement kept visible.
32
  11. **Foundation-model selection:** Qwen3-Omni, Cosmos 3, GR00T, OpenVLA,
33
  openpi, Gemini Robotics, and lightweight policy candidates separated by
@@ -37,8 +37,8 @@ The project separates these reading layers:
37
 
38
  | Artifact | Why to open it first |
39
  | --- | --- |
40
- | [`PROJECT_STATUS.md`](PROJECT_STATUS.md) | Gives the fastest current-state table: implemented, data-gated, and outside current scope. |
41
- | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md) | Shows the staged path from public-sample task development to multi-episode data staging, the 32-episode Qwen3-Omni LoRA pilot, robustness runs, and larger omni-model extensions. |
42
  | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) | Explains which foundation backbones fit which Xperience-10M objective: Qwen3-Omni first, Cosmos 3 for world modeling, and VLA/policy models after action-target conversion. |
43
  | [`EVIDENCE_CONTRACT.md`](EVIDENCE_CONTRACT.md) | Defines the implemented scope, setup-stage artifacts, and multi-episode prerequisites. |
44
  | [`QUALITY_GATES.md`](QUALITY_GATES.md) | Lists the automated release checks and post-publish verification used to keep the release current. |
@@ -64,7 +64,7 @@ The project separates these reading layers:
64
  | [`docs/data/live_publication_status.json`](docs/data/live_publication_status.json) | Last live GitHub/HF verification after upload. |
65
  | [`docs/data/mirror_parity.json`](docs/data/mirror_parity.json) | Confirms prepared HF Space, artifact, and model mirrors match the repo for critical data, figures, website HTML, and validator scripts. |
66
  | [`docs/data/publication_audit.json`](docs/data/publication_audit.json) | Summarizes public bundle contents and exclusions for raw data, Python caches, heavy archives, token strings, and public-card figure references. |
67
- | [`docs/data/scope_claims_audit.json`](docs/data/scope_claims_audit.json) | Records historical `32ep` setup identifiers separately from completed held-out-episode results. |
68
  | [`docs/data/task_surface_integrity.json`](docs/data/task_surface_integrity.json) | Confirms the public 12-task cards use readable task names, modality thumbnails, and the interactive walkthrough/player data contract. |
69
  | [`docs/data/website_integrity.json`](docs/data/website_integrity.json) | Confirms local site links, anchors, JSON bundles, and referenced images resolve. |
70
  | [`RENDERED_SITE_CHECK.md`](RENDERED_SITE_CHECK.md) and [`docs/data/rendered_site_check.json`](docs/data/rendered_site_check.json) | Records the latest browser-level page load, tab navigation, walkthrough deep link, player interaction, and console-health check. |
@@ -107,7 +107,7 @@ The project separates these reading layers:
107
  | Artifact | What it shows |
108
  | --- | --- |
109
  | [`results/episode_task_suite/windows.csv`](results/episode_task_suite/windows.csv) | The sample episode is converted into 1,161 aligned 20-frame windows. |
110
- | [`results/episode_task_suite/feature_manifest.json`](results/episode_task_suite/feature_manifest.json) | The current input vector has 8,546 dimensions with explicit feature-block boundaries, including a 168-d AAC audio block. |
111
  | [`results/episode_task_suite/available_modalities.json`](results/episode_task_suite/available_modalities.json) | The sample modality coverage is recorded, including the current audio-featurization status. |
112
  | [`results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz`](results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz) | Derived 588-d raw log-mel window features decoded from the local public-sample MP4 audio stream; raw audio itself is not redistributed. |
113
  | [`docs/data/modality_atlas.json`](docs/data/modality_atlas.json) | The responsive website modality cards and derived thumbnail assets are documented without redistributing raw data. |
@@ -122,9 +122,9 @@ The project separates these reading layers:
122
  | [`results/episode_task_suite/research_directions/`](results/episode_task_suite/research_directions/) | Mapping from the 12 tasks to the four Ropedia research directions. |
123
  | [`results/episode_task_suite/research_direction_extensions/`](results/episode_task_suite/research_direction_extensions/) | Four additional coded probes, one per research direction. |
124
  | [`results/episode_task_suite/task_walkthroughs/`](results/episode_task_suite/task_walkthroughs/) | Human-readable research names and case studies explaining input, process modules, output, metric, limitation, and the website task-player data. |
125
- | [`results/audio_ablation/audio_ablation_metrics.csv`](results/audio_ablation/audio_ablation_metrics.csv) | All 72 measured audio rows: 12 tasks times six variants, including no-audio, handcrafted-audio-only, raw-audio-only, raw replacement, and all-plus-raw. |
126
  | [`results/audio_ablation/audio_delta_summary.csv`](results/audio_ablation/audio_delta_summary.csv) | Compact per-task audio delta table for quick manual inspection. |
127
- | [`scripts/audio_ablation_and_raw_upgrade.py`](scripts/audio_ablation_and_raw_upgrade.py) | Regenerates current-AAC audio ablation and raw log-mel upgrade results from real task-suite artifacts plus the local public-sample MP4. |
128
  | [`scripts/validate_task_surface.py`](scripts/validate_task_surface.py) | Fails publication if public task cards drift back to raw artifact ids or lose their thumbnail/player wiring. |
129
 
130
  ## Reproducibility
@@ -155,8 +155,8 @@ The project separates these reading layers:
155
 
156
  | Artifact | Current status |
157
  | --- | --- |
158
- | [`results/omni_finetune/DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) | Summarizes the data-access requirement before the 32-episode Qwen3-Omni pilot can run. |
159
- | [`results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md) | Documents the public multi-episode access path, selected 32-episode pilot plan, and data requirements. |
160
  | [`scripts/omni/discover_xperience10m_sources.py`](scripts/omni/discover_xperience10m_sources.py) | Discovery gate for valid multi-episode Xperience-10M sources. |
161
  | [`scripts/omni/train_qwen3_omni_lora.py`](scripts/omni/train_qwen3_omni_lora.py) | Training entrypoint for the Qwen3-Omni LoRA pilot after the data gate passes. |
162
  | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) | Adds the post-data-gate backbone selection plan: Qwen3-Omni first, Cosmos 3 for world modeling, and OpenVLA/openpi/GR00T for policy/action branches. |
 
21
  6. **Data contract:** how one public Xperience-10M sample episode becomes
22
  aligned model windows and feature blocks.
23
  7. **Task evidence:** minimal and neural results for the 12 task contracts plus
24
+ audio contribution variants, and four research-direction
25
  extension probes.
26
  8. **Reproducibility:** public commands, expected outputs, and exact-match
27
  evidence for the single-episode pipeline.
28
  9. **Public project surface:** repo, website, and Hugging Face pages,
29
  accessibility semantics, links, and reader-facing copy.
30
+ 10. **Multi-episode pilot status:** scripts and reports for the selected-episode
31
  Qwen3-Omni pilot, with the data-access requirement kept visible.
32
  11. **Foundation-model selection:** Qwen3-Omni, Cosmos 3, GR00T, OpenVLA,
33
  openpi, Gemini Robotics, and lightweight policy candidates separated by
 
37
 
38
  | Artifact | Why to open it first |
39
  | --- | --- |
40
+ | [`PROJECT_STATUS.md`](PROJECT_STATUS.md) | Gives the fastest current-state table: implemented, in staging, and outside current scope. |
41
+ | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md) | Shows the staged path from public-sample task development to multi-episode data staging, Qwen3-Omni LoRA, robustness runs, and larger omni-model extensions. |
42
  | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) | Explains which foundation backbones fit which Xperience-10M objective: Qwen3-Omni first, Cosmos 3 for world modeling, and VLA/policy models after action-target conversion. |
43
  | [`EVIDENCE_CONTRACT.md`](EVIDENCE_CONTRACT.md) | Defines the implemented scope, setup-stage artifacts, and multi-episode prerequisites. |
44
  | [`QUALITY_GATES.md`](QUALITY_GATES.md) | Lists the automated release checks and post-publish verification used to keep the release current. |
 
64
  | [`docs/data/live_publication_status.json`](docs/data/live_publication_status.json) | Last live GitHub/HF verification after upload. |
65
  | [`docs/data/mirror_parity.json`](docs/data/mirror_parity.json) | Confirms prepared HF Space, artifact, and model mirrors match the repo for critical data, figures, website HTML, and validator scripts. |
66
  | [`docs/data/publication_audit.json`](docs/data/publication_audit.json) | Summarizes public bundle contents and exclusions for raw data, Python caches, heavy archives, token strings, and public-card figure references. |
67
+ | [`docs/data/scope_claims_audit.json`](docs/data/scope_claims_audit.json) | Separates setup identifiers from completed held-out-episode results. |
68
  | [`docs/data/task_surface_integrity.json`](docs/data/task_surface_integrity.json) | Confirms the public 12-task cards use readable task names, modality thumbnails, and the interactive walkthrough/player data contract. |
69
  | [`docs/data/website_integrity.json`](docs/data/website_integrity.json) | Confirms local site links, anchors, JSON bundles, and referenced images resolve. |
70
  | [`RENDERED_SITE_CHECK.md`](RENDERED_SITE_CHECK.md) and [`docs/data/rendered_site_check.json`](docs/data/rendered_site_check.json) | Records the latest browser-level page load, tab navigation, walkthrough deep link, player interaction, and console-health check. |
 
107
  | Artifact | What it shows |
108
  | --- | --- |
109
  | [`results/episode_task_suite/windows.csv`](results/episode_task_suite/windows.csv) | The sample episode is converted into 1,161 aligned 20-frame windows. |
110
+ | [`results/episode_task_suite/feature_manifest.json`](results/episode_task_suite/feature_manifest.json) | The current input vector has 8,546 dimensions with explicit modality-group boundaries, including a 168-d audio group. |
111
  | [`results/episode_task_suite/available_modalities.json`](results/episode_task_suite/available_modalities.json) | The sample modality coverage is recorded, including the current audio-featurization status. |
112
  | [`results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz`](results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz) | Derived 588-d raw log-mel window features decoded from the local public-sample MP4 audio stream; raw audio itself is not redistributed. |
113
  | [`docs/data/modality_atlas.json`](docs/data/modality_atlas.json) | The responsive website modality cards and derived thumbnail assets are documented without redistributing raw data. |
 
122
  | [`results/episode_task_suite/research_directions/`](results/episode_task_suite/research_directions/) | Mapping from the 12 tasks to the four Ropedia research directions. |
123
  | [`results/episode_task_suite/research_direction_extensions/`](results/episode_task_suite/research_direction_extensions/) | Four additional coded probes, one per research direction. |
124
  | [`results/episode_task_suite/task_walkthroughs/`](results/episode_task_suite/task_walkthroughs/) | Human-readable research names and case studies explaining input, process modules, output, metric, limitation, and the website task-player data. |
125
+ | [`results/audio_ablation/audio_ablation_metrics.csv`](results/audio_ablation/audio_ablation_metrics.csv) | All 72 measured audio rows: 12 tasks times six variants, including no-audio, audio-only, alternate-audio-only, representation replacement, and all-input variants. |
126
  | [`results/audio_ablation/audio_delta_summary.csv`](results/audio_ablation/audio_delta_summary.csv) | Compact per-task audio delta table for quick manual inspection. |
127
+ | [`scripts/audio_ablation_and_raw_upgrade.py`](scripts/audio_ablation_and_raw_upgrade.py) | Regenerates audio contribution results from real task-suite artifacts plus the local public-sample MP4. |
128
  | [`scripts/validate_task_surface.py`](scripts/validate_task_surface.py) | Fails publication if public task cards drift back to raw artifact ids or lose their thumbnail/player wiring. |
129
 
130
  ## Reproducibility
 
155
 
156
  | Artifact | Current status |
157
  | --- | --- |
158
+ | [`results/omni_finetune/DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) | Summarizes the staging requirement before the held-out Qwen3-Omni pilot can report metrics. |
159
+ | [`results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md) | Documents the public multi-episode access path, selected relay plan, and data requirements. |
160
  | [`scripts/omni/discover_xperience10m_sources.py`](scripts/omni/discover_xperience10m_sources.py) | Discovery gate for valid multi-episode Xperience-10M sources. |
161
  | [`scripts/omni/train_qwen3_omni_lora.py`](scripts/omni/train_qwen3_omni_lora.py) | Training entrypoint for the Qwen3-Omni LoRA pilot after the data gate passes. |
162
  | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) | Adds the post-data-gate backbone selection plan: Qwen3-Omni first, Cosmos 3 for world modeling, and OpenVLA/openpi/GR00T for policy/action branches. |
EVIDENCE_CONTRACT.md CHANGED
@@ -13,7 +13,7 @@ the dashboard as a basis for further work.
13
  | Public figures are indexed as project evidence. | `FIGURE_INDEX.md`, `docs/data/figure_index.json`, `scripts/build_figure_index.py` | Verified visual evidence | Derived figures and thumbnails only; does not include raw MP4/HDF5/RRD data |
14
  | The project logo is consistently packaged across public surfaces. | `docs/data/brand_assets.json`, `docs/assets/brand/`, `scripts/build_brand_assets.py` | Verified brand packaging | Generated presentation assets only; does not contain raw Xperience-10M data or model weights |
15
  | The public Xperience-10M sample has been converted into aligned model windows. | `results/episode_task_suite/windows.csv`, `results/episode_task_suite/shared_windows.npz`, `results/episode_task_suite/summary_report.json` | Verified for 5,821 frames and 1,161 windows | One public sample episode only |
16
- | The current feature contract is explicit and inspectable. | `results/episode_task_suite/feature_manifest.json`, `results/episode_task_suite/available_modalities.json` | Verified for an 8,546-d feature vector | AAC audio is decoded from `fisheye_cam0.mp4` into a 168-d feature block |
17
  | The task evaluation protocol is explicit and generated from committed metrics. | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | Verified protocol | Defines windows, split, per-task metrics, leakage controls, and current limitations |
18
  | The public sample modalities are inspectable without raw data redistribution. | `docs/data/modality_atlas.json`, `docs/assets/modalities/`, website modality atlas | Verified derived thumbnail atlas | Thumbnails are presentation assets, not a replacement for official raw data access |
19
  | Public task cards stay readable for non-expert readers. | `docs/data/task_surface_integrity.json`, `scripts/validate_task_surface.py`, website task cards/player | Task-surface report | Presentation layer only; it does not add model quality or new data |
@@ -21,9 +21,9 @@ the dashboard as a basis for further work.
21
  | Minimal and neural heads use the same task contracts. | `scripts/neural_task_models.py`, `results/episode_task_suite/neural_mlp/`, `docs/assets/task_architectures.png` | Verified for 12 minimal heads and 12 neural MLP heads | Small heads only; not a foundation model |
22
  | Four Ropedia research directions are mapped honestly as direct, proxy, or diagnostic evidence. | `results/episode_task_suite/research_directions/research_direction_taxonomy.json`, `docs/data/research_directions.json` | Verified taxonomy | Some directions remain proxy-only |
23
  | Four extra direction probes are coded and evaluated. | `results/episode_task_suite/research_direction_extensions/research_direction_extension_results.json`, `docs/data/research_direction_extensions.json` | Verified single-episode probes | Not full human modeling, neural rendering, intent modeling, or world modeling solutions |
24
- | Qwen3-Omni infrastructure has passed setup checks. | `results/omni_finetune/RUN_REPORT.md`, `results/omni_finetune/dataset_manifest.json`, `results/omni_finetune/metrics_eval.json` | Setup-stage evidence | One episode, 128 train windows; full metrics require the 32-episode pilot |
25
- | The 32-episode LoRA pilot is waiting on gated data access. | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`, `results/omni_finetune/source_discovery.json` | Data access pending | Held-out metrics come after the data gate, manifest construction, training, and test evaluation |
26
- | Historical `32ep` path strings are tracked as setup-file provenance. | `scripts/validate_scope_claims.py`, `docs/data/scope_claims_audit.json` | Multi-episode pilot status | Old run/path identifiers stay separate from completed 32-episode results |
27
  | Prepared GitHub/Hugging Face mirrors carry matching critical files. | `scripts/validate_mirror_parity.py`, `docs/data/mirror_parity.json` | Mirror parity report | Compares prepared data files, visual assets, website HTML, and validator scripts before upload; live URLs are checked after publishing |
28
  | The public GitHub and Hugging Face bundles are ready to share. | `scripts/validate_publication_package.py`, `docs/data/publication_audit.json` | Public bundle contents | Covers public files, HF bundles, and public-card freshness; ignored local scratch outputs are excluded |
29
  | The public repo, website, and Hugging Face cards present one cohesive research project. | `PUBLIC_SURFACE_QA.md`, `scripts/build_public_surface_qa.py`, `docs/data/public_surface_qa.json` | Public project surface | Covers SEO/social metadata, accessible tab semantics, public links, project links, and reader-facing copy |
@@ -32,7 +32,7 @@ the dashboard as a basis for further work.
32
  | The release checks are explicit. | `QUALITY_GATES.md`, `scripts/build_quality_gates.py`, `docs/data/quality_gates.json` | Release checks | Summarizes packaging and live-mirror checks; cross-episode model quality is measured by later held-out reports |
33
  | The live public mirrors are verified after upload. | `scripts/verify_live_publication.py`, `docs/data/live_publication_status.json` | Live publication report | Fetches public GitHub/HF URLs; it does not validate private training state |
34
  | The core project artifacts are indexed and grouped for fast reading. | `ARTIFACT_GUIDE.md`, `scripts/build_artifact_index.py`, `docs/data/artifact_index.json` | Verified guide and index | Selective source-of-truth catalog, not a complete inventory of every output file |
35
- | The public reproduction path is documented. | `REPRODUCIBILITY.md`, `docs/data/reproducibility_matrix.json`, `notes/reproducibility_audit.md` | Verified documentation and prior exact-match check | Publicly reproduces the single-episode pipeline, not the gated 32-episode Qwen3-Omni pilot |
36
  | The project is externally citable and machine-readable. | `CITATION.cff`, `codemeta.json`, `docs/data/project_manifest.json`, `LICENSE` | Verified metadata files | Code license does not override original Xperience-10M dataset terms |
37
  | A first-time reader has an explicit project path. | `docs/data/project_packet.json`, website project path section, README project path | Verified project packet | Guides inspection across data, tasks, results, and scale-up status |
38
 
@@ -69,8 +69,8 @@ the dashboard as a basis for further work.
69
  modalities enter the current feature vector.
70
  13. Inspect `results/episode_task_suite/neural_mlp/` to compare minimal and
71
  neural heads under the same splits.
72
- 14. Inspect `docs/data/scope_claims_audit.json` before interpreting historical
73
- `32ep` strings in Qwen3-Omni setup artifacts.
74
  15. Inspect `docs/data/mirror_parity.json` before assuming the GitHub and
75
  Hugging Face mirrors contain the same critical data, visual, HTML, and
76
  validator files.
 
13
  | Public figures are indexed as project evidence. | `FIGURE_INDEX.md`, `docs/data/figure_index.json`, `scripts/build_figure_index.py` | Verified visual evidence | Derived figures and thumbnails only; does not include raw MP4/HDF5/RRD data |
14
  | The project logo is consistently packaged across public surfaces. | `docs/data/brand_assets.json`, `docs/assets/brand/`, `scripts/build_brand_assets.py` | Verified brand packaging | Generated presentation assets only; does not contain raw Xperience-10M data or model weights |
15
  | The public Xperience-10M sample has been converted into aligned model windows. | `results/episode_task_suite/windows.csv`, `results/episode_task_suite/shared_windows.npz`, `results/episode_task_suite/summary_report.json` | Verified for 5,821 frames and 1,161 windows | One public sample episode only |
16
+ | The current feature contract is explicit and inspectable. | `results/episode_task_suite/feature_manifest.json`, `results/episode_task_suite/available_modalities.json` | Verified for an 8,546-d feature vector | Synchronized video, audio, depth, pose/SLAM, motion, inertial, calibration, and language signals are represented |
17
  | The task evaluation protocol is explicit and generated from committed metrics. | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | Verified protocol | Defines windows, split, per-task metrics, leakage controls, and current limitations |
18
  | The public sample modalities are inspectable without raw data redistribution. | `docs/data/modality_atlas.json`, `docs/assets/modalities/`, website modality atlas | Verified derived thumbnail atlas | Thumbnails are presentation assets, not a replacement for official raw data access |
19
  | Public task cards stay readable for non-expert readers. | `docs/data/task_surface_integrity.json`, `scripts/validate_task_surface.py`, website task cards/player | Task-surface report | Presentation layer only; it does not add model quality or new data |
 
21
  | Minimal and neural heads use the same task contracts. | `scripts/neural_task_models.py`, `results/episode_task_suite/neural_mlp/`, `docs/assets/task_architectures.png` | Verified for 12 minimal heads and 12 neural MLP heads | Small heads only; not a foundation model |
22
  | Four Ropedia research directions are mapped honestly as direct, proxy, or diagnostic evidence. | `results/episode_task_suite/research_directions/research_direction_taxonomy.json`, `docs/data/research_directions.json` | Verified taxonomy | Some directions remain proxy-only |
23
  | Four extra direction probes are coded and evaluated. | `results/episode_task_suite/research_direction_extensions/research_direction_extension_results.json`, `docs/data/research_direction_extensions.json` | Verified single-episode probes | Not full human modeling, neural rendering, intent modeling, or world modeling solutions |
24
+ | Qwen3-Omni infrastructure has passed setup checks. | `results/omni_finetune/RUN_REPORT.md`, `results/omni_finetune/dataset_manifest.json`, `results/omni_finetune/metrics_eval.json` | Setup-stage evidence | One episode, 128 train windows; full metrics require completed multi-episode staging and held-out evaluation |
25
+ | The Qwen3-Omni LoRA pilot is in multi-episode staging. | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`, `results/omni_finetune/source_discovery.json` | Data staging | Full-dataset access is granted; held-out metrics come after selected relay, manifest construction, training, and test evaluation |
26
+ | Older pilot path strings are tracked as setup-file provenance. | `scripts/validate_scope_claims.py`, `docs/data/scope_claims_audit.json` | Multi-episode pilot status | Run/path identifiers stay separate from completed held-out-episode results |
27
  | Prepared GitHub/Hugging Face mirrors carry matching critical files. | `scripts/validate_mirror_parity.py`, `docs/data/mirror_parity.json` | Mirror parity report | Compares prepared data files, visual assets, website HTML, and validator scripts before upload; live URLs are checked after publishing |
28
  | The public GitHub and Hugging Face bundles are ready to share. | `scripts/validate_publication_package.py`, `docs/data/publication_audit.json` | Public bundle contents | Covers public files, HF bundles, and public-card freshness; ignored local scratch outputs are excluded |
29
  | The public repo, website, and Hugging Face cards present one cohesive research project. | `PUBLIC_SURFACE_QA.md`, `scripts/build_public_surface_qa.py`, `docs/data/public_surface_qa.json` | Public project surface | Covers SEO/social metadata, accessible tab semantics, public links, project links, and reader-facing copy |
 
32
  | The release checks are explicit. | `QUALITY_GATES.md`, `scripts/build_quality_gates.py`, `docs/data/quality_gates.json` | Release checks | Summarizes packaging and live-mirror checks; cross-episode model quality is measured by later held-out reports |
33
  | The live public mirrors are verified after upload. | `scripts/verify_live_publication.py`, `docs/data/live_publication_status.json` | Live publication report | Fetches public GitHub/HF URLs; it does not validate private training state |
34
  | The core project artifacts are indexed and grouped for fast reading. | `ARTIFACT_GUIDE.md`, `scripts/build_artifact_index.py`, `docs/data/artifact_index.json` | Verified guide and index | Selective source-of-truth catalog, not a complete inventory of every output file |
35
+ | The public reproduction path is documented. | `REPRODUCIBILITY.md`, `docs/data/reproducibility_matrix.json`, `notes/reproducibility_audit.md` | Verified documentation and prior exact-match check | Publicly reproduces the single-episode pipeline; multi-episode Qwen3-Omni metrics are added only after staging and held-out evaluation |
36
  | The project is externally citable and machine-readable. | `CITATION.cff`, `codemeta.json`, `docs/data/project_manifest.json`, `LICENSE` | Verified metadata files | Code license does not override original Xperience-10M dataset terms |
37
  | A first-time reader has an explicit project path. | `docs/data/project_packet.json`, website project path section, README project path | Verified project packet | Guides inspection across data, tasks, results, and scale-up status |
38
 
 
69
  modalities enter the current feature vector.
70
  13. Inspect `results/episode_task_suite/neural_mlp/` to compare minimal and
71
  neural heads under the same splits.
72
+ 14. Inspect `docs/data/scope_claims_audit.json` before interpreting older
73
+ Qwen3-Omni setup artifacts.
74
  15. Inspect `docs/data/mirror_parity.json` before assuming the GitHub and
75
  Hugging Face mirrors contain the same critical data, visual, HTML, and
76
  validator files.
FOUNDATION_MODEL_PLAN.md CHANGED
@@ -13,13 +13,13 @@ run a held-out multi-episode foundation-model evaluation.
13
 
14
  | Priority | Model family | Best role for this project | Why it fits Xperience-10M | Current decision |
15
  | --- | --- | --- | --- | --- |
16
- | 1 | Qwen3-Omni | Multimodal instruction model and JSON task predictor | Accepts video/audio/language directly; depth, pose, mocap, and IMU can enter through the existing sensor bridge | Keep as first 32-episode LoRA pilot |
17
  | 2 | Cosmos 3 | Embodied world model, action generation, and synthetic future prediction | Designed for physical-world video generation, action-conditioned world modeling, and robot/world simulation style objectives | Add as the first world-model branch after the data gate |
18
  | 3 | NVIDIA GR00T | Humanoid/action-policy foundation model | Xperience-10M mocap, hand motion, contacts, and egocentric interaction can support retargeting and action-understanding probes | Track as a humanoid policy branch, not the first LoRA pilot |
19
  | 4 | OpenVLA / OpenVLA-OFT | Open vision-language-action policy baseline | Useful when windows are converted into visual observation plus action-token targets | Use after action-space design is explicit |
20
  | 5 | openpi pi0/pi0.5 | Open robot policy and action expert baseline | Useful for action chunking, policy fine-tuning, and embodiment transfer experiments | Candidate for policy branch once action labels are retargeted |
21
  | 6 | Gemini Robotics | Closed/API embodied reasoning reference | Strong candidate for qualitative reasoning and task interpretation, but not a local fine-tune target | Use only as an external comparison or annotation assistant |
22
- | 7 | Octo / SmolVLA-style lightweight policies | Smaller reproducible robot-policy baselines | Good for cheaper action-policy experiments, but less directly omni-modal | Optional baseline branch after 32-episode data staging |
23
 
24
  ## Why Qwen3-Omni Still Goes First
25
 
@@ -95,7 +95,7 @@ The foundation-model stage should add metrics beyond the current 12-task suite:
95
 
96
  ## Execution Order
97
 
98
- 1. Finish multi-episode data staging with at least 32 valid episodes.
99
  2. Run the Qwen3-Omni LoRA pilot exactly once as the first held-out baseline.
100
  3. Run a model-selection dry run on 3-8 episodes: Qwen3-Omni prompt-only,
101
  Qwen3-Omni LoRA, Cosmos 3 world-model preprocessing, and one policy baseline.
 
13
 
14
  | Priority | Model family | Best role for this project | Why it fits Xperience-10M | Current decision |
15
  | --- | --- | --- | --- | --- |
16
+ | 1 | Qwen3-Omni | Multimodal instruction model and JSON task predictor | Accepts video/audio/language directly; depth, pose, mocap, and IMU can enter through the existing sensor bridge | Keep as the first selected-episode LoRA pilot |
17
  | 2 | Cosmos 3 | Embodied world model, action generation, and synthetic future prediction | Designed for physical-world video generation, action-conditioned world modeling, and robot/world simulation style objectives | Add as the first world-model branch after the data gate |
18
  | 3 | NVIDIA GR00T | Humanoid/action-policy foundation model | Xperience-10M mocap, hand motion, contacts, and egocentric interaction can support retargeting and action-understanding probes | Track as a humanoid policy branch, not the first LoRA pilot |
19
  | 4 | OpenVLA / OpenVLA-OFT | Open vision-language-action policy baseline | Useful when windows are converted into visual observation plus action-token targets | Use after action-space design is explicit |
20
  | 5 | openpi pi0/pi0.5 | Open robot policy and action expert baseline | Useful for action chunking, policy fine-tuning, and embodiment transfer experiments | Candidate for policy branch once action labels are retargeted |
21
  | 6 | Gemini Robotics | Closed/API embodied reasoning reference | Strong candidate for qualitative reasoning and task interpretation, but not a local fine-tune target | Use only as an external comparison or annotation assistant |
22
+ | 7 | Octo / SmolVLA-style lightweight policies | Smaller reproducible robot-policy baselines | Good for cheaper action-policy experiments, but less directly omni-modal | Optional baseline branch after selected-episode data staging |
23
 
24
  ## Why Qwen3-Omni Still Goes First
25
 
 
95
 
96
  ## Execution Order
97
 
98
+ 1. Finish multi-episode data staging for the selected relay.
99
  2. Run the Qwen3-Omni LoRA pilot exactly once as the first held-out baseline.
100
  3. Run a model-selection dry run on 3-8 episodes: Qwen3-Omni prompt-only,
101
  Qwen3-Omni LoRA, Cosmos 3 world-model preprocessing, and one policy baseline.
PROJECT_BRIEF.md CHANGED
@@ -10,11 +10,11 @@ egocentric episode before scaling to held-out multi-episode training?
10
  | Layer | Current artifact |
11
  | --- | --- |
12
  | Data unit | 1 public sample episode, 5,821 frames, 1,161 synchronized 20-frame windows |
13
- | Modalities | Video-derived features, AAC audio, depth, pose/SLAM, mocap, IMU, calibration, and language-derived features |
14
  | Task suite | 12 embodied-AI task contracts with inputs, targets, metrics, predictions, and case-study walkthroughs |
15
  | Models | Minimal linear/ridge/logistic baselines plus compact PyTorch MLP heads for the same 12 tasks |
16
  | Research map | Four Ropedia research directions with direct, proxy, diagnostic, and extension-task coverage |
17
- | Scale-up path | Qwen3-Omni LoRA pilot code path prepared for 32 held-out episodes after gated data access |
18
 
19
  ## How To Read It
20
 
 
10
  | Layer | Current artifact |
11
  | --- | --- |
12
  | Data unit | 1 public sample episode, 5,821 frames, 1,161 synchronized 20-frame windows |
13
+ | Modalities | Video-derived features, audio, depth, pose/SLAM, mocap, IMU, calibration, and language-derived features |
14
  | Task suite | 12 embodied-AI task contracts with inputs, targets, metrics, predictions, and case-study walkthroughs |
15
  | Models | Minimal linear/ridge/logistic baselines plus compact PyTorch MLP heads for the same 12 tasks |
16
  | Research map | Four Ropedia research directions with direct, proxy, diagnostic, and extension-task coverage |
17
+ | Scale-up path | Qwen3-Omni LoRA code path prepared; full-dataset access is granted and a 128-episode selected relay is being staged |
18
 
19
  ## How To Read It
20
 
PROJECT_README.md CHANGED
@@ -31,7 +31,7 @@ For a first pass, use [`PROJECT_BRIEF.md`](PROJECT_BRIEF.md) or the
31
  machine-readable [`docs/data/project_brief.json`](docs/data/project_brief.json).
32
  They give the project shape in one page: what exists now, what the public
33
  sample can support, where the 12 tasks and baselines live, and what must happen
34
- before the 32-episode omni-model stage becomes a real held-out evaluation.
35
 
36
  | Reader goal | Best entry point |
37
  | --- | --- |
@@ -39,6 +39,7 @@ before the 32-episode omni-model stage becomes a real held-out evaluation.
39
  | See the visual research dashboard | [GitHub Pages dashboard](https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/) |
40
  | Navigate the 12 tasks, four tracks, and scale-up plan | [Interactive research roadmap](https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html), [`docs/data/research_roadmap_interactive.json`](docs/data/research_roadmap_interactive.json) |
41
  | Compare current task metrics | [`RESEARCH_TAKEAWAYS.md`](RESEARCH_TAKEAWAYS.md), [`docs/data/summary_metrics.json`](docs/data/summary_metrics.json) |
 
42
  | Understand one model input | [`results/episode_task_suite/feature_manifest.json`](results/episode_task_suite/feature_manifest.json), [`results/episode_task_suite/windows.csv`](results/episode_task_suite/windows.csv) |
43
  | Check multi-episode data status | [`results/omni_finetune/DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) |
44
 
@@ -46,12 +47,12 @@ before the 32-episode omni-model stage becomes a real held-out evaluation.
46
 
47
  | Theme | Current implementation |
48
  | --- | --- |
49
- | Dataset slice | One public Xperience-10M sample episode, 5,821 frames, 1,161 windows, and 8,546 extracted feature dimensions |
50
- | Modalities | Video-derived features, AAC audio features, depth, camera pose/SLAM, hand/body mocap, IMU, calibration, and language-derived features |
51
  | Task suite | 12 human-readable embodied-AI task contracts with input, process, output, metrics, predictions, and case-study walkthroughs |
52
  | Baselines | Minimal linear/ridge/logistic heads plus compact PyTorch MLP task heads over the same chronological split |
53
  | Research directions | Task mapping and extension probes for human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling |
54
- | Scale-up path | Data-gated Qwen3-Omni LoRA pilot plan for 32 held-out episodes; moves to completed once data, training, and held-out evaluation are present |
55
  | Public surfaces | GitHub repo, GitHub Pages dashboard, HF Space, HF artifact dataset, HF baseline-model repo, and HF collection |
56
 
57
  For the fastest interpretation of the current metrics, start with
@@ -71,8 +72,8 @@ Current contributions:
71
  - a generated four-direction research taxonomy matching the Ropedia job tracks,
72
  - four additional direction-extension probes with minimal and neural baselines,
73
  - human-readable research task cards and an interactive scrub/play walkthrough storyboard for every task,
74
- - an interactive research roadmap connecting 12 tasks, four research tracks, current sample evidence, and the Qwen3-Omni scale-up path,
75
- - a next-milestone track for Qwen3-Omni fine-tuning and sensor-bridge evaluation,
76
  - metrics, predictions, model weights, manifests, charts, and a two-level
77
  tabbed static research website,
78
  - a clear explanation of what is implemented now and what moves to the multi-episode stage.
@@ -89,11 +90,12 @@ multi-episode held-out model metrics:
89
  | Figure index | `FIGURE_INDEX.md`, `docs/data/figure_index.json`, `scripts/build_figure_index.py` | catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts |
90
  | Brand assets | `docs/assets/brand/`, `docs/favicon.png`, `docs/apple-touch-icon.png`, `scripts/build_brand_assets.py` | applies the generated project logo system across the website, README, HF cards, favicon, and social previews |
91
  | Data windows | `results/episode_task_suite/windows.csv`, `shared_windows.npz`, `summary_report.json` | one public sample episode |
92
- | Feature contract | `results/episode_task_suite/feature_manifest.json`, `available_modalities.json` | 8,546 current features, including a real AAC audio block decoded from `fisheye_cam0.mp4` |
93
  | Evaluation protocol | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | defines windowing, chronological split, leakage controls, per-task metrics, and current limitations |
94
  | Research takeaways | `RESEARCH_TAKEAWAYS.md`, `docs/data/research_takeaways.json`, `scripts/build_research_takeaways.py` | summarizes result interpretation from committed metrics and identifies which experiments need held-out episodes |
95
- | Audio ablation | `scripts/audio_ablation_and_raw_upgrade.py`, `results/audio_ablation/`, `docs/data/audio_ablation_summary.json` | measures current AAC audio contribution and a raw log-mel audio replacement across all 12 task contracts |
96
- | Research roadmap | `RESEARCH_ROADMAP.md`, `docs/research_roadmap.html`, `docs/data/research_roadmap.json`, `docs/data/research_roadmap_interactive.json` | stages and visualizes the path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions |
 
97
  | 12-task suite | `scripts/episode_task_suite.py`, per-task `metrics.json`, predictions | chronological single-episode split |
98
  | Single-episode diagnostics | `scripts/single_episode_diagnostics.py`, `results/single_episode_diagnostics/`, `docs/single_episode_explorer.html` | modality ablations, timeline overlay, object-label export, alignment stress tests, and interactive window inspection from one sample episode |
99
  | Neural heads | `scripts/neural_task_models.py`, `results/episode_task_suite/neural_mlp/` | compact MLP heads, not a foundation model |
@@ -101,8 +103,8 @@ multi-episode held-out model metrics:
101
  | Task surface integrity | `docs/data/task_surface_integrity.json`, `scripts/validate_task_surface.py` | public task cards stay human-readable, thumbnail-backed, and wired to the scrub/play walkthrough storyboard |
102
  | Rendered website check | `RENDERED_SITE_CHECK.md`, `docs/data/rendered_site_check.json`, `scripts/build_rendered_site_check.py` | records a browser-level load, tab, walkthrough deep-link, control-click, and console-health check |
103
  | Public project surface | `PUBLIC_SURFACE_QA.md`, `docs/data/public_surface_qa.json`, `scripts/build_public_surface_qa.py` | presents the repo, website, and Hugging Face cards as one research project surface |
104
- | Qwen3-Omni | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `MULTI_EPISODE_ACCESS_STATUS.md` | setup-stage until 32 valid episodes are available and held-out evaluation runs |
105
- | Multi-episode pilot status | `scripts/validate_scope_claims.py`, `docs/data/scope_claims_audit.json` | records setup-stage `32ep` artifacts separately from completed held-out-episode metrics |
106
  | Mirror parity | `scripts/validate_mirror_parity.py`, `docs/data/mirror_parity.json` | prepared GitHub/HF mirrors carry matching data, figure, website HTML, and validator files |
107
  | Public bundle contents | `scripts/validate_publication_package.py`, `docs/data/publication_audit.json` | summarizes the public repo and HF bundles, including raw-data exclusion and local scratch-file exclusion |
108
  | Release checks | `QUALITY_GATES.md`, `docs/data/quality_gates.json`, `scripts/build_quality_gates.py` | one map for automated checks and live post-publish verification |
@@ -139,6 +141,9 @@ The generated research takeaways are at
139
  The staged research roadmap is at
140
  [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md) and
141
  [`docs/data/research_roadmap.json`](docs/data/research_roadmap.json).
 
 
 
142
  The source-of-truth artifact index is at
143
  [`docs/data/artifact_index.json`](docs/data/artifact_index.json).
144
  For a human-readable artifact map, use
@@ -173,14 +178,14 @@ They give the current research state in one compact table:
173
 
174
  | Area | Current decision |
175
  | --- | --- |
176
- | Public-sample pipeline | Verified on one public sample episode: 5,821 frames, 1,161 windows, 8,546 current features |
177
  | 12-task suite | Verified minimal baselines with committed metrics, predictions, and manifests |
178
  | Neural heads | Verified compact PyTorch MLP heads over the same task contracts and chronological splits |
179
  | Official dataset wording | Verified against the public `ropedia-ai/xperience-10m` dataset card/API metadata |
180
  | Source alignment | Source facts, sample details, API-listing notes, and project coverage are consistent across repo, website, and HF cards |
181
  | Evaluation protocol | Verified generated protocol for windowing, split policy, leakage controls, and per-task metrics |
182
  | Website and HF mirrors | Verified by website reference reports, public project-surface reports, mirror parity, and live-publication checks; the public dashboard uses five top-level tabs plus subsection tabs for dataset, task-suite, method, result, and resource views |
183
- | Qwen3-Omni 32-episode pilot | Data-gated; prepared, with full metrics pending held-out evaluation |
184
  | Raw Xperience-10M data / full Qwen weights | Not redistributed |
185
 
186
  ## 90-Second Research Project Path
@@ -194,12 +199,13 @@ If you are reading the project cold, open these in order:
194
  | 3 | Are source facts consistently presented? | [`SOURCE_ALIGNMENT_AUDIT.md`](SOURCE_ALIGNMENT_AUDIT.md), [`docs/data/source_alignment_audit.json`](docs/data/source_alignment_audit.json), [`scripts/validate_source_alignment.py`](scripts/validate_source_alignment.py) | Repo, website, and HF cards use the same full-dataset facts, sample-card facts, API-listing notes, and project coverage. |
195
  | 4 | How exactly are tasks evaluated? | [`EVALUATION_PROTOCOL.md`](EVALUATION_PROTOCOL.md), [`docs/data/evaluation_protocol.json`](docs/data/evaluation_protocol.json), [`scripts/build_evaluation_protocol.py`](scripts/build_evaluation_protocol.py) | The window unit, chronological split, leakage controls, task metrics, and current limitations are explicit. |
196
  | 5 | What do the current results mean? | [`RESEARCH_TAKEAWAYS.md`](RESEARCH_TAKEAWAYS.md), [`docs/data/research_takeaways.json`](docs/data/research_takeaways.json), [`docs/data/summary_metrics.json`](docs/data/summary_metrics.json) | The takeaways are generated from committed metrics and identify which signals are ready for larger held-out experiments. |
197
- | 6 | What is the staged roadmap? | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md), [`docs/data/research_roadmap.json`](docs/data/research_roadmap.json), [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) | The roadmap connects public-sample task development to multi-episode staging, Qwen3-Omni LoRA, robustness runs, and larger omni-model extensions. |
198
- | 7 | How do I reproduce it? | [`REPRODUCIBILITY.md`](REPRODUCIBILITY.md), [`docs/data/reproducibility_matrix.json`](docs/data/reproducibility_matrix.json), [`notes/reproducibility_audit.md`](notes/reproducibility_audit.md) | Public commands, expected outputs, and the latest exact-match reproduction record are explicit. |
199
- | 8 | What is one model input? | [`windows.csv`](results/episode_task_suite/windows.csv), [`feature_manifest.json`](results/episode_task_suite/feature_manifest.json), [`available_modalities.json`](results/episode_task_suite/available_modalities.json) | The input is an aligned 8,546-d window vector with explicit feature-block boundaries. |
200
- | 9 | Are the task results backed by files? | [`summary_report.json`](results/episode_task_suite/summary_report.json), [`neural_mlp/`](results/episode_task_suite/neural_mlp/), [`docs/data/summary_metrics.json`](docs/data/summary_metrics.json) | Each task has minimal and neural-head evidence over the same window contracts. |
201
- | 10 | Is the website self-consistent? | [`docs/data/website_integrity.json`](docs/data/website_integrity.json), [`scripts/validate_website_integrity.py`](scripts/validate_website_integrity.py) | Local links, anchors, tab routing, JSON data, and referenced images are checked before publishing. |
202
- | 11 | What is still pending? | [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md), [`MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md), [`scripts/omni/discover_xperience10m_sources.py`](scripts/omni/discover_xperience10m_sources.py) | The 32-episode Qwen3-Omni run is prepared; final model metrics require gated data and held-out evaluation. |
 
203
 
204
  The machine-readable project packet is
205
  [`docs/data/project_packet.json`](docs/data/project_packet.json).
@@ -225,11 +231,11 @@ generated from committed metric artifacts. They define:
225
  - the 20-frame window unit, stride, feature dimension, and raw-data policy,
226
  - the chronological 70/30 single-episode split and its generalization limit,
227
  - the per-task input, target, primary metric, minimal score, and neural score,
228
- - leakage controls for future labels, target feature blocks, caption/object
229
  labels, and train-only normalization,
230
  - current limitations, including cross-episode generalization,
231
- audio-visual learning, pixel-depth reconstruction, and real 32-episode
232
- Qwen3-Omni quality.
233
 
234
  ## Official Dataset Alignment
235
 
@@ -262,22 +268,22 @@ The public sample repo,
262
  is separately documented as `Xperience-10M-Sample` with sample metadata,
263
  `cc-by-nc-4.0` license, HOMIE Toolkit usage, and Rerun 0.29.0 `.rrd`
264
  visualization. This project preserves that distinction: the sample powers the
265
- current 5,821-frame task suite, while the full gated dataset remains the
266
- future source for held-out multi-episode training.
267
 
268
  This repo's current verified subset is much smaller and intentionally explicit:
269
 
270
  - one public sample episode, 5,821 frames, and 1,161 aligned windows,
271
- - raw sample files with six MP4 video streams and AAC audio streams,
272
  - `annotation.hdf5` carrying depth, SLAM/camera pose, hand/body mocap, IMU,
273
  language/caption annotations, calibration, metadata, and timing records,
274
- - an 8,546-d baseline feature vector using video-derived statistics, AAC audio,
275
- depth, pose/SLAM, mocap, IMU, calibration, and language-derived blocks.
276
 
277
  The same alignment note also records what is outside the current implemented subset: real
278
  audio-visual learning, caption generation, pixel-depth estimation, SLAM
279
  estimation, neural rendering, policy learning, cross-episode generalization,
280
- and real 32-episode Qwen3-Omni model quality.
281
  It also preserves the official responsible-use scope: the open-source
282
  dataset is limited in diversity and showcase/production quality, and it should
283
  not be used for identity recognition, re-identification, biometric profiling,
@@ -542,7 +548,7 @@ python scripts/train_all_modalities_model.py --workspace /path/to/workspace
542
 
543
  This repo includes a first Qwen3-Omni fine-tuning path over Xperience-10M. The
544
  current artifacts are setup-stage evidence, with held-out multi-episode metrics
545
- pending gated data access.
546
  The useful distinction is:
547
 
548
  - direct Qwen3-Omni inputs: RGB/fisheye video, embedded MP4 audio, and language
@@ -552,9 +558,9 @@ The useful distinction is:
552
 
553
  The current scale-up artifacts show that the export, manifest, sensor-feature,
554
  LoRA, and evaluation scripts can run on the available sample episode. They do
555
- do not show a real 32-episode result. A real pilot requires at least 32 valid
556
  episodes, held-out episode splits, training metadata, predictions, metrics, and
557
- a run report.
558
 
559
  ### Sample Count Decision
560
 
@@ -579,7 +585,7 @@ python scripts/omni/plan_finetune_sample_budget.py \
579
  --full-preview-per-episode-gb 5.1
580
  ```
581
 
582
- ### 32-Episode Readiness Gate
583
 
584
  ```bash
585
  python scripts/omni/discover_xperience10m_sources.py \
@@ -590,20 +596,21 @@ python scripts/omni/discover_xperience10m_sources.py \
590
 
591
  Current status in this repo:
592
 
593
- - local_valid_episodes: 1 (degraded-valid: annotation + fisheye_cam0.mp4)
594
- - local_complete_episodes: 0
595
- - ready_for_32_episode_pilot: false
596
- - planned 32-episode pilot: stratified across 32 top-level session UUIDs
597
- - full-dataset access: gated Xperience-10M approval is still pending
 
598
  - source_discovery: `results/omni_finetune/source_discovery.json`
599
  - data_status: `results/omni_finetune/DATA_ACCESS_STATUS.md`
600
  - access_status: `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`
601
 
602
- Use this gate before scheduling any 32-episode full fine-tune run. The pilot
603
- should use stratified selection, not the first 32 paths in repository order.
604
- The current selection plan scans 64 top-level session UUIDs, filters for
605
- complete leaf episodes, excludes `visualization.rrd`, applies a `0.25 GB`
606
- minimum episode size, and selects 32 episodes from 32 different session UUIDs.
607
 
608
  ### Uploading the pilot Qwen3-Omni LoRA
609
 
@@ -619,6 +626,24 @@ python3 scripts/omni/upload_qwen3_omni_lora_to_hf.py \
619
  This script requires a valid Hugging Face token via `HF_TOKEN` or `--token`.
620
  Network availability to `huggingface.co` is required.
621
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  ## Four Research Directions
623
 
624
  The 12 tasks are now organized against the four Ropedia research directions in
@@ -633,7 +658,7 @@ The taxonomy uses two current baselines for every task:
633
 
634
  | Baseline | Role |
635
  | --- | --- |
636
- | Minimal interpretable heads | Softmax, logistic, ridge, and retrieval heads over the 8,546-d window feature vector. These expose the input/output contract cleanly. |
637
  | Neural MLP heads | Small PyTorch MLP classifiers/regressors on the same features and splits. These check whether nonlinear heads help before moving to Qwen/Omni fine-tuning. |
638
 
639
  Current direction-level coverage:
@@ -726,7 +751,7 @@ models.
726
  Shared setup:
727
 
728
  ```text
729
- raw episode -> 20-frame windows, stride 5 -> 8,546-d current feature vector
730
  chronological split: first 70% train, last 30% test
731
  scalers are fit on train windows only
732
  ```
@@ -740,7 +765,7 @@ There are four reusable head families:
740
  | Ridge + cosine ranking | Language Grounding, Cross-Modal Retrieval | project one modality into another feature space, then rank candidates by cosine |
741
  | Multi-label logistic regression | Object Relevance Prediction | z-score non-caption features, sigmoid object heads, threshold at 0.5 |
742
 
743
- The optional neural run keeps the same feature vectors, leakage filters,
744
  chronological splits, and metrics, but replaces the task heads with small
745
  PyTorch MLP classifiers or regressors. Its outputs live under
746
  [`results/episode_task_suite/neural_mlp/`](results/episode_task_suite/neural_mlp/),
@@ -756,11 +781,11 @@ The task-specific heads are:
756
  | Action Boundary Detection | all featurized modalities | linear softmax | steady vs action boundary |
757
  | Next-Action Prediction | all featurized modalities at `t` | linear softmax | action at `t+20` frames |
758
  | Hand Trajectory Forecasting | all featurized modalities at `t` | ridge regression | future 10-frame left/right hand joints |
759
- | Contact State Prediction | non-contact and non-caption feature blocks | linear softmax | any body contact |
760
- | Object Relevance Prediction | non-caption feature blocks | multi-label logistic | relevant object set |
761
  | Language Grounding | sensor windows projected to text space | ridge projection + cosine ranking | matching time window for text query |
762
  | Cross-Modal Retrieval | motion/IMU/camera projected to visual space | ridge projection + cosine ranking | matching depth/video window |
763
- | Cross-Modal Reconstruction | motion/IMU/camera | ridge regression | depth/video feature vector |
764
  | Temporal Order Verification | `[x_t, x_t+1, x_t+1-x_t]` | binary linear softmax | correct vs reversed order |
765
  | Multimodal Synchronization Detection | motion plus visual pair | binary linear softmax | aligned vs shifted by 8 windows |
766
 
@@ -769,7 +794,7 @@ The task-specific heads are:
769
  | Experiment | Main score | Accuracy | Notes |
770
  | --- | ---: | ---: | --- |
771
  | Motion-only action | 0.9688 macro-F1 | 0.9828 | Uses motion/IMU features only |
772
- | Current all-feature action | 0.9829 macro-F1 | 0.9863 | 8,546-dimensional feature vector |
773
  | Motion-only subtask | 0.9528 macro-F1 | 0.9759 | Strong within-episode subtask signal |
774
  | Current all-feature subtask | 0.9173 macro-F1 | 0.9828 | High accuracy, lower class-balanced score |
775
  | Cross-modal retrieval | 0.3678 top-5 | n/a | Motion/IMU/camera/audio retrieves matching depth/video |
@@ -778,27 +803,26 @@ The task-specific heads are:
778
  | Neural MLP hand forecast | 0.1079 MPJPE | n/a | Same features/split, nonlinear regression head |
779
  | Neural MLP temporal order | 0.8520 F1 | 0.8578 | Strong improvement on adjacent-window ordering |
780
  | Neural MLP misalignment | 0.7153 F1 | 0.7009 | Detects shifted motion/visual/audio pairs better than the linear head |
781
- | Audio ablation | +0.0418 mean delta | n/a | Current AAC audio improves the primary metric on 6 of 12 task contracts |
782
- | Raw log-mel audio replacement | +0.0936 mean delta | n/a | Raw log-mel replacement beats current handcrafted audio on 6 of 12 task contracts |
783
 
784
- ## Audio Ablation and Raw-Audio Upgrade
785
 
786
- The current AAC audio block is now tested rather than only included. The script
 
787
  [`scripts/audio_ablation_and_raw_upgrade.py`](scripts/audio_ablation_and_raw_upgrade.py)
788
- reuses the real task-suite windows, decodes the local public-sample
789
- `fisheye_cam0.mp4` audio stream, builds a 588-d raw log-mel window feature, and
790
- evaluates six variants for every task: current features, no audio,
791
- handcrafted-audio-only, raw-audio-only, handcrafted audio replaced by raw
792
- log-mel, and current features plus raw log-mel.
793
 
794
  The measured single-episode result is task-specific:
795
 
796
  | Readout | Value |
797
  | --- | ---: |
798
- | Tasks where current AAC audio improves the primary metric | 6 / 12 |
799
  | Mean current-audio delta | +0.0418 |
800
- | Tasks where raw log-mel replacement improves over handcrafted AAC | 6 / 12 |
801
- | Mean raw-replacement delta vs current audio | +0.0936 |
802
 
803
  Full files:
804
 
@@ -813,7 +837,7 @@ Full files:
813
  The neural baseline was run locally with `--include-neural` for all 12 tasks
814
  using 80 epochs, hidden size 128, batch size 128, and CPU execution. It is not a
815
  foundation model result; it is a controlled nonlinear-head comparison over the
816
- same 8,546-d handcrafted window features.
817
 
818
  | Task | Neural metric | Minimal metric | Readout |
819
  | --- | ---: | ---: | --- |
@@ -848,10 +872,10 @@ artifact-driven diagnostics pass over the public sample episode:
848
  - `results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv`
849
  evaluates cross-modal retrieval under explicit time shifts.
850
  - `docs/single_episode_explorer.html` is a static interactive page for
851
- inspecting window labels, objects, predictions, feature-block statistics, and
852
  diagnostic scores.
853
 
854
- These are single-episode research diagnostics. They are useful for auditing
855
  task definitions, feature behavior, and model errors before scaling to more
856
  episodes; they are not reported as multi-episode benchmark results.
857
 
@@ -878,21 +902,21 @@ The test segment contains some action/subtask labels never seen during training.
878
  Timeline and next-action classifiers therefore expose the core limitation of
879
  single-episode learning instead of hiding it behind random splits.
880
 
881
- ## Feature Blocks Used
882
 
883
- The current feature vector has 8,546 dimensions and includes:
884
 
885
  - hand/body mocap joints and contact labels,
886
  - camera translation and rotation,
887
  - IMU acceleration and gyroscope traces,
888
  - depth confidence features,
889
  - six video streams,
890
- - AAC audio features from `fisheye_cam0.mp4`,
891
  - caption/object/interaction text features,
892
  - SLAM point-cloud summary features,
893
  - calibration parameters.
894
 
895
- The exact feature block boundaries are stored in
896
  [`results/episode_task_suite/feature_manifest.json`](results/episode_task_suite/feature_manifest.json).
897
 
898
  ## Data Notice
 
31
  machine-readable [`docs/data/project_brief.json`](docs/data/project_brief.json).
32
  They give the project shape in one page: what exists now, what the public
33
  sample can support, where the 12 tasks and baselines live, and what must happen
34
+ before the multi-episode omni-model stage becomes a real held-out evaluation.
35
 
36
  | Reader goal | Best entry point |
37
  | --- | --- |
 
39
  | See the visual research dashboard | [GitHub Pages dashboard](https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/) |
40
  | Navigate the 12 tasks, four tracks, and scale-up plan | [Interactive research roadmap](https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html), [`docs/data/research_roadmap_interactive.json`](docs/data/research_roadmap_interactive.json) |
41
  | Compare current task metrics | [`RESEARCH_TAKEAWAYS.md`](RESEARCH_TAKEAWAYS.md), [`docs/data/summary_metrics.json`](docs/data/summary_metrics.json) |
42
+ | Compare possible foundation backbones | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md), [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json) |
43
  | Understand one model input | [`results/episode_task_suite/feature_manifest.json`](results/episode_task_suite/feature_manifest.json), [`results/episode_task_suite/windows.csv`](results/episode_task_suite/windows.csv) |
44
  | Check multi-episode data status | [`results/omni_finetune/DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) |
45
 
 
47
 
48
  | Theme | Current implementation |
49
  | --- | --- |
50
+ | Dataset slice | One public Xperience-10M sample episode, 5,821 frames, 1,161 windows, and an 8,546-dimensional representation |
51
+ | Modalities | Video, audio, depth, camera pose/SLAM, hand/body mocap, IMU, calibration, and language annotations |
52
  | Task suite | 12 human-readable embodied-AI task contracts with input, process, output, metrics, predictions, and case-study walkthroughs |
53
  | Baselines | Minimal linear/ridge/logistic heads plus compact PyTorch MLP task heads over the same chronological split |
54
  | Research directions | Task mapping and extension probes for human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling |
55
+ | Scale-up path | Full-dataset access granted; a 128-episode selected relay is being staged with chunked parallel transfer and overlapping batch prefetch before Qwen3-Omni LoRA, followed by Cosmos 3/world-model and VLA/policy branches |
56
  | Public surfaces | GitHub repo, GitHub Pages dashboard, HF Space, HF artifact dataset, HF baseline-model repo, and HF collection |
57
 
58
  For the fastest interpretation of the current metrics, start with
 
72
  - a generated four-direction research taxonomy matching the Ropedia job tracks,
73
  - four additional direction-extension probes with minimal and neural baselines,
74
  - human-readable research task cards and an interactive scrub/play walkthrough storyboard for every task,
75
+ - an interactive research roadmap connecting 12 tasks, four research tracks, current sample evidence, the Qwen3-Omni scale-up path, and foundation-model branch selection,
76
+ - a next-milestone track for Qwen3-Omni fine-tuning, Cosmos 3 world modeling, and sensor-bridge evaluation,
77
  - metrics, predictions, model weights, manifests, charts, and a two-level
78
  tabbed static research website,
79
  - a clear explanation of what is implemented now and what moves to the multi-episode stage.
 
90
  | Figure index | `FIGURE_INDEX.md`, `docs/data/figure_index.json`, `scripts/build_figure_index.py` | catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts |
91
  | Brand assets | `docs/assets/brand/`, `docs/favicon.png`, `docs/apple-touch-icon.png`, `scripts/build_brand_assets.py` | applies the generated project logo system across the website, README, HF cards, favicon, and social previews |
92
  | Data windows | `results/episode_task_suite/windows.csv`, `shared_windows.npz`, `summary_report.json` | one public sample episode |
93
+ | Feature contract | `results/episode_task_suite/feature_manifest.json`, `available_modalities.json` | documents the 8,546-dimensional multimodal representation and source coverage |
94
  | Evaluation protocol | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | defines windowing, chronological split, leakage controls, per-task metrics, and current limitations |
95
  | Research takeaways | `RESEARCH_TAKEAWAYS.md`, `docs/data/research_takeaways.json`, `scripts/build_research_takeaways.py` | summarizes result interpretation from committed metrics and identifies which experiments need held-out episodes |
96
+ | Audio ablation | `scripts/audio_ablation_and_raw_upgrade.py`, `results/audio_ablation/`, `docs/data/audio_ablation_summary.json` | measures whether audio helps each of the 12 task contracts |
97
+ | Research roadmap | `RESEARCH_ROADMAP.md`, `docs/research_roadmap.html`, `docs/data/research_roadmap.json`, `docs/data/research_roadmap_interactive.json` | stages and visualizes the path from public-sample task development to multi-episode held-out evaluation, foundation-model selection, and larger omni/world-model extensions |
98
+ | Foundation-model plan | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json` | keeps Qwen3-Omni as the first trainable pilot, adds Cosmos 3 as the first world-model branch, and tracks OpenVLA/openpi/GR00T policy candidates |
99
  | 12-task suite | `scripts/episode_task_suite.py`, per-task `metrics.json`, predictions | chronological single-episode split |
100
  | Single-episode diagnostics | `scripts/single_episode_diagnostics.py`, `results/single_episode_diagnostics/`, `docs/single_episode_explorer.html` | modality ablations, timeline overlay, object-label export, alignment stress tests, and interactive window inspection from one sample episode |
101
  | Neural heads | `scripts/neural_task_models.py`, `results/episode_task_suite/neural_mlp/` | compact MLP heads, not a foundation model |
 
103
  | Task surface integrity | `docs/data/task_surface_integrity.json`, `scripts/validate_task_surface.py` | public task cards stay human-readable, thumbnail-backed, and wired to the scrub/play walkthrough storyboard |
104
  | Rendered website check | `RENDERED_SITE_CHECK.md`, `docs/data/rendered_site_check.json`, `scripts/build_rendered_site_check.py` | records a browser-level load, tab, walkthrough deep-link, control-click, and console-health check |
105
  | Public project surface | `PUBLIC_SURFACE_QA.md`, `docs/data/public_surface_qa.json`, `scripts/build_public_surface_qa.py` | presents the repo, website, and Hugging Face cards as one research project surface |
106
+ | Qwen3-Omni | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `MULTI_EPISODE_ACCESS_STATUS.md` | full-dataset access is granted; 128 selected episodes are in accelerated relay/staging before held-out evaluation |
107
+ | Multi-episode pilot status | `scripts/validate_scope_claims.py`, `docs/data/scope_claims_audit.json` | separates setup artifacts, selected relay state, and completed held-out-episode metrics |
108
  | Mirror parity | `scripts/validate_mirror_parity.py`, `docs/data/mirror_parity.json` | prepared GitHub/HF mirrors carry matching data, figure, website HTML, and validator files |
109
  | Public bundle contents | `scripts/validate_publication_package.py`, `docs/data/publication_audit.json` | summarizes the public repo and HF bundles, including raw-data exclusion and local scratch-file exclusion |
110
  | Release checks | `QUALITY_GATES.md`, `docs/data/quality_gates.json`, `scripts/build_quality_gates.py` | one map for automated checks and live post-publish verification |
 
141
  The staged research roadmap is at
142
  [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md) and
143
  [`docs/data/research_roadmap.json`](docs/data/research_roadmap.json).
144
+ The foundation-model selection plan is at
145
+ [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) and
146
+ [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json).
147
  The source-of-truth artifact index is at
148
  [`docs/data/artifact_index.json`](docs/data/artifact_index.json).
149
  For a human-readable artifact map, use
 
178
 
179
  | Area | Current decision |
180
  | --- | --- |
181
+ | Public-sample pipeline | Verified on one public sample episode: 5,821 frames, 1,161 windows, 8,546 dimensions |
182
  | 12-task suite | Verified minimal baselines with committed metrics, predictions, and manifests |
183
  | Neural heads | Verified compact PyTorch MLP heads over the same task contracts and chronological splits |
184
  | Official dataset wording | Verified against the public `ropedia-ai/xperience-10m` dataset card/API metadata |
185
  | Source alignment | Source facts, sample details, API-listing notes, and project coverage are consistent across repo, website, and HF cards |
186
  | Evaluation protocol | Verified generated protocol for windowing, split policy, leakage controls, and per-task metrics |
187
  | Website and HF mirrors | Verified by website reference reports, public project-surface reports, mirror parity, and live-publication checks; the public dashboard uses five top-level tabs plus subsection tabs for dataset, task-suite, method, result, and resource views |
188
+ | Qwen3-Omni multi-episode pilot | Full-dataset access granted; 128-episode relay in progress with chunked parallel transfer and batch prefetch, with full metrics pending completed staging and held-out evaluation |
189
  | Raw Xperience-10M data / full Qwen weights | Not redistributed |
190
 
191
  ## 90-Second Research Project Path
 
199
  | 3 | Are source facts consistently presented? | [`SOURCE_ALIGNMENT_AUDIT.md`](SOURCE_ALIGNMENT_AUDIT.md), [`docs/data/source_alignment_audit.json`](docs/data/source_alignment_audit.json), [`scripts/validate_source_alignment.py`](scripts/validate_source_alignment.py) | Repo, website, and HF cards use the same full-dataset facts, sample-card facts, API-listing notes, and project coverage. |
200
  | 4 | How exactly are tasks evaluated? | [`EVALUATION_PROTOCOL.md`](EVALUATION_PROTOCOL.md), [`docs/data/evaluation_protocol.json`](docs/data/evaluation_protocol.json), [`scripts/build_evaluation_protocol.py`](scripts/build_evaluation_protocol.py) | The window unit, chronological split, leakage controls, task metrics, and current limitations are explicit. |
201
  | 5 | What do the current results mean? | [`RESEARCH_TAKEAWAYS.md`](RESEARCH_TAKEAWAYS.md), [`docs/data/research_takeaways.json`](docs/data/research_takeaways.json), [`docs/data/summary_metrics.json`](docs/data/summary_metrics.json) | The takeaways are generated from committed metrics and identify which signals are ready for larger held-out experiments. |
202
+ | 6 | What is the staged roadmap? | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md), [`docs/data/research_roadmap.json`](docs/data/research_roadmap.json), [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) | The roadmap connects public-sample task development to multi-episode staging, Qwen3-Omni LoRA, foundation-model selection, robustness runs, and larger omni/world-model extensions. |
203
+ | 7 | Which foundation model comes next? | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md), [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json) | Qwen3-Omni remains the first held-out LoRA baseline; Cosmos 3 is the first world-model branch; OpenVLA/openpi/GR00T wait for explicit action targets. |
204
+ | 8 | How do I reproduce it? | [`REPRODUCIBILITY.md`](REPRODUCIBILITY.md), [`docs/data/reproducibility_matrix.json`](docs/data/reproducibility_matrix.json), [`notes/reproducibility_audit.md`](notes/reproducibility_audit.md) | Public commands, expected outputs, and the latest exact-match reproduction record are explicit. |
205
+ | 9 | What is one model input? | [`windows.csv`](results/episode_task_suite/windows.csv), [`feature_manifest.json`](results/episode_task_suite/feature_manifest.json), [`available_modalities.json`](results/episode_task_suite/available_modalities.json) | The input is an aligned 8,546-dimensional multimodal window with synchronized video, audio, sensor, and language signals. |
206
+ | 10 | Are the task results backed by files? | [`summary_report.json`](results/episode_task_suite/summary_report.json), [`neural_mlp/`](results/episode_task_suite/neural_mlp/), [`docs/data/summary_metrics.json`](docs/data/summary_metrics.json) | Each task has minimal and neural-head evidence over the same window contracts. |
207
+ | 11 | Is the website self-consistent? | [`docs/data/website_integrity.json`](docs/data/website_integrity.json), [`scripts/validate_website_integrity.py`](scripts/validate_website_integrity.py) | Local links, anchors, tab routing, JSON data, and referenced images are checked before publishing. |
208
+ | 12 | What is still pending? | [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md), [`MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md), [`scripts/omni/discover_xperience10m_sources.py`](scripts/omni/discover_xperience10m_sources.py) | The multi-episode Qwen3-Omni run is prepared at the selection and relay level; final model metrics require completed staging, preprocessing, training, and held-out evaluation. |
209
 
210
  The machine-readable project packet is
211
  [`docs/data/project_packet.json`](docs/data/project_packet.json).
 
231
  - the 20-frame window unit, stride, feature dimension, and raw-data policy,
232
  - the chronological 70/30 single-episode split and its generalization limit,
233
  - the per-task input, target, primary metric, minimal score, and neural score,
234
+ - leakage controls for future labels, target-side signals, caption/object
235
  labels, and train-only normalization,
236
  - current limitations, including cross-episode generalization,
237
+ audio-visual learning, pixel-depth reconstruction, and real held-out
238
+ multi-episode Qwen3-Omni quality.
239
 
240
  ## Official Dataset Alignment
241
 
 
268
  is separately documented as `Xperience-10M-Sample` with sample metadata,
269
  `cc-by-nc-4.0` license, HOMIE Toolkit usage, and Rerun 0.29.0 `.rrd`
270
  visualization. This project preserves that distinction: the sample powers the
271
+ current 5,821-frame task suite, while the full gated dataset is the source for
272
+ the selected 128-episode held-out multi-episode relay now in progress.
273
 
274
  This repo's current verified subset is much smaller and intentionally explicit:
275
 
276
  - one public sample episode, 5,821 frames, and 1,161 aligned windows,
277
+ - raw sample files with six MP4 video streams and audio streams,
278
  - `annotation.hdf5` carrying depth, SLAM/camera pose, hand/body mocap, IMU,
279
  language/caption annotations, calibration, metadata, and timing records,
280
+ - an 8,546-dimensional baseline representation using video, audio, depth,
281
+ pose/SLAM, mocap, IMU, calibration, and language-derived signals.
282
 
283
  The same alignment note also records what is outside the current implemented subset: real
284
  audio-visual learning, caption generation, pixel-depth estimation, SLAM
285
  estimation, neural rendering, policy learning, cross-episode generalization,
286
+ and real held-out multi-episode Qwen3-Omni model quality.
287
  It also preserves the official responsible-use scope: the open-source
288
  dataset is limited in diversity and showcase/production quality, and it should
289
  not be used for identity recognition, re-identification, biometric profiling,
 
548
 
549
  This repo includes a first Qwen3-Omni fine-tuning path over Xperience-10M. The
550
  current artifacts are setup-stage evidence, with held-out multi-episode metrics
551
+ pending completed staging, preprocessing, training, and evaluation.
552
  The useful distinction is:
553
 
554
  - direct Qwen3-Omni inputs: RGB/fisheye video, embedded MP4 audio, and language
 
558
 
559
  The current scale-up artifacts show that the export, manifest, sensor-feature,
560
  LoRA, and evaluation scripts can run on the available sample episode. They do
561
+ not show a real multi-episode result. A real pilot requires staged valid
562
  episodes, held-out episode splits, training metadata, predictions, metrics, and
563
+ a run report; the current selected relay target is 128 episodes.
564
 
565
  ### Sample Count Decision
566
 
 
585
  --full-preview-per-episode-gb 5.1
586
  ```
587
 
588
+ ### Multi-Episode Readiness Gate
589
 
590
  ```bash
591
  python scripts/omni/discover_xperience10m_sources.py \
 
596
 
597
  Current status in this repo:
598
 
599
+ - public_sample_valid_episodes: 1 (degraded-valid: annotation + fisheye_cam0.mp4)
600
+ - gated_metadata_audit: 12,102 complete visible episodes across 802 complete sessions
601
+ - selected_relay_plan: 128 metadata-balanced episodes, 96/16/16 train/val/test
602
+ - selected_download_size: 277.71 GiB excluding `visualization.rrd`
603
+ - ready_for_held_out_pilot: false until the selected episodes are fully staged and checked
604
+ - full-dataset access: granted; raw multi-episode staging is in progress with chunked parallel transfer and overlapping batch prefetch
605
  - source_discovery: `results/omni_finetune/source_discovery.json`
606
  - data_status: `results/omni_finetune/DATA_ACCESS_STATUS.md`
607
  - access_status: `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`
608
 
609
+ Use this gate before scheduling any full fine-tune run. The pilot should use
610
+ balanced held-out selection, not the first paths in repository order. The
611
+ current 128-episode selection filters for complete leaf episodes, excludes
612
+ `visualization.rrd`, balances episode-size bands, and preserves one selected
613
+ episode per top-level session UUID.
614
 
615
  ### Uploading the pilot Qwen3-Omni LoRA
616
 
 
626
  This script requires a valid Hugging Face token via `HF_TOKEN` or `--token`.
627
  Network availability to `huggingface.co` is required.
628
 
629
+ ### Foundation Backbone Plan
630
+
631
+ The next modeling plan tracks several foundation-model branches instead of
632
+ assuming one backbone solves every Xperience-10M objective.
633
+
634
+ | Branch | Current role | When to use it |
635
+ | --- | --- | --- |
636
+ | Qwen3-Omni | First trainable multimodal LoRA pilot | Use for the selected 128-episode held-out baseline over video/audio/language plus sensor-bridge features. |
637
+ | Cosmos 3 | First world-model/action-generation branch | Use after data staging for future-window prediction, action-conditioned world modeling, and synthetic-data usefulness tests. |
638
+ | GR00T | Humanoid/action-policy branch | Use after mocap/contact retargeting creates well-defined humanoid action targets. |
639
+ | OpenVLA / openpi | Open VLA/policy baselines | Use after the project defines robot-compatible or action-token targets. |
640
+ | Gemini Robotics | External reasoning reference | Use only for qualitative comparison or annotation support unless local trainable access exists. |
641
+
642
+ See [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) and
643
+ [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json)
644
+ for the full selection matrix, source links, and model-specific evaluation
645
+ additions.
646
+
647
  ## Four Research Directions
648
 
649
  The 12 tasks are now organized against the four Ropedia research directions in
 
658
 
659
  | Baseline | Role |
660
  | --- | --- |
661
+ | Minimal interpretable heads | Softmax, logistic, ridge, and retrieval heads over the 8,546-dimensional multimodal representation. These expose the input/output contract cleanly. |
662
  | Neural MLP heads | Small PyTorch MLP classifiers/regressors on the same features and splits. These check whether nonlinear heads help before moving to Qwen/Omni fine-tuning. |
663
 
664
  Current direction-level coverage:
 
751
  Shared setup:
752
 
753
  ```text
754
+ raw episode -> 20-frame windows, stride 5 -> 8,546-dimensional multimodal representation
755
  chronological split: first 70% train, last 30% test
756
  scalers are fit on train windows only
757
  ```
 
765
  | Ridge + cosine ranking | Language Grounding, Cross-Modal Retrieval | project one modality into another feature space, then rank candidates by cosine |
766
  | Multi-label logistic regression | Object Relevance Prediction | z-score non-caption features, sigmoid object heads, threshold at 0.5 |
767
 
768
+ The optional neural run keeps the same window representation, leakage filters,
769
  chronological splits, and metrics, but replaces the task heads with small
770
  PyTorch MLP classifiers or regressors. Its outputs live under
771
  [`results/episode_task_suite/neural_mlp/`](results/episode_task_suite/neural_mlp/),
 
781
  | Action Boundary Detection | all featurized modalities | linear softmax | steady vs action boundary |
782
  | Next-Action Prediction | all featurized modalities at `t` | linear softmax | action at `t+20` frames |
783
  | Hand Trajectory Forecasting | all featurized modalities at `t` | ridge regression | future 10-frame left/right hand joints |
784
+ | Contact State Prediction | non-contact and non-caption signals | linear softmax | any body contact |
785
+ | Object Relevance Prediction | non-caption signals | multi-label logistic | relevant object set |
786
  | Language Grounding | sensor windows projected to text space | ridge projection + cosine ranking | matching time window for text query |
787
  | Cross-Modal Retrieval | motion/IMU/camera projected to visual space | ridge projection + cosine ranking | matching depth/video window |
788
+ | Cross-Modal Reconstruction | motion/IMU/camera | ridge regression | compressed depth/video target |
789
  | Temporal Order Verification | `[x_t, x_t+1, x_t+1-x_t]` | binary linear softmax | correct vs reversed order |
790
  | Multimodal Synchronization Detection | motion plus visual pair | binary linear softmax | aligned vs shifted by 8 windows |
791
 
 
794
  | Experiment | Main score | Accuracy | Notes |
795
  | --- | ---: | ---: | --- |
796
  | Motion-only action | 0.9688 macro-F1 | 0.9828 | Uses motion/IMU features only |
797
+ | Current all-feature action | 0.9829 macro-F1 | 0.9863 | 8,546-dimensional multimodal representation |
798
  | Motion-only subtask | 0.9528 macro-F1 | 0.9759 | Strong within-episode subtask signal |
799
  | Current all-feature subtask | 0.9173 macro-F1 | 0.9828 | High accuracy, lower class-balanced score |
800
  | Cross-modal retrieval | 0.3678 top-5 | n/a | Motion/IMU/camera/audio retrieves matching depth/video |
 
803
  | Neural MLP hand forecast | 0.1079 MPJPE | n/a | Same features/split, nonlinear regression head |
804
  | Neural MLP temporal order | 0.8520 F1 | 0.8578 | Strong improvement on adjacent-window ordering |
805
  | Neural MLP misalignment | 0.7153 F1 | 0.7009 | Detects shifted motion/visual/audio pairs better than the linear head |
806
+ | Audio ablation | +0.0418 mean delta | n/a | Current audio variant improves the primary metric on 6 of 12 task contracts |
807
+ | Alternate audio representation | +0.0936 mean delta | n/a | Alternate audio-window representation improves over the baseline audio variant on 6 of 12 task contracts |
808
 
809
+ ## Audio Contribution Study
810
 
811
+ The audio ablation keeps the same windows and task labels, then compares input
812
+ variants under the same chronological split. The script
813
  [`scripts/audio_ablation_and_raw_upgrade.py`](scripts/audio_ablation_and_raw_upgrade.py)
814
+ reuses the real task-suite windows and evaluates six variants for
815
+ every task: current inputs, no audio, audio-only, alternate audio-only, audio
816
+ representation replacement, and all inputs plus the alternate audio representation.
 
 
817
 
818
  The measured single-episode result is task-specific:
819
 
820
  | Readout | Value |
821
  | --- | ---: |
822
+ | Tasks where current audio improves the primary metric | 6 / 12 |
823
  | Mean current-audio delta | +0.0418 |
824
+ | Tasks where alternate audio representation improves over baseline audio | 6 / 12 |
825
+ | Mean alternate-representation delta vs baseline audio | +0.0936 |
826
 
827
  Full files:
828
 
 
837
  The neural baseline was run locally with `--include-neural` for all 12 tasks
838
  using 80 epochs, hidden size 128, batch size 128, and CPU execution. It is not a
839
  foundation model result; it is a controlled nonlinear-head comparison over the
840
+ same 8,546-dimensional multimodal representation.
841
 
842
  | Task | Neural metric | Minimal metric | Readout |
843
  | --- | ---: | ---: | --- |
 
872
  - `results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv`
873
  evaluates cross-modal retrieval under explicit time shifts.
874
  - `docs/single_episode_explorer.html` is a static interactive page for
875
+ inspecting window labels, objects, predictions, modality statistics, and
876
  diagnostic scores.
877
 
878
+ These are single-episode research diagnostics. They are useful for studying
879
  task definitions, feature behavior, and model errors before scaling to more
880
  episodes; they are not reported as multi-episode benchmark results.
881
 
 
902
  Timeline and next-action classifiers therefore expose the core limitation of
903
  single-episode learning instead of hiding it behind random splits.
904
 
905
+ ## Modalities Used
906
 
907
+ The current public-sample pipeline uses:
908
 
909
  - hand/body mocap joints and contact labels,
910
  - camera translation and rotation,
911
  - IMU acceleration and gyroscope traces,
912
  - depth confidence features,
913
  - six video streams,
914
+ - audio from the sample MP4 stream,
915
  - caption/object/interaction text features,
916
  - SLAM point-cloud summary features,
917
  - calibration parameters.
918
 
919
+ The full technical source manifest is stored in
920
  [`results/episode_task_suite/feature_manifest.json`](results/episode_task_suite/feature_manifest.json).
921
 
922
  ## Data Notice
PROJECT_STATUS.md CHANGED
@@ -2,17 +2,17 @@
2
 
3
  This is the fastest way to understand the current research project state.
4
  It summarizes what has already been implemented from the public
5
- Xperience-10M sample, what remains data-gated, and which artifacts support
6
- the next development step.
7
 
8
  | Area | Current state | Evidence | Research readout |
9
  | --- | --- | --- | --- |
10
  | Public-sample pipeline | Verified | `results/episode_task_suite/summary_report.json`, `results/episode_task_suite/windows.csv`, `results/episode_task_suite/feature_manifest.json` | One public Xperience-10M sample episode is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional current feature contract. |
11
  | Task suite | Verified | `scripts/episode_task_suite.py`, `results/episode_task_suite/`, `docs/data/summary_metrics.json` | All 12 task contracts have committed metrics, predictions, and minimal baseline outputs. |
12
  | Neural heads | Verified | `scripts/neural_task_models.py`, `results/episode_task_suite/neural_mlp/` | Each task also has a compact PyTorch MLP run over the same feature tensor and chronological split. |
13
- | Audio ablation and raw-audio upgrade | Verified | `scripts/audio_ablation_and_raw_upgrade.py`, `results/audio_ablation/`, `docs/data/audio_ablation_summary.json` | Current AAC audio improves the primary metric on 6 of 12 task contracts; replacing the current handcrafted block with a 588-d raw log-mel feature improves over current audio on 6 of 12 tasks. |
14
  | Research takeaways | Verified | `RESEARCH_TAKEAWAYS.md`, `docs/data/research_takeaways.json`, `scripts/build_research_takeaways.py` | The main result interpretation is generated from committed metrics: chronological class shift, neural gains on dynamics/order/alignment, open retrieval/reconstruction problems, and the need for held-out episodes. |
15
- | Research roadmap | Current | `RESEARCH_ROADMAP.md`, `docs/data/research_roadmap.json` | The staged path connects public-sample task development to multi-episode data staging, the 32-episode Qwen3-Omni LoRA pilot, foundation-model selection, robustness runs, and larger omni/world-model extensions. |
16
  | Foundation-model plan | Current | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json` | Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit. |
17
  | Evaluation protocol | Verified | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | Windowing, chronological split, per-task metrics, leakage controls, and current limitations are generated from committed metric artifacts. |
18
  | Official dataset wording | Verified | `XPERIENCE10M_DATASET_CARD_ALIGNMENT.md`, `docs/data/xperience10m_dataset_card_alignment.json` | Public wording is aligned to the official gated Xperience-10M dataset card, public sample card, and HF API metadata, including modalities, scale, access path, sample license/tooling, and current project coverage. |
@@ -20,7 +20,7 @@ the next development step.
20
  | Website and HF mirrors | Verified | `docs/data/website_integrity.json`, `docs/data/rendered_site_check.json`, `docs/data/mirror_parity.json`, `docs/data/live_publication_status.json` | Local website links/assets pass, the rendered walkthrough flow has a browser-level check, prepared mirrors match, and public GitHub/HF URLs have been verified after upload. |
21
  | Public bundle contents | Verified | `docs/data/publication_audit.json`, `QUALITY_GATES.md`, `docs/data/quality_gates.json` | Public bundles exclude raw data, caches, heavy archives, token strings, and stale public-card copy. |
22
  | Reproducibility | Verified for the public sample | `REPRODUCIBILITY.md`, `docs/data/reproducibility_matrix.json`, `notes/reproducibility_audit.md` | The public sample workflow has explicit commands, expected outputs, and exact-match reproduction evidence. |
23
- | Qwen3-Omni fine-tuning | Data-gated; full metrics pending | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md` | The 32-episode LoRA pilot is prepared; final held-out metrics require gated data access, manifest construction, training, and evaluation. |
24
  | Raw Xperience-10M redistribution | Not included | `DATA_NOTICE.md`, `docs/data/publication_audit.json` | Raw MP4, HDF5, RRD files, private gated data, and full Qwen weights are intentionally excluded. |
25
 
26
  ## Fast Research Route
@@ -50,14 +50,12 @@ the next development step.
50
 
51
  - Cross-episode generalization is a later multi-episode evaluation target; the
52
  current results use one public sample episode.
53
- - Historical `32ep` path names refer to setup files, not completed 32-episode
54
  training results.
55
  - The current reconstruction task reconstructs feature vectors, not pixel
56
  depth, meshes, NeRF outputs, or Gaussian splats.
57
- - AAC audio is decoded from `fisheye_cam0.mp4` and included in the current
58
- 8,546-dimensional baseline feature vector.
59
- - Audio is now evaluated directly: the current AAC block and a raw log-mel
60
- replacement are compared across all 12 task contracts in
61
  `results/audio_ablation/`.
62
  - Foundation-model selection is now explicit: Qwen3-Omni is the immediate
63
  trainable pilot, Cosmos 3 is the first world-model branch, and policy models
 
2
 
3
  This is the fastest way to understand the current research project state.
4
  It summarizes what has already been implemented from the public
5
+ Xperience-10M sample, what is being staged for multi-episode training, and
6
+ which artifacts support the next development step.
7
 
8
  | Area | Current state | Evidence | Research readout |
9
  | --- | --- | --- | --- |
10
  | Public-sample pipeline | Verified | `results/episode_task_suite/summary_report.json`, `results/episode_task_suite/windows.csv`, `results/episode_task_suite/feature_manifest.json` | One public Xperience-10M sample episode is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional current feature contract. |
11
  | Task suite | Verified | `scripts/episode_task_suite.py`, `results/episode_task_suite/`, `docs/data/summary_metrics.json` | All 12 task contracts have committed metrics, predictions, and minimal baseline outputs. |
12
  | Neural heads | Verified | `scripts/neural_task_models.py`, `results/episode_task_suite/neural_mlp/` | Each task also has a compact PyTorch MLP run over the same feature tensor and chronological split. |
13
+ | Audio contribution study | Verified | `scripts/audio_ablation_and_raw_upgrade.py`, `results/audio_ablation/`, `docs/data/audio_ablation_summary.json` | Audio variants are compared across all 12 task contracts; audio improves the primary metric on 6 of 12 tasks, and a 588-d audio-window representation improves over the baseline audio variant on 6 of 12 tasks. |
14
  | Research takeaways | Verified | `RESEARCH_TAKEAWAYS.md`, `docs/data/research_takeaways.json`, `scripts/build_research_takeaways.py` | The main result interpretation is generated from committed metrics: chronological class shift, neural gains on dynamics/order/alignment, open retrieval/reconstruction problems, and the need for held-out episodes. |
15
+ | Research roadmap | Current | `RESEARCH_ROADMAP.md`, `docs/data/research_roadmap.json` | The staged path connects public-sample task development to 128-episode data staging, Qwen3-Omni LoRA, foundation-model selection, robustness runs, and larger omni/world-model extensions. |
16
  | Foundation-model plan | Current | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json` | Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit. |
17
  | Evaluation protocol | Verified | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | Windowing, chronological split, per-task metrics, leakage controls, and current limitations are generated from committed metric artifacts. |
18
  | Official dataset wording | Verified | `XPERIENCE10M_DATASET_CARD_ALIGNMENT.md`, `docs/data/xperience10m_dataset_card_alignment.json` | Public wording is aligned to the official gated Xperience-10M dataset card, public sample card, and HF API metadata, including modalities, scale, access path, sample license/tooling, and current project coverage. |
 
20
  | Website and HF mirrors | Verified | `docs/data/website_integrity.json`, `docs/data/rendered_site_check.json`, `docs/data/mirror_parity.json`, `docs/data/live_publication_status.json` | Local website links/assets pass, the rendered walkthrough flow has a browser-level check, prepared mirrors match, and public GitHub/HF URLs have been verified after upload. |
21
  | Public bundle contents | Verified | `docs/data/publication_audit.json`, `QUALITY_GATES.md`, `docs/data/quality_gates.json` | Public bundles exclude raw data, caches, heavy archives, token strings, and stale public-card copy. |
22
  | Reproducibility | Verified for the public sample | `REPRODUCIBILITY.md`, `docs/data/reproducibility_matrix.json`, `notes/reproducibility_audit.md` | The public sample workflow has explicit commands, expected outputs, and exact-match reproduction evidence. |
23
+ | Qwen3-Omni fine-tuning | Data staging; full metrics pending | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md` | Full-dataset access is granted and a 128-episode selected relay is in progress with chunked parallel transfer and overlapping batch prefetch; final held-out metrics require completed staging, manifest construction, training, and evaluation. |
24
  | Raw Xperience-10M redistribution | Not included | `DATA_NOTICE.md`, `docs/data/publication_audit.json` | Raw MP4, HDF5, RRD files, private gated data, and full Qwen weights are intentionally excluded. |
25
 
26
  ## Fast Research Route
 
50
 
51
  - Cross-episode generalization is a later multi-episode evaluation target; the
52
  current results use one public sample episode.
53
+ - Older pilot path names refer to setup files, not completed held-out
54
  training results.
55
  - The current reconstruction task reconstructs feature vectors, not pixel
56
  depth, meshes, NeRF outputs, or Gaussian splats.
57
+ - Audio is part of the current 8,546-dimensional baseline feature vector.
58
+ - Audio contribution is evaluated across all 12 task contracts in
 
 
59
  `results/audio_ablation/`.
60
  - Foundation-model selection is now explicit: Qwen3-Omni is the immediate
61
  trainable pilot, Cosmos 3 is the first world-model branch, and policy models
QUALITY_GATES.md CHANGED
@@ -12,7 +12,7 @@ These checks cover public packaging, project status wording, mirror parity, and
12
 
13
  | Check | Command | Report | Current status | Needs attention when |
14
  | --- | --- | --- | --- | --- |
15
- | Multi-episode pilot status | `python scripts/validate_scope_claims.py` | `docs/data/scope_claims_audit.json` | `pass` | Historical 32ep setup/provenance strings are presented as completed 32-episode metrics. |
16
  | Source alignment | `python scripts/validate_source_alignment.py` | `docs/data/source_alignment_audit.json` | `pass` | Official full-dataset facts, sample-card facts, API-listing notes, or project coverage are missing or inconsistent. |
17
  | Website integrity | `python scripts/validate_website_integrity.py` | `docs/data/website_integrity.json` | `pass` | Local links, anchors, JSON bundles, or referenced image assets are missing or invalid. |
18
  | Rendered website check | `python scripts/build_rendered_site_check.py --input /tmp/xperience_rendered_site_observations.json` | `docs/data/rendered_site_check.json` | `pass` | The local rendered site cannot load, switch tabs, deep-link to the walkthrough, update player controls, or stay console-clean. |
 
12
 
13
  | Check | Command | Report | Current status | Needs attention when |
14
  | --- | --- | --- | --- | --- |
15
+ | Multi-episode pilot status | `python scripts/validate_scope_claims.py` | `docs/data/scope_claims_audit.json` | `pass` | Setup/provenance strings are presented as completed held-out metrics. |
16
  | Source alignment | `python scripts/validate_source_alignment.py` | `docs/data/source_alignment_audit.json` | `pass` | Official full-dataset facts, sample-card facts, API-listing notes, or project coverage are missing or inconsistent. |
17
  | Website integrity | `python scripts/validate_website_integrity.py` | `docs/data/website_integrity.json` | `pass` | Local links, anchors, JSON bundles, or referenced image assets are missing or invalid. |
18
  | Rendered website check | `python scripts/build_rendered_site_check.py --input /tmp/xperience_rendered_site_observations.json` | `docs/data/rendered_site_check.json` | `pass` | The local rendered site cannot load, switch tabs, deep-link to the walkthrough, update player controls, or stay console-clean. |
README.md CHANGED
@@ -47,12 +47,12 @@ before the multi-episode omni-model stage becomes a real held-out evaluation.
47
 
48
  | Theme | Current implementation |
49
  | --- | --- |
50
- | Dataset slice | One public Xperience-10M sample episode, 5,821 frames, 1,161 windows, and 8,546 extracted feature dimensions |
51
- | Modalities | Video-derived features, AAC audio features, depth, camera pose/SLAM, hand/body mocap, IMU, calibration, and language-derived features |
52
  | Task suite | 12 human-readable embodied-AI task contracts with input, process, output, metrics, predictions, and case-study walkthroughs |
53
  | Baselines | Minimal linear/ridge/logistic heads plus compact PyTorch MLP task heads over the same chronological split |
54
  | Research directions | Task mapping and extension probes for human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling |
55
- | Scale-up path | Data-gated Qwen3-Omni LoRA pilot plan for 32 held-out episodes, followed by a foundation-model selection branch that adds Cosmos 3/world-model and VLA/policy candidates |
56
  | Public surfaces | GitHub repo, GitHub Pages dashboard, HF Space, HF artifact dataset, HF baseline-model repo, and HF collection |
57
 
58
  For the fastest interpretation of the current metrics, start with
@@ -78,9 +78,6 @@ Current contributions:
78
  tabbed static research website,
79
  - a clear explanation of what is implemented now and what moves to the multi-episode stage.
80
 
81
- Model-card readers can start from the **Research Takeaways** in
82
- `RESEARCH_TAKEAWAYS.md` and `metrics/research_takeaways.json`.
83
-
84
  ## Current Research Scope
85
 
86
  This repo separates implemented single-episode research artifacts from future
@@ -93,10 +90,10 @@ multi-episode held-out model metrics:
93
  | Figure index | `FIGURE_INDEX.md`, `docs/data/figure_index.json`, `scripts/build_figure_index.py` | catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts |
94
  | Brand assets | `docs/assets/brand/`, `docs/favicon.png`, `docs/apple-touch-icon.png`, `scripts/build_brand_assets.py` | applies the generated project logo system across the website, README, HF cards, favicon, and social previews |
95
  | Data windows | `results/episode_task_suite/windows.csv`, `shared_windows.npz`, `summary_report.json` | one public sample episode |
96
- | Feature contract | `results/episode_task_suite/feature_manifest.json`, `available_modalities.json` | 8,546 current features, including a real AAC audio block decoded from `fisheye_cam0.mp4` |
97
  | Evaluation protocol | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | defines windowing, chronological split, leakage controls, per-task metrics, and current limitations |
98
  | Research takeaways | `RESEARCH_TAKEAWAYS.md`, `docs/data/research_takeaways.json`, `scripts/build_research_takeaways.py` | summarizes result interpretation from committed metrics and identifies which experiments need held-out episodes |
99
- | Audio ablation | `scripts/audio_ablation_and_raw_upgrade.py`, `results/audio_ablation/`, `docs/data/audio_ablation_summary.json` | measures current AAC audio contribution and a raw log-mel audio replacement across all 12 task contracts |
100
  | Research roadmap | `RESEARCH_ROADMAP.md`, `docs/research_roadmap.html`, `docs/data/research_roadmap.json`, `docs/data/research_roadmap_interactive.json` | stages and visualizes the path from public-sample task development to multi-episode held-out evaluation, foundation-model selection, and larger omni/world-model extensions |
101
  | Foundation-model plan | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json` | keeps Qwen3-Omni as the first trainable pilot, adds Cosmos 3 as the first world-model branch, and tracks OpenVLA/openpi/GR00T policy candidates |
102
  | 12-task suite | `scripts/episode_task_suite.py`, per-task `metrics.json`, predictions | chronological single-episode split |
@@ -106,12 +103,11 @@ multi-episode held-out model metrics:
106
  | Task surface integrity | `docs/data/task_surface_integrity.json`, `scripts/validate_task_surface.py` | public task cards stay human-readable, thumbnail-backed, and wired to the scrub/play walkthrough storyboard |
107
  | Rendered website check | `RENDERED_SITE_CHECK.md`, `docs/data/rendered_site_check.json`, `scripts/build_rendered_site_check.py` | records a browser-level load, tab, walkthrough deep-link, control-click, and console-health check |
108
  | Public project surface | `PUBLIC_SURFACE_QA.md`, `docs/data/public_surface_qa.json`, `scripts/build_public_surface_qa.py` | presents the repo, website, and Hugging Face cards as one research project surface |
109
- | Qwen3-Omni | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `MULTI_EPISODE_ACCESS_STATUS.md` | setup-stage until 32 valid episodes are available and held-out evaluation runs |
110
- | Multi-episode pilot status | `scripts/validate_scope_claims.py`, `docs/data/scope_claims_audit.json` | records setup-stage `32ep` artifacts separately from completed held-out-episode metrics |
111
  | Mirror parity | `scripts/validate_mirror_parity.py`, `docs/data/mirror_parity.json` | prepared GitHub/HF mirrors carry matching data, figure, website HTML, and validator files |
112
  | Public bundle contents | `scripts/validate_publication_package.py`, `docs/data/publication_audit.json` | summarizes the public repo and HF bundles, including raw-data exclusion and local scratch-file exclusion |
113
  | Release checks | `QUALITY_GATES.md`, `docs/data/quality_gates.json`, `scripts/build_quality_gates.py` | one map for automated checks and live post-publish verification |
114
- | Model mirror metrics | `metrics/quality_gates.json`, `metrics/public_surface_qa.json`, `metrics/mirror_parity.json` | model-repo copies of the release checks and public-surface reports |
115
  | Artifact index | `scripts/build_artifact_index.py`, `docs/data/artifact_index.json` | selective source-of-truth catalog with existence, size, and stable-file hashes |
116
  | Project status | `PROJECT_STATUS.md`, `docs/data/project_status.json` | compact current-state table for first-pass readers |
117
  | Citation and metadata | `CITATION.cff`, `codemeta.json`, `docs/data/project_manifest.json`, `LICENSE` | code is MIT-scoped; raw-data use follows Xperience-10M terms |
@@ -182,14 +178,14 @@ They give the current research state in one compact table:
182
 
183
  | Area | Current decision |
184
  | --- | --- |
185
- | Public-sample pipeline | Verified on one public sample episode: 5,821 frames, 1,161 windows, 8,546 current features |
186
  | 12-task suite | Verified minimal baselines with committed metrics, predictions, and manifests |
187
  | Neural heads | Verified compact PyTorch MLP heads over the same task contracts and chronological splits |
188
  | Official dataset wording | Verified against the public `ropedia-ai/xperience-10m` dataset card/API metadata |
189
  | Source alignment | Source facts, sample details, API-listing notes, and project coverage are consistent across repo, website, and HF cards |
190
  | Evaluation protocol | Verified generated protocol for windowing, split policy, leakage controls, and per-task metrics |
191
  | Website and HF mirrors | Verified by website reference reports, public project-surface reports, mirror parity, and live-publication checks; the public dashboard uses five top-level tabs plus subsection tabs for dataset, task-suite, method, result, and resource views |
192
- | Qwen3-Omni multi-episode pilot | Full-dataset access granted; 128-episode relay in progress, with full metrics pending completed staging and held-out evaluation |
193
  | Raw Xperience-10M data / full Qwen weights | Not redistributed |
194
 
195
  ## 90-Second Research Project Path
@@ -206,7 +202,7 @@ If you are reading the project cold, open these in order:
206
  | 6 | What is the staged roadmap? | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md), [`docs/data/research_roadmap.json`](docs/data/research_roadmap.json), [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) | The roadmap connects public-sample task development to multi-episode staging, Qwen3-Omni LoRA, foundation-model selection, robustness runs, and larger omni/world-model extensions. |
207
  | 7 | Which foundation model comes next? | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md), [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json) | Qwen3-Omni remains the first held-out LoRA baseline; Cosmos 3 is the first world-model branch; OpenVLA/openpi/GR00T wait for explicit action targets. |
208
  | 8 | How do I reproduce it? | [`REPRODUCIBILITY.md`](REPRODUCIBILITY.md), [`docs/data/reproducibility_matrix.json`](docs/data/reproducibility_matrix.json), [`notes/reproducibility_audit.md`](notes/reproducibility_audit.md) | Public commands, expected outputs, and the latest exact-match reproduction record are explicit. |
209
- | 9 | What is one model input? | [`windows.csv`](results/episode_task_suite/windows.csv), [`feature_manifest.json`](results/episode_task_suite/feature_manifest.json), [`available_modalities.json`](results/episode_task_suite/available_modalities.json) | The input is an aligned 8,546-d window vector with explicit feature-block boundaries. |
210
  | 10 | Are the task results backed by files? | [`summary_report.json`](results/episode_task_suite/summary_report.json), [`neural_mlp/`](results/episode_task_suite/neural_mlp/), [`docs/data/summary_metrics.json`](docs/data/summary_metrics.json) | Each task has minimal and neural-head evidence over the same window contracts. |
211
  | 11 | Is the website self-consistent? | [`docs/data/website_integrity.json`](docs/data/website_integrity.json), [`scripts/validate_website_integrity.py`](scripts/validate_website_integrity.py) | Local links, anchors, tab routing, JSON data, and referenced images are checked before publishing. |
212
  | 12 | What is still pending? | [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md), [`MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md), [`scripts/omni/discover_xperience10m_sources.py`](scripts/omni/discover_xperience10m_sources.py) | The multi-episode Qwen3-Omni run is prepared at the selection and relay level; final model metrics require completed staging, preprocessing, training, and held-out evaluation. |
@@ -235,7 +231,7 @@ generated from committed metric artifacts. They define:
235
  - the 20-frame window unit, stride, feature dimension, and raw-data policy,
236
  - the chronological 70/30 single-episode split and its generalization limit,
237
  - the per-task input, target, primary metric, minimal score, and neural score,
238
- - leakage controls for future labels, target feature blocks, caption/object
239
  labels, and train-only normalization,
240
  - current limitations, including cross-episode generalization,
241
  audio-visual learning, pixel-depth reconstruction, and real held-out
@@ -278,11 +274,11 @@ the selected 128-episode held-out multi-episode relay now in progress.
278
  This repo's current verified subset is much smaller and intentionally explicit:
279
 
280
  - one public sample episode, 5,821 frames, and 1,161 aligned windows,
281
- - raw sample files with six MP4 video streams and AAC audio streams,
282
  - `annotation.hdf5` carrying depth, SLAM/camera pose, hand/body mocap, IMU,
283
  language/caption annotations, calibration, metadata, and timing records,
284
- - an 8,546-d baseline feature vector using video-derived statistics, AAC audio,
285
- depth, pose/SLAM, mocap, IMU, calibration, and language-derived blocks.
286
 
287
  The same alignment note also records what is outside the current implemented subset: real
288
  audio-visual learning, caption generation, pixel-depth estimation, SLAM
@@ -589,7 +585,7 @@ python scripts/omni/plan_finetune_sample_budget.py \
589
  --full-preview-per-episode-gb 5.1
590
  ```
591
 
592
- ### 32-Episode Readiness Gate
593
 
594
  ```bash
595
  python scripts/omni/discover_xperience10m_sources.py \
@@ -604,8 +600,8 @@ Current status in this repo:
604
  - gated_metadata_audit: 12,102 complete visible episodes across 802 complete sessions
605
  - selected_relay_plan: 128 metadata-balanced episodes, 96/16/16 train/val/test
606
  - selected_download_size: 277.71 GiB excluding `visualization.rrd`
607
- - ready_for_held_out_pilot: false until the selected episodes are fully staged and audited
608
- - full-dataset access: granted; raw multi-episode staging is in progress
609
  - source_discovery: `results/omni_finetune/source_discovery.json`
610
  - data_status: `results/omni_finetune/DATA_ACCESS_STATUS.md`
611
  - access_status: `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`
@@ -662,7 +658,7 @@ The taxonomy uses two current baselines for every task:
662
 
663
  | Baseline | Role |
664
  | --- | --- |
665
- | Minimal interpretable heads | Softmax, logistic, ridge, and retrieval heads over the 8,546-d window feature vector. These expose the input/output contract cleanly. |
666
  | Neural MLP heads | Small PyTorch MLP classifiers/regressors on the same features and splits. These check whether nonlinear heads help before moving to Qwen/Omni fine-tuning. |
667
 
668
  Current direction-level coverage:
@@ -755,7 +751,7 @@ models.
755
  Shared setup:
756
 
757
  ```text
758
- raw episode -> 20-frame windows, stride 5 -> 8,546-d current feature vector
759
  chronological split: first 70% train, last 30% test
760
  scalers are fit on train windows only
761
  ```
@@ -769,7 +765,7 @@ There are four reusable head families:
769
  | Ridge + cosine ranking | Language Grounding, Cross-Modal Retrieval | project one modality into another feature space, then rank candidates by cosine |
770
  | Multi-label logistic regression | Object Relevance Prediction | z-score non-caption features, sigmoid object heads, threshold at 0.5 |
771
 
772
- The optional neural run keeps the same feature vectors, leakage filters,
773
  chronological splits, and metrics, but replaces the task heads with small
774
  PyTorch MLP classifiers or regressors. Its outputs live under
775
  [`results/episode_task_suite/neural_mlp/`](results/episode_task_suite/neural_mlp/),
@@ -785,11 +781,11 @@ The task-specific heads are:
785
  | Action Boundary Detection | all featurized modalities | linear softmax | steady vs action boundary |
786
  | Next-Action Prediction | all featurized modalities at `t` | linear softmax | action at `t+20` frames |
787
  | Hand Trajectory Forecasting | all featurized modalities at `t` | ridge regression | future 10-frame left/right hand joints |
788
- | Contact State Prediction | non-contact and non-caption feature blocks | linear softmax | any body contact |
789
- | Object Relevance Prediction | non-caption feature blocks | multi-label logistic | relevant object set |
790
  | Language Grounding | sensor windows projected to text space | ridge projection + cosine ranking | matching time window for text query |
791
  | Cross-Modal Retrieval | motion/IMU/camera projected to visual space | ridge projection + cosine ranking | matching depth/video window |
792
- | Cross-Modal Reconstruction | motion/IMU/camera | ridge regression | depth/video feature vector |
793
  | Temporal Order Verification | `[x_t, x_t+1, x_t+1-x_t]` | binary linear softmax | correct vs reversed order |
794
  | Multimodal Synchronization Detection | motion plus visual pair | binary linear softmax | aligned vs shifted by 8 windows |
795
 
@@ -798,7 +794,7 @@ The task-specific heads are:
798
  | Experiment | Main score | Accuracy | Notes |
799
  | --- | ---: | ---: | --- |
800
  | Motion-only action | 0.9688 macro-F1 | 0.9828 | Uses motion/IMU features only |
801
- | Current all-feature action | 0.9829 macro-F1 | 0.9863 | 8,546-dimensional feature vector |
802
  | Motion-only subtask | 0.9528 macro-F1 | 0.9759 | Strong within-episode subtask signal |
803
  | Current all-feature subtask | 0.9173 macro-F1 | 0.9828 | High accuracy, lower class-balanced score |
804
  | Cross-modal retrieval | 0.3678 top-5 | n/a | Motion/IMU/camera/audio retrieves matching depth/video |
@@ -807,27 +803,26 @@ The task-specific heads are:
807
  | Neural MLP hand forecast | 0.1079 MPJPE | n/a | Same features/split, nonlinear regression head |
808
  | Neural MLP temporal order | 0.8520 F1 | 0.8578 | Strong improvement on adjacent-window ordering |
809
  | Neural MLP misalignment | 0.7153 F1 | 0.7009 | Detects shifted motion/visual/audio pairs better than the linear head |
810
- | Audio ablation | +0.0418 mean delta | n/a | Current AAC audio improves the primary metric on 6 of 12 task contracts |
811
- | Raw log-mel audio replacement | +0.0936 mean delta | n/a | Raw log-mel replacement beats current handcrafted audio on 6 of 12 task contracts |
812
 
813
- ## Audio Ablation and Raw-Audio Upgrade
814
 
815
- The current AAC audio block is now tested rather than only included. The script
 
816
  [`scripts/audio_ablation_and_raw_upgrade.py`](scripts/audio_ablation_and_raw_upgrade.py)
817
- reuses the real task-suite windows, decodes the local public-sample
818
- `fisheye_cam0.mp4` audio stream, builds a 588-d raw log-mel window feature, and
819
- evaluates six variants for every task: current features, no audio,
820
- handcrafted-audio-only, raw-audio-only, handcrafted audio replaced by raw
821
- log-mel, and current features plus raw log-mel.
822
 
823
  The measured single-episode result is task-specific:
824
 
825
  | Readout | Value |
826
  | --- | ---: |
827
- | Tasks where current AAC audio improves the primary metric | 6 / 12 |
828
  | Mean current-audio delta | +0.0418 |
829
- | Tasks where raw log-mel replacement improves over handcrafted AAC | 6 / 12 |
830
- | Mean raw-replacement delta vs current audio | +0.0936 |
831
 
832
  Full files:
833
 
@@ -842,7 +837,7 @@ Full files:
842
  The neural baseline was run locally with `--include-neural` for all 12 tasks
843
  using 80 epochs, hidden size 128, batch size 128, and CPU execution. It is not a
844
  foundation model result; it is a controlled nonlinear-head comparison over the
845
- same 8,546-d handcrafted window features.
846
 
847
  | Task | Neural metric | Minimal metric | Readout |
848
  | --- | ---: | ---: | --- |
@@ -877,10 +872,10 @@ artifact-driven diagnostics pass over the public sample episode:
877
  - `results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv`
878
  evaluates cross-modal retrieval under explicit time shifts.
879
  - `docs/single_episode_explorer.html` is a static interactive page for
880
- inspecting window labels, objects, predictions, feature-block statistics, and
881
  diagnostic scores.
882
 
883
- These are single-episode research diagnostics. They are useful for auditing
884
  task definitions, feature behavior, and model errors before scaling to more
885
  episodes; they are not reported as multi-episode benchmark results.
886
 
@@ -907,21 +902,21 @@ The test segment contains some action/subtask labels never seen during training.
907
  Timeline and next-action classifiers therefore expose the core limitation of
908
  single-episode learning instead of hiding it behind random splits.
909
 
910
- ## Feature Blocks Used
911
 
912
- The current feature vector has 8,546 dimensions and includes:
913
 
914
  - hand/body mocap joints and contact labels,
915
  - camera translation and rotation,
916
  - IMU acceleration and gyroscope traces,
917
  - depth confidence features,
918
  - six video streams,
919
- - AAC audio features from `fisheye_cam0.mp4`,
920
  - caption/object/interaction text features,
921
  - SLAM point-cloud summary features,
922
  - calibration parameters.
923
 
924
- The exact feature block boundaries are stored in
925
  [`results/episode_task_suite/feature_manifest.json`](results/episode_task_suite/feature_manifest.json).
926
 
927
  ## Data Notice
 
47
 
48
  | Theme | Current implementation |
49
  | --- | --- |
50
+ | Dataset slice | One public Xperience-10M sample episode, 5,821 frames, 1,161 windows, and an 8,546-dimensional representation |
51
+ | Modalities | Video, audio, depth, camera pose/SLAM, hand/body mocap, IMU, calibration, and language annotations |
52
  | Task suite | 12 human-readable embodied-AI task contracts with input, process, output, metrics, predictions, and case-study walkthroughs |
53
  | Baselines | Minimal linear/ridge/logistic heads plus compact PyTorch MLP task heads over the same chronological split |
54
  | Research directions | Task mapping and extension probes for human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling |
55
+ | Scale-up path | Full-dataset access granted; a 128-episode selected relay is being staged with chunked parallel transfer and overlapping batch prefetch before Qwen3-Omni LoRA, followed by Cosmos 3/world-model and VLA/policy branches |
56
  | Public surfaces | GitHub repo, GitHub Pages dashboard, HF Space, HF artifact dataset, HF baseline-model repo, and HF collection |
57
 
58
  For the fastest interpretation of the current metrics, start with
 
78
  tabbed static research website,
79
  - a clear explanation of what is implemented now and what moves to the multi-episode stage.
80
 
 
 
 
81
  ## Current Research Scope
82
 
83
  This repo separates implemented single-episode research artifacts from future
 
90
  | Figure index | `FIGURE_INDEX.md`, `docs/data/figure_index.json`, `scripts/build_figure_index.py` | catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts |
91
  | Brand assets | `docs/assets/brand/`, `docs/favicon.png`, `docs/apple-touch-icon.png`, `scripts/build_brand_assets.py` | applies the generated project logo system across the website, README, HF cards, favicon, and social previews |
92
  | Data windows | `results/episode_task_suite/windows.csv`, `shared_windows.npz`, `summary_report.json` | one public sample episode |
93
+ | Feature contract | `results/episode_task_suite/feature_manifest.json`, `available_modalities.json` | documents the 8,546-dimensional multimodal representation and source coverage |
94
  | Evaluation protocol | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | defines windowing, chronological split, leakage controls, per-task metrics, and current limitations |
95
  | Research takeaways | `RESEARCH_TAKEAWAYS.md`, `docs/data/research_takeaways.json`, `scripts/build_research_takeaways.py` | summarizes result interpretation from committed metrics and identifies which experiments need held-out episodes |
96
+ | Audio ablation | `scripts/audio_ablation_and_raw_upgrade.py`, `results/audio_ablation/`, `docs/data/audio_ablation_summary.json` | measures whether audio helps each of the 12 task contracts |
97
  | Research roadmap | `RESEARCH_ROADMAP.md`, `docs/research_roadmap.html`, `docs/data/research_roadmap.json`, `docs/data/research_roadmap_interactive.json` | stages and visualizes the path from public-sample task development to multi-episode held-out evaluation, foundation-model selection, and larger omni/world-model extensions |
98
  | Foundation-model plan | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json` | keeps Qwen3-Omni as the first trainable pilot, adds Cosmos 3 as the first world-model branch, and tracks OpenVLA/openpi/GR00T policy candidates |
99
  | 12-task suite | `scripts/episode_task_suite.py`, per-task `metrics.json`, predictions | chronological single-episode split |
 
103
  | Task surface integrity | `docs/data/task_surface_integrity.json`, `scripts/validate_task_surface.py` | public task cards stay human-readable, thumbnail-backed, and wired to the scrub/play walkthrough storyboard |
104
  | Rendered website check | `RENDERED_SITE_CHECK.md`, `docs/data/rendered_site_check.json`, `scripts/build_rendered_site_check.py` | records a browser-level load, tab, walkthrough deep-link, control-click, and console-health check |
105
  | Public project surface | `PUBLIC_SURFACE_QA.md`, `docs/data/public_surface_qa.json`, `scripts/build_public_surface_qa.py` | presents the repo, website, and Hugging Face cards as one research project surface |
106
+ | Qwen3-Omni | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `MULTI_EPISODE_ACCESS_STATUS.md` | full-dataset access is granted; 128 selected episodes are in accelerated relay/staging before held-out evaluation |
107
+ | Multi-episode pilot status | `scripts/validate_scope_claims.py`, `docs/data/scope_claims_audit.json` | separates setup artifacts, selected relay state, and completed held-out-episode metrics |
108
  | Mirror parity | `scripts/validate_mirror_parity.py`, `docs/data/mirror_parity.json` | prepared GitHub/HF mirrors carry matching data, figure, website HTML, and validator files |
109
  | Public bundle contents | `scripts/validate_publication_package.py`, `docs/data/publication_audit.json` | summarizes the public repo and HF bundles, including raw-data exclusion and local scratch-file exclusion |
110
  | Release checks | `QUALITY_GATES.md`, `docs/data/quality_gates.json`, `scripts/build_quality_gates.py` | one map for automated checks and live post-publish verification |
 
111
  | Artifact index | `scripts/build_artifact_index.py`, `docs/data/artifact_index.json` | selective source-of-truth catalog with existence, size, and stable-file hashes |
112
  | Project status | `PROJECT_STATUS.md`, `docs/data/project_status.json` | compact current-state table for first-pass readers |
113
  | Citation and metadata | `CITATION.cff`, `codemeta.json`, `docs/data/project_manifest.json`, `LICENSE` | code is MIT-scoped; raw-data use follows Xperience-10M terms |
 
178
 
179
  | Area | Current decision |
180
  | --- | --- |
181
+ | Public-sample pipeline | Verified on one public sample episode: 5,821 frames, 1,161 windows, 8,546 dimensions |
182
  | 12-task suite | Verified minimal baselines with committed metrics, predictions, and manifests |
183
  | Neural heads | Verified compact PyTorch MLP heads over the same task contracts and chronological splits |
184
  | Official dataset wording | Verified against the public `ropedia-ai/xperience-10m` dataset card/API metadata |
185
  | Source alignment | Source facts, sample details, API-listing notes, and project coverage are consistent across repo, website, and HF cards |
186
  | Evaluation protocol | Verified generated protocol for windowing, split policy, leakage controls, and per-task metrics |
187
  | Website and HF mirrors | Verified by website reference reports, public project-surface reports, mirror parity, and live-publication checks; the public dashboard uses five top-level tabs plus subsection tabs for dataset, task-suite, method, result, and resource views |
188
+ | Qwen3-Omni multi-episode pilot | Full-dataset access granted; 128-episode relay in progress with chunked parallel transfer and batch prefetch, with full metrics pending completed staging and held-out evaluation |
189
  | Raw Xperience-10M data / full Qwen weights | Not redistributed |
190
 
191
  ## 90-Second Research Project Path
 
202
  | 6 | What is the staged roadmap? | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md), [`docs/data/research_roadmap.json`](docs/data/research_roadmap.json), [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) | The roadmap connects public-sample task development to multi-episode staging, Qwen3-Omni LoRA, foundation-model selection, robustness runs, and larger omni/world-model extensions. |
203
  | 7 | Which foundation model comes next? | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md), [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json) | Qwen3-Omni remains the first held-out LoRA baseline; Cosmos 3 is the first world-model branch; OpenVLA/openpi/GR00T wait for explicit action targets. |
204
  | 8 | How do I reproduce it? | [`REPRODUCIBILITY.md`](REPRODUCIBILITY.md), [`docs/data/reproducibility_matrix.json`](docs/data/reproducibility_matrix.json), [`notes/reproducibility_audit.md`](notes/reproducibility_audit.md) | Public commands, expected outputs, and the latest exact-match reproduction record are explicit. |
205
+ | 9 | What is one model input? | [`windows.csv`](results/episode_task_suite/windows.csv), [`feature_manifest.json`](results/episode_task_suite/feature_manifest.json), [`available_modalities.json`](results/episode_task_suite/available_modalities.json) | The input is an aligned 8,546-dimensional multimodal window with synchronized video, audio, sensor, and language signals. |
206
  | 10 | Are the task results backed by files? | [`summary_report.json`](results/episode_task_suite/summary_report.json), [`neural_mlp/`](results/episode_task_suite/neural_mlp/), [`docs/data/summary_metrics.json`](docs/data/summary_metrics.json) | Each task has minimal and neural-head evidence over the same window contracts. |
207
  | 11 | Is the website self-consistent? | [`docs/data/website_integrity.json`](docs/data/website_integrity.json), [`scripts/validate_website_integrity.py`](scripts/validate_website_integrity.py) | Local links, anchors, tab routing, JSON data, and referenced images are checked before publishing. |
208
  | 12 | What is still pending? | [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md), [`MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md), [`scripts/omni/discover_xperience10m_sources.py`](scripts/omni/discover_xperience10m_sources.py) | The multi-episode Qwen3-Omni run is prepared at the selection and relay level; final model metrics require completed staging, preprocessing, training, and held-out evaluation. |
 
231
  - the 20-frame window unit, stride, feature dimension, and raw-data policy,
232
  - the chronological 70/30 single-episode split and its generalization limit,
233
  - the per-task input, target, primary metric, minimal score, and neural score,
234
+ - leakage controls for future labels, target-side signals, caption/object
235
  labels, and train-only normalization,
236
  - current limitations, including cross-episode generalization,
237
  audio-visual learning, pixel-depth reconstruction, and real held-out
 
274
  This repo's current verified subset is much smaller and intentionally explicit:
275
 
276
  - one public sample episode, 5,821 frames, and 1,161 aligned windows,
277
+ - raw sample files with six MP4 video streams and audio streams,
278
  - `annotation.hdf5` carrying depth, SLAM/camera pose, hand/body mocap, IMU,
279
  language/caption annotations, calibration, metadata, and timing records,
280
+ - an 8,546-dimensional baseline representation using video, audio, depth,
281
+ pose/SLAM, mocap, IMU, calibration, and language-derived signals.
282
 
283
  The same alignment note also records what is outside the current implemented subset: real
284
  audio-visual learning, caption generation, pixel-depth estimation, SLAM
 
585
  --full-preview-per-episode-gb 5.1
586
  ```
587
 
588
+ ### Multi-Episode Readiness Gate
589
 
590
  ```bash
591
  python scripts/omni/discover_xperience10m_sources.py \
 
600
  - gated_metadata_audit: 12,102 complete visible episodes across 802 complete sessions
601
  - selected_relay_plan: 128 metadata-balanced episodes, 96/16/16 train/val/test
602
  - selected_download_size: 277.71 GiB excluding `visualization.rrd`
603
+ - ready_for_held_out_pilot: false until the selected episodes are fully staged and checked
604
+ - full-dataset access: granted; raw multi-episode staging is in progress with chunked parallel transfer and overlapping batch prefetch
605
  - source_discovery: `results/omni_finetune/source_discovery.json`
606
  - data_status: `results/omni_finetune/DATA_ACCESS_STATUS.md`
607
  - access_status: `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`
 
658
 
659
  | Baseline | Role |
660
  | --- | --- |
661
+ | Minimal interpretable heads | Softmax, logistic, ridge, and retrieval heads over the 8,546-dimensional multimodal representation. These expose the input/output contract cleanly. |
662
  | Neural MLP heads | Small PyTorch MLP classifiers/regressors on the same features and splits. These check whether nonlinear heads help before moving to Qwen/Omni fine-tuning. |
663
 
664
  Current direction-level coverage:
 
751
  Shared setup:
752
 
753
  ```text
754
+ raw episode -> 20-frame windows, stride 5 -> 8,546-dimensional multimodal representation
755
  chronological split: first 70% train, last 30% test
756
  scalers are fit on train windows only
757
  ```
 
765
  | Ridge + cosine ranking | Language Grounding, Cross-Modal Retrieval | project one modality into another feature space, then rank candidates by cosine |
766
  | Multi-label logistic regression | Object Relevance Prediction | z-score non-caption features, sigmoid object heads, threshold at 0.5 |
767
 
768
+ The optional neural run keeps the same window representation, leakage filters,
769
  chronological splits, and metrics, but replaces the task heads with small
770
  PyTorch MLP classifiers or regressors. Its outputs live under
771
  [`results/episode_task_suite/neural_mlp/`](results/episode_task_suite/neural_mlp/),
 
781
  | Action Boundary Detection | all featurized modalities | linear softmax | steady vs action boundary |
782
  | Next-Action Prediction | all featurized modalities at `t` | linear softmax | action at `t+20` frames |
783
  | Hand Trajectory Forecasting | all featurized modalities at `t` | ridge regression | future 10-frame left/right hand joints |
784
+ | Contact State Prediction | non-contact and non-caption signals | linear softmax | any body contact |
785
+ | Object Relevance Prediction | non-caption signals | multi-label logistic | relevant object set |
786
  | Language Grounding | sensor windows projected to text space | ridge projection + cosine ranking | matching time window for text query |
787
  | Cross-Modal Retrieval | motion/IMU/camera projected to visual space | ridge projection + cosine ranking | matching depth/video window |
788
+ | Cross-Modal Reconstruction | motion/IMU/camera | ridge regression | compressed depth/video target |
789
  | Temporal Order Verification | `[x_t, x_t+1, x_t+1-x_t]` | binary linear softmax | correct vs reversed order |
790
  | Multimodal Synchronization Detection | motion plus visual pair | binary linear softmax | aligned vs shifted by 8 windows |
791
 
 
794
  | Experiment | Main score | Accuracy | Notes |
795
  | --- | ---: | ---: | --- |
796
  | Motion-only action | 0.9688 macro-F1 | 0.9828 | Uses motion/IMU features only |
797
+ | Current all-feature action | 0.9829 macro-F1 | 0.9863 | 8,546-dimensional multimodal representation |
798
  | Motion-only subtask | 0.9528 macro-F1 | 0.9759 | Strong within-episode subtask signal |
799
  | Current all-feature subtask | 0.9173 macro-F1 | 0.9828 | High accuracy, lower class-balanced score |
800
  | Cross-modal retrieval | 0.3678 top-5 | n/a | Motion/IMU/camera/audio retrieves matching depth/video |
 
803
  | Neural MLP hand forecast | 0.1079 MPJPE | n/a | Same features/split, nonlinear regression head |
804
  | Neural MLP temporal order | 0.8520 F1 | 0.8578 | Strong improvement on adjacent-window ordering |
805
  | Neural MLP misalignment | 0.7153 F1 | 0.7009 | Detects shifted motion/visual/audio pairs better than the linear head |
806
+ | Audio ablation | +0.0418 mean delta | n/a | Current audio variant improves the primary metric on 6 of 12 task contracts |
807
+ | Alternate audio representation | +0.0936 mean delta | n/a | Alternate audio-window representation improves over the baseline audio variant on 6 of 12 task contracts |
808
 
809
+ ## Audio Contribution Study
810
 
811
+ The audio ablation keeps the same windows and task labels, then compares input
812
+ variants under the same chronological split. The script
813
  [`scripts/audio_ablation_and_raw_upgrade.py`](scripts/audio_ablation_and_raw_upgrade.py)
814
+ reuses the real task-suite windows and evaluates six variants for
815
+ every task: current inputs, no audio, audio-only, alternate audio-only, audio
816
+ representation replacement, and all inputs plus the alternate audio representation.
 
 
817
 
818
  The measured single-episode result is task-specific:
819
 
820
  | Readout | Value |
821
  | --- | ---: |
822
+ | Tasks where current audio improves the primary metric | 6 / 12 |
823
  | Mean current-audio delta | +0.0418 |
824
+ | Tasks where alternate audio representation improves over baseline audio | 6 / 12 |
825
+ | Mean alternate-representation delta vs baseline audio | +0.0936 |
826
 
827
  Full files:
828
 
 
837
  The neural baseline was run locally with `--include-neural` for all 12 tasks
838
  using 80 epochs, hidden size 128, batch size 128, and CPU execution. It is not a
839
  foundation model result; it is a controlled nonlinear-head comparison over the
840
+ same 8,546-dimensional multimodal representation.
841
 
842
  | Task | Neural metric | Minimal metric | Readout |
843
  | --- | ---: | ---: | --- |
 
872
  - `results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv`
873
  evaluates cross-modal retrieval under explicit time shifts.
874
  - `docs/single_episode_explorer.html` is a static interactive page for
875
+ inspecting window labels, objects, predictions, modality statistics, and
876
  diagnostic scores.
877
 
878
+ These are single-episode research diagnostics. They are useful for studying
879
  task definitions, feature behavior, and model errors before scaling to more
880
  episodes; they are not reported as multi-episode benchmark results.
881
 
 
902
  Timeline and next-action classifiers therefore expose the core limitation of
903
  single-episode learning instead of hiding it behind random splits.
904
 
905
+ ## Modalities Used
906
 
907
+ The current public-sample pipeline uses:
908
 
909
  - hand/body mocap joints and contact labels,
910
  - camera translation and rotation,
911
  - IMU acceleration and gyroscope traces,
912
  - depth confidence features,
913
  - six video streams,
914
+ - audio from the sample MP4 stream,
915
  - caption/object/interaction text features,
916
  - SLAM point-cloud summary features,
917
  - calibration parameters.
918
 
919
+ The full technical source manifest is stored in
920
  [`results/episode_task_suite/feature_manifest.json`](results/episode_task_suite/feature_manifest.json).
921
 
922
  ## Data Notice
REPRODUCIBILITY.md CHANGED
@@ -10,11 +10,11 @@ outside the current public data scope.
10
  | --- | --- | --- |
11
  | Sample download | Yes, from `ropedia-ai/xperience-10m-sample` or ModelScope sample mirror | Sample card lists `cc-by-nc-4.0`; raw data is not redistributed in this repo. |
12
  | Minimal baselines | Yes | One public sample episode, chronological split. |
13
- | 12-task suite | Yes | Uses the current 8,546-d feature contract, including the decoded AAC audio block. |
14
  | Neural MLP heads | Yes, when `torch` is installed | Compact task heads only, not a foundation model. |
15
  | Website figures and charts | Yes | Generated from committed metrics and sample thumbnails. |
16
  | Public bundle contents | Yes | Covers public repo and prepared HF bundles. |
17
- | 32-episode Qwen3-Omni LoRA pilot | Not yet | Gated by full Xperience-10M access and held-out-episode evaluation. |
18
 
19
  ## Environment
20
 
@@ -129,7 +129,7 @@ Evidence:
129
  The following require gated data, large model weights, or private compute
130
  state, so this repo does not yet provide public reproduction for:
131
 
132
- - a real 32-episode Qwen3-Omni LoRA run,
133
  - held-out episode metrics for Qwen3-Omni,
134
  - full Xperience-10M-scale pretraining,
135
  - raw Xperience-10M video or annotation redistribution,
 
10
  | --- | --- | --- |
11
  | Sample download | Yes, from `ropedia-ai/xperience-10m-sample` or ModelScope sample mirror | Sample card lists `cc-by-nc-4.0`; raw data is not redistributed in this repo. |
12
  | Minimal baselines | Yes | One public sample episode, chronological split. |
13
+ | 12-task suite | Yes | Uses the current 8,546-d synchronized multimodal feature contract. |
14
  | Neural MLP heads | Yes, when `torch` is installed | Compact task heads only, not a foundation model. |
15
  | Website figures and charts | Yes | Generated from committed metrics and sample thumbnails. |
16
  | Public bundle contents | Yes | Covers public repo and prepared HF bundles. |
17
+ | Multi-episode Qwen3-Omni LoRA pilot | Not yet | Full-dataset access is granted; held-out metrics require completed staging, training, and evaluation. |
18
 
19
  ## Environment
20
 
 
129
  The following require gated data, large model weights, or private compute
130
  state, so this repo does not yet provide public reproduction for:
131
 
132
+ - a real held-out multi-episode Qwen3-Omni LoRA run,
133
  - held-out episode metrics for Qwen3-Omni,
134
  - full Xperience-10M-scale pretraining,
135
  - raw Xperience-10M video or annotation redistribution,
RESEARCH_ROADMAP.md CHANGED
@@ -10,17 +10,17 @@ should exist before the stage is treated as complete.
10
  | Stage | Status | Entry condition | Research deliverables | Completion evidence |
11
  | --- | --- | --- | --- | --- |
12
  | Public-Sample Task Lab | Implemented | One public Xperience-10M sample episode is available. | 1,161 aligned windows, 12 task contracts, minimal heads, neural MLP heads, modality atlas, task walkthroughs, and derived figures. | `PROJECT_STATUS.md`, `EVALUATION_PROTOCOL.md`, `RESEARCH_TAKEAWAYS.md`, `docs/data/summary_metrics.json`, `results/episode_task_suite/summary_report.json` |
13
- | Multi-Episode Data Staging | Active | Gated dataset access and enough storage for selected episodes. | 32 valid episodes, episode manifest, missing-view manifest, held-out episode split, and source-discovery report. | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`, `results/omni_finetune/source_discovery.json` |
14
- | 32-Episode Qwen3-Omni LoRA Pilot | Next | At least 32 valid episodes staged locally with no train/test episode leakage. | Dataset JSONL/media manifests, LoRA adapter checkpoint, progress logs, held-out predictions, metrics, confusion matrices, and run report. | `dataset_manifest.json`, `training_metadata.json`, `progress.jsonl`, `metrics.json`, `predictions.jsonl`, `RUN_REPORT.md` |
15
- | Foundation-Model Selection Matrix | Next | 32-episode data gate is satisfied, or a 3-8 episode dry run is staged for preprocessing checks. | Backbone registry, Cosmos 3 world-model branch plan, Qwen3-Omni baseline plan, OpenVLA/openpi/GR00T policy candidates, and model-specific evaluation additions. | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json`, `research_roadmap_interactive.json` |
16
- | 64-128 Episode Robustness Run | Planned | The 32-episode pilot trains and evaluates cleanly. | Split-by-session metrics, modality ablations, calibration/object/language error analysis, and sensitivity to missing views. | Held-out metrics by session, task, and modality; ablation tables; qualitative error analysis. |
17
  | Cosmos 3 and Policy-Model Extensions | Planned | Enough multi-episode data, compute budget, and model-specific action/world-state targets. | Cosmos 3 future-window or action-conditioned world-model probes, OpenVLA/openpi/GR00T action-policy baselines, modality-conditioning audits, affordance tasks, and synthetic-data usefulness tests. | Task-specific held-out evaluations, qualitative inspection, and updated model cards. |
18
 
19
  ## Current Decision Point
20
 
21
  The useful next decision is data scale plus backbone fit: keep the public-sample
22
  task suite as the development harness, stage enough official Xperience-10M
23
- episodes to run the 32-episode held-out pilot, then choose larger model branches
24
  by task fit. Qwen3-Omni remains the first trainable multimodal LoRA target.
25
  Cosmos 3 becomes the first world-model/action-generation branch. OpenVLA,
26
  openpi, GR00T, Octo, and SmolVLA-style models become policy/action branches only
@@ -58,7 +58,7 @@ Evidence to inspect:
58
  - `scripts/omni/discover_xperience10m_sources.py`
59
  - `results/omni_finetune/source_discovery.json`
60
 
61
- ### 3. 32-Episode Qwen3-Omni LoRA Pilot
62
 
63
  This stage uses Qwen3-Omni as the multimodal backbone and trains lightweight
64
  LoRA adapters. The first target is a complete held-out-episode training and
@@ -78,7 +78,7 @@ Expected outputs:
78
 
79
  ### 4. 64-128 Episode Robustness Run
80
 
81
- This stage asks whether the 32-episode conclusions survive more sessions,
82
  different objects, missing views, and stronger modality ablations. It should
83
  report performance by task, session, modality, and failure type.
84
 
 
10
  | Stage | Status | Entry condition | Research deliverables | Completion evidence |
11
  | --- | --- | --- | --- | --- |
12
  | Public-Sample Task Lab | Implemented | One public Xperience-10M sample episode is available. | 1,161 aligned windows, 12 task contracts, minimal heads, neural MLP heads, modality atlas, task walkthroughs, and derived figures. | `PROJECT_STATUS.md`, `EVALUATION_PROTOCOL.md`, `RESEARCH_TAKEAWAYS.md`, `docs/data/summary_metrics.json`, `results/episode_task_suite/summary_report.json` |
13
+ | Multi-Episode Data Staging | Active | Full-dataset access and enough storage for selected episodes. | 128 selected episodes, episode manifest, missing-view manifest, held-out episode split, and source-discovery report. | `results/omni_finetune/DATA_ACCESS_STATUS.md`, `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`, `results/omni_finetune/source_discovery.json` |
14
+ | Qwen3-Omni LoRA Pilot | Next | Selected episodes staged locally with no train/test episode leakage. | Dataset JSONL/media manifests, LoRA adapter checkpoint, progress logs, held-out predictions, metrics, confusion matrices, and run report. | `dataset_manifest.json`, `training_metadata.json`, `progress.jsonl`, `metrics.json`, `predictions.jsonl`, `RUN_REPORT.md` |
15
+ | Foundation-Model Selection Matrix | Next | The selected relay is staged, or a 3-8 episode dry run is staged for preprocessing checks. | Backbone registry, Cosmos 3 world-model branch plan, Qwen3-Omni baseline plan, OpenVLA/openpi/GR00T policy candidates, and model-specific evaluation additions. | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json`, `research_roadmap_interactive.json` |
16
+ | 64-128 Episode Robustness Run | Planned | The selected-episode pilot trains and evaluates cleanly. | Split-by-session metrics, modality ablations, calibration/object/language error analysis, and sensitivity to missing views. | Held-out metrics by session, task, and modality; ablation tables; qualitative error analysis. |
17
  | Cosmos 3 and Policy-Model Extensions | Planned | Enough multi-episode data, compute budget, and model-specific action/world-state targets. | Cosmos 3 future-window or action-conditioned world-model probes, OpenVLA/openpi/GR00T action-policy baselines, modality-conditioning audits, affordance tasks, and synthetic-data usefulness tests. | Task-specific held-out evaluations, qualitative inspection, and updated model cards. |
18
 
19
  ## Current Decision Point
20
 
21
  The useful next decision is data scale plus backbone fit: keep the public-sample
22
  task suite as the development harness, stage enough official Xperience-10M
23
+ episodes to run the held-out Qwen3-Omni pilot, then choose larger model branches
24
  by task fit. Qwen3-Omni remains the first trainable multimodal LoRA target.
25
  Cosmos 3 becomes the first world-model/action-generation branch. OpenVLA,
26
  openpi, GR00T, Octo, and SmolVLA-style models become policy/action branches only
 
58
  - `scripts/omni/discover_xperience10m_sources.py`
59
  - `results/omni_finetune/source_discovery.json`
60
 
61
+ ### 3. Qwen3-Omni LoRA Pilot
62
 
63
  This stage uses Qwen3-Omni as the multimodal backbone and trains lightweight
64
  LoRA adapters. The first target is a complete held-out-episode training and
 
78
 
79
  ### 4. 64-128 Episode Robustness Run
80
 
81
+ This stage asks whether the pilot conclusions survive more sessions,
82
  different objects, missing views, and stronger modality ablations. It should
83
  report performance by task, session, modality, and failure type.
84
 
RESEARCH_TAKEAWAYS.md CHANGED
@@ -11,7 +11,7 @@ from hand-edited score text.
11
  - aligned windows: 1,161
12
  - current feature dimension: 8,546
13
  - raw Xperience-10M data is not redistributed
14
- - AAC audio from the sample MP4 stream is extracted into the current feature vector
15
 
16
  ## Takeaways
17
 
@@ -80,7 +80,7 @@ Current scope: The current reconstruction task predicts feature vectors; depth,
80
 
81
  ### Audio helps some tasks and hurts others on the public sample
82
 
83
- The current AAC audio block improves the primary metric on 6 of 12 tasks, while raw log-mel replacement improves over the current handcrafted block on 6 of 12 tasks. The largest current-audio gain appears in feature reconstruction, not in action classification.
84
 
85
  | Metric | Value |
86
  | --- | ---: |
@@ -97,23 +97,23 @@ Current scope: This is a single-episode ablation over fixed ridge heads. It vali
97
 
98
  ### The next scientific unit is held-out episodes, not more adjacent windows
99
 
100
- The prepared Qwen3-Omni path targets 32 episodes from 32 sessions, but it remains data-gated until access and held-out evaluation complete.
101
 
102
  | Metric | Value |
103
  | --- | ---: |
104
- | `target_episodes` | 32 |
105
- | `selected_sessions` | 32 |
106
- | `valid_candidates` | 680 |
107
 
108
  Source: `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`.
109
 
110
- Current scope: The 32-episode Qwen3-Omni fine-tune requires gated data staging and held-out evaluation.
111
 
112
  ## How To Read These Results
113
 
114
  - High single-episode scores are useful pipeline checks for the current task contracts.
115
  - Low chronological action/subtask scores are informative because they expose later-label shift.
116
  - Neural gains on trajectory/order/alignment make those tasks good candidates for the next fine-tuning stage.
117
- - Audio ablation is task-specific: current AAC and raw log-mel features help some probes and hurt others.
118
  - Retrieval and reconstruction remain the main multimodal representation challenges.
119
  - The next credible model-quality result needs held-out episodes.
 
11
  - aligned windows: 1,161
12
  - current feature dimension: 8,546
13
  - raw Xperience-10M data is not redistributed
14
+ - Audio from the sample MP4 stream is represented in the current feature vector
15
 
16
  ## Takeaways
17
 
 
80
 
81
  ### Audio helps some tasks and hurts others on the public sample
82
 
83
+ Audio improves the primary metric on 6 of 12 tasks, while raw log-mel replacement improves over the current handcrafted block on 6 of 12 tasks. The largest current-audio gain appears in feature reconstruction, not in action classification.
84
 
85
  | Metric | Value |
86
  | --- | ---: |
 
97
 
98
  ### The next scientific unit is held-out episodes, not more adjacent windows
99
 
100
+ The prepared Qwen3-Omni path now targets a selected 128-episode pilot; held-out metrics will be reported after staging, training, and evaluation complete.
101
 
102
  | Metric | Value |
103
  | --- | ---: |
104
+ | `target_episodes` | 128 |
105
+ | `selected_sessions` | 128 |
106
+ | `valid_candidates` | 12,102 |
107
 
108
  Source: `results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`.
109
 
110
+ Current scope: The selected-episode Qwen3-Omni fine-tune requires completed data staging and held-out evaluation.
111
 
112
  ## How To Read These Results
113
 
114
  - High single-episode scores are useful pipeline checks for the current task contracts.
115
  - Low chronological action/subtask scores are informative because they expose later-label shift.
116
  - Neural gains on trajectory/order/alignment make those tasks good candidates for the next fine-tuning stage.
117
+ - Audio ablation is task-specific: audio representation choices help some probes and hurt others.
118
  - Retrieval and reconstruction remain the main multimodal representation challenges.
119
  - The next credible model-quality result needs held-out episodes.
XPERIENCE10M_DATASET_CARD_ALIGNMENT.md CHANGED
@@ -156,9 +156,8 @@ multimodal records. The relevant groups include:
156
  - language/caption annotations and metadata
157
 
158
  This repo's current 8,546-d feature vector uses video-derived statistics,
159
- AAC audio, depth, pose/SLAM, calibration, mocap, IMU, and language-derived
160
- blocks. The AAC block is decoded from `fisheye_cam0.mp4` and recorded in the
161
- feature manifest as `audio_fisheye_cam0_aac`.
162
 
163
  ## Intended Research Uses
164
 
@@ -209,7 +208,7 @@ When describing Xperience-10M in this repo, keep these limitations visible:
209
  - motion capture, SLAM, depth, captions, and other annotations can contain noise
210
  - language annotations are not exhaustive descriptions of every scene state
211
  - large-scale training requires substantial storage, preprocessing, and compute
212
- - the current feature vector includes a compact AAC audio feature block, while
213
  larger audio-visual representation learning remains a multi-episode milestone
214
 
215
  ## Current Project Alignment
@@ -221,6 +220,6 @@ When describing Xperience-10M in this repo, keep these limitations visible:
221
  | Public sample repo is `cc-by-nc-4.0` and points to HOMIE/Rerun | Preserved in data notice and reproducibility docs |
222
  | Public sample includes video/audio/depth/pose/mocap/IMU/language | Represented in the modality atlas |
223
  | Episode layout uses six MP4 streams and `annotation.hdf5` | Used by sample inspection and pilot-readiness scripts |
224
- | Audio exists in MP4 streams | Decoded into the current `audio_fisheye_cam0_aac` feature block |
225
  | 4D reconstruction/world modeling are intended research directions | Represented by proxy/diagnostic tasks only |
226
  | Real model quality requires held-out multi-episode evaluation | Pending selected multi-episode staging, training, and held-out evaluation |
 
156
  - language/caption annotations and metadata
157
 
158
  This repo's current 8,546-d feature vector uses video-derived statistics,
159
+ audio, depth, pose/SLAM, calibration, mocap, IMU, and language-derived
160
+ blocks.
 
161
 
162
  ## Intended Research Uses
163
 
 
208
  - motion capture, SLAM, depth, captions, and other annotations can contain noise
209
  - language annotations are not exhaustive descriptions of every scene state
210
  - large-scale training requires substantial storage, preprocessing, and compute
211
+ - the current feature vector includes compact audio features, while
212
  larger audio-visual representation learning remains a multi-episode milestone
213
 
214
  ## Current Project Alignment
 
220
  | Public sample repo is `cc-by-nc-4.0` and points to HOMIE/Rerun | Preserved in data notice and reproducibility docs |
221
  | Public sample includes video/audio/depth/pose/mocap/IMU/language | Represented in the modality atlas |
222
  | Episode layout uses six MP4 streams and `annotation.hdf5` | Used by sample inspection and pilot-readiness scripts |
223
+ | Audio exists in MP4 streams | Represented in the current multimodal feature contract |
224
  | 4D reconstruction/world modeling are intended research directions | Represented by proxy/diagnostic tasks only |
225
  | Real model quality requires held-out multi-episode evaluation | Pending selected multi-episode staging, training, and held-out evaluation |
assets/charts/feature_blocks.svg CHANGED
assets/charts/research_direction_extension_tasks.svg CHANGED
assets/pipeline_diagram.svg CHANGED
assets/task_architectures.svg CHANGED
data/mirror_parity.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-03T07:52:34+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
- "group_count": 91,
7
  "failure_count": 0,
8
  "failures_by_surface": {}
9
  },
@@ -34,33 +34,64 @@
34
  }
35
  ],
36
  "groups": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  {
38
  "name": "data/artifact_index.json",
39
  "status": "pass",
40
  "local": {
41
  "path": "repo:docs/data/artifact_index.json",
42
  "exists": true,
43
- "bytes": 29016,
44
- "sha256": "e86a70ddecc41330f7e0549dc3d7f7af9984cd92d5b5e5f181ba29c95833b62a"
45
  },
46
  "mirrors": {
47
  "hf_space": {
48
  "path": "hf_space:data/artifact_index.json",
49
  "exists": true,
50
- "bytes": 29016,
51
- "sha256": "e86a70ddecc41330f7e0549dc3d7f7af9984cd92d5b5e5f181ba29c95833b62a"
52
  },
53
  "hf_artifacts": {
54
  "path": "hf_artifacts:docs/data/artifact_index.json",
55
  "exists": true,
56
- "bytes": 29016,
57
- "sha256": "e86a70ddecc41330f7e0549dc3d7f7af9984cd92d5b5e5f181ba29c95833b62a"
58
  },
59
  "hf_model": {
60
  "path": "hf_model:metrics/artifact_index.json",
61
  "exists": true,
62
- "bytes": 29016,
63
- "sha256": "e86a70ddecc41330f7e0549dc3d7f7af9984cd92d5b5e5f181ba29c95833b62a"
64
  }
65
  },
66
  "failures": []
@@ -102,27 +133,27 @@
102
  "local": {
103
  "path": "repo:docs/data/evidence_contract.json",
104
  "exists": true,
105
- "bytes": 12007,
106
- "sha256": "abf0923da5e24b2773b19ecbc83873b05ecc99be07089c63e038a354d806217c"
107
  },
108
  "mirrors": {
109
  "hf_space": {
110
  "path": "hf_space:data/evidence_contract.json",
111
  "exists": true,
112
- "bytes": 12007,
113
- "sha256": "abf0923da5e24b2773b19ecbc83873b05ecc99be07089c63e038a354d806217c"
114
  },
115
  "hf_artifacts": {
116
  "path": "hf_artifacts:docs/data/evidence_contract.json",
117
  "exists": true,
118
- "bytes": 12007,
119
- "sha256": "abf0923da5e24b2773b19ecbc83873b05ecc99be07089c63e038a354d806217c"
120
  },
121
  "hf_model": {
122
  "path": "hf_model:metrics/evidence_contract.json",
123
  "exists": true,
124
- "bytes": 12007,
125
- "sha256": "abf0923da5e24b2773b19ecbc83873b05ecc99be07089c63e038a354d806217c"
126
  }
127
  },
128
  "failures": []
@@ -133,27 +164,27 @@
133
  "local": {
134
  "path": "repo:docs/data/evaluation_protocol.json",
135
  "exists": true,
136
- "bytes": 13667,
137
- "sha256": "3fa79360af0f055816b50fca655455b321430c0b59d386991d3ec9776aef0bb3"
138
  },
139
  "mirrors": {
140
  "hf_space": {
141
  "path": "hf_space:data/evaluation_protocol.json",
142
  "exists": true,
143
- "bytes": 13667,
144
- "sha256": "3fa79360af0f055816b50fca655455b321430c0b59d386991d3ec9776aef0bb3"
145
  },
146
  "hf_artifacts": {
147
  "path": "hf_artifacts:docs/data/evaluation_protocol.json",
148
  "exists": true,
149
- "bytes": 13667,
150
- "sha256": "3fa79360af0f055816b50fca655455b321430c0b59d386991d3ec9776aef0bb3"
151
  },
152
  "hf_model": {
153
  "path": "hf_model:metrics/evaluation_protocol.json",
154
  "exists": true,
155
- "bytes": 13667,
156
- "sha256": "3fa79360af0f055816b50fca655455b321430c0b59d386991d3ec9776aef0bb3"
157
  }
158
  },
159
  "failures": []
@@ -165,26 +196,57 @@
165
  "path": "repo:docs/data/figure_index.json",
166
  "exists": true,
167
  "bytes": 13434,
168
- "sha256": "626ce54a4486a3ce8f284ff21004c0cc485886acedd31c77d80ba115bd07f09c"
169
  },
170
  "mirrors": {
171
  "hf_space": {
172
  "path": "hf_space:data/figure_index.json",
173
  "exists": true,
174
  "bytes": 13434,
175
- "sha256": "626ce54a4486a3ce8f284ff21004c0cc485886acedd31c77d80ba115bd07f09c"
176
  },
177
  "hf_artifacts": {
178
  "path": "hf_artifacts:docs/data/figure_index.json",
179
  "exists": true,
180
  "bytes": 13434,
181
- "sha256": "626ce54a4486a3ce8f284ff21004c0cc485886acedd31c77d80ba115bd07f09c"
182
  },
183
  "hf_model": {
184
  "path": "hf_model:metrics/figure_index.json",
185
  "exists": true,
186
  "bytes": 13434,
187
- "sha256": "626ce54a4486a3ce8f284ff21004c0cc485886acedd31c77d80ba115bd07f09c"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  }
189
  },
190
  "failures": []
@@ -195,27 +257,27 @@
195
  "local": {
196
  "path": "repo:docs/data/live_publication_status.json",
197
  "exists": true,
198
- "bytes": 68740,
199
- "sha256": "d16a49a3ba54fba7327e83c40a7f1a636ab218d873737b35d37c5da77452e592"
200
  },
201
  "mirrors": {
202
  "hf_space": {
203
  "path": "hf_space:data/live_publication_status.json",
204
  "exists": true,
205
- "bytes": 68740,
206
- "sha256": "d16a49a3ba54fba7327e83c40a7f1a636ab218d873737b35d37c5da77452e592"
207
  },
208
  "hf_artifacts": {
209
  "path": "hf_artifacts:docs/data/live_publication_status.json",
210
  "exists": true,
211
- "bytes": 68740,
212
- "sha256": "d16a49a3ba54fba7327e83c40a7f1a636ab218d873737b35d37c5da77452e592"
213
  },
214
  "hf_model": {
215
  "path": "hf_model:metrics/live_publication_status.json",
216
  "exists": true,
217
- "bytes": 68740,
218
- "sha256": "d16a49a3ba54fba7327e83c40a7f1a636ab218d873737b35d37c5da77452e592"
219
  }
220
  },
221
  "failures": []
@@ -226,27 +288,27 @@
226
  "local": {
227
  "path": "repo:docs/data/modality_atlas.json",
228
  "exists": true,
229
- "bytes": 3841,
230
- "sha256": "8b290ea80a7fe494955fa715c658105d678c3f7f26c8379a81223aa8e67ecc24"
231
  },
232
  "mirrors": {
233
  "hf_space": {
234
  "path": "hf_space:data/modality_atlas.json",
235
  "exists": true,
236
- "bytes": 3841,
237
- "sha256": "8b290ea80a7fe494955fa715c658105d678c3f7f26c8379a81223aa8e67ecc24"
238
  },
239
  "hf_artifacts": {
240
  "path": "hf_artifacts:docs/data/modality_atlas.json",
241
  "exists": true,
242
- "bytes": 3841,
243
- "sha256": "8b290ea80a7fe494955fa715c658105d678c3f7f26c8379a81223aa8e67ecc24"
244
  },
245
  "hf_model": {
246
  "path": "hf_model:metrics/modality_atlas.json",
247
  "exists": true,
248
- "bytes": 3841,
249
- "sha256": "8b290ea80a7fe494955fa715c658105d678c3f7f26c8379a81223aa8e67ecc24"
250
  }
251
  },
252
  "failures": []
@@ -257,27 +319,27 @@
257
  "local": {
258
  "path": "repo:docs/data/project_brief.json",
259
  "exists": true,
260
- "bytes": 2596,
261
- "sha256": "aed77943c5cdf2557bce3ecbf75e51d5774a2419b233c601bd815c0875f447b5"
262
  },
263
  "mirrors": {
264
  "hf_space": {
265
  "path": "hf_space:data/project_brief.json",
266
  "exists": true,
267
- "bytes": 2596,
268
- "sha256": "aed77943c5cdf2557bce3ecbf75e51d5774a2419b233c601bd815c0875f447b5"
269
  },
270
  "hf_artifacts": {
271
  "path": "hf_artifacts:docs/data/project_brief.json",
272
  "exists": true,
273
- "bytes": 2596,
274
- "sha256": "aed77943c5cdf2557bce3ecbf75e51d5774a2419b233c601bd815c0875f447b5"
275
  },
276
  "hf_model": {
277
  "path": "hf_model:metrics/project_brief.json",
278
  "exists": true,
279
- "bytes": 2596,
280
- "sha256": "aed77943c5cdf2557bce3ecbf75e51d5774a2419b233c601bd815c0875f447b5"
281
  }
282
  },
283
  "failures": []
@@ -288,27 +350,27 @@
288
  "local": {
289
  "path": "repo:docs/data/project_manifest.json",
290
  "exists": true,
291
- "bytes": 4644,
292
- "sha256": "cf5f477e09a2cdc45b3c44078ab260df532ddd9cb64725444447f8e8f7e8f99a"
293
  },
294
  "mirrors": {
295
  "hf_space": {
296
  "path": "hf_space:data/project_manifest.json",
297
  "exists": true,
298
- "bytes": 4644,
299
- "sha256": "cf5f477e09a2cdc45b3c44078ab260df532ddd9cb64725444447f8e8f7e8f99a"
300
  },
301
  "hf_artifacts": {
302
  "path": "hf_artifacts:docs/data/project_manifest.json",
303
  "exists": true,
304
- "bytes": 4644,
305
- "sha256": "cf5f477e09a2cdc45b3c44078ab260df532ddd9cb64725444447f8e8f7e8f99a"
306
  },
307
  "hf_model": {
308
  "path": "hf_model:metrics/project_manifest.json",
309
  "exists": true,
310
- "bytes": 4644,
311
- "sha256": "cf5f477e09a2cdc45b3c44078ab260df532ddd9cb64725444447f8e8f7e8f99a"
312
  }
313
  },
314
  "failures": []
@@ -319,27 +381,27 @@
319
  "local": {
320
  "path": "repo:docs/data/project_packet.json",
321
  "exists": true,
322
- "bytes": 7654,
323
- "sha256": "ebf621b365c7f384ef89735b5b8829a75e86211245ba10c719cae149b9b07806"
324
  },
325
  "mirrors": {
326
  "hf_space": {
327
  "path": "hf_space:data/project_packet.json",
328
  "exists": true,
329
- "bytes": 7654,
330
- "sha256": "ebf621b365c7f384ef89735b5b8829a75e86211245ba10c719cae149b9b07806"
331
  },
332
  "hf_artifacts": {
333
  "path": "hf_artifacts:docs/data/project_packet.json",
334
  "exists": true,
335
- "bytes": 7654,
336
- "sha256": "ebf621b365c7f384ef89735b5b8829a75e86211245ba10c719cae149b9b07806"
337
  },
338
  "hf_model": {
339
  "path": "hf_model:metrics/project_packet.json",
340
  "exists": true,
341
- "bytes": 7654,
342
- "sha256": "ebf621b365c7f384ef89735b5b8829a75e86211245ba10c719cae149b9b07806"
343
  }
344
  },
345
  "failures": []
@@ -350,27 +412,27 @@
350
  "local": {
351
  "path": "repo:docs/data/project_status.json",
352
  "exists": true,
353
- "bytes": 7344,
354
- "sha256": "d21fb26e1accaf0130f8ae0275526a49af52a6428b2fb0de7f8dc80d4efed230"
355
  },
356
  "mirrors": {
357
  "hf_space": {
358
  "path": "hf_space:data/project_status.json",
359
  "exists": true,
360
- "bytes": 7344,
361
- "sha256": "d21fb26e1accaf0130f8ae0275526a49af52a6428b2fb0de7f8dc80d4efed230"
362
  },
363
  "hf_artifacts": {
364
  "path": "hf_artifacts:docs/data/project_status.json",
365
  "exists": true,
366
- "bytes": 7344,
367
- "sha256": "d21fb26e1accaf0130f8ae0275526a49af52a6428b2fb0de7f8dc80d4efed230"
368
  },
369
  "hf_model": {
370
  "path": "hf_model:metrics/project_status.json",
371
  "exists": true,
372
- "bytes": 7344,
373
- "sha256": "d21fb26e1accaf0130f8ae0275526a49af52a6428b2fb0de7f8dc80d4efed230"
374
  }
375
  },
376
  "failures": []
@@ -381,27 +443,27 @@
381
  "local": {
382
  "path": "repo:docs/data/publication_audit.json",
383
  "exists": true,
384
- "bytes": 7253,
385
- "sha256": "00f684ad0bf0a076817f37eb2962913b21e3520f06a1808dfaab725c2393ee78"
386
  },
387
  "mirrors": {
388
  "hf_space": {
389
  "path": "hf_space:data/publication_audit.json",
390
  "exists": true,
391
- "bytes": 7253,
392
- "sha256": "00f684ad0bf0a076817f37eb2962913b21e3520f06a1808dfaab725c2393ee78"
393
  },
394
  "hf_artifacts": {
395
  "path": "hf_artifacts:docs/data/publication_audit.json",
396
  "exists": true,
397
- "bytes": 7253,
398
- "sha256": "00f684ad0bf0a076817f37eb2962913b21e3520f06a1808dfaab725c2393ee78"
399
  },
400
  "hf_model": {
401
  "path": "hf_model:metrics/publication_audit.json",
402
  "exists": true,
403
- "bytes": 7253,
404
- "sha256": "00f684ad0bf0a076817f37eb2962913b21e3520f06a1808dfaab725c2393ee78"
405
  }
406
  },
407
  "failures": []
@@ -412,27 +474,27 @@
412
  "local": {
413
  "path": "repo:docs/data/public_surface_qa.json",
414
  "exists": true,
415
- "bytes": 5651,
416
- "sha256": "92ead5e68cf9a3da42c8095397f15be8a75d248b5371147f7806bc5d8e83e3ad"
417
  },
418
  "mirrors": {
419
  "hf_space": {
420
  "path": "hf_space:data/public_surface_qa.json",
421
  "exists": true,
422
- "bytes": 5651,
423
- "sha256": "92ead5e68cf9a3da42c8095397f15be8a75d248b5371147f7806bc5d8e83e3ad"
424
  },
425
  "hf_artifacts": {
426
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
427
  "exists": true,
428
- "bytes": 5651,
429
- "sha256": "92ead5e68cf9a3da42c8095397f15be8a75d248b5371147f7806bc5d8e83e3ad"
430
  },
431
  "hf_model": {
432
  "path": "hf_model:metrics/public_surface_qa.json",
433
  "exists": true,
434
- "bytes": 5651,
435
- "sha256": "92ead5e68cf9a3da42c8095397f15be8a75d248b5371147f7806bc5d8e83e3ad"
436
  }
437
  },
438
  "failures": []
@@ -443,27 +505,27 @@
443
  "local": {
444
  "path": "repo:docs/data/quality_gates.json",
445
  "exists": true,
446
- "bytes": 8147,
447
- "sha256": "fddf86398d7187175c7321ea645c421ee599093fb1c484b1e8aa0f2a23174c3e"
448
  },
449
  "mirrors": {
450
  "hf_space": {
451
  "path": "hf_space:data/quality_gates.json",
452
  "exists": true,
453
- "bytes": 8147,
454
- "sha256": "fddf86398d7187175c7321ea645c421ee599093fb1c484b1e8aa0f2a23174c3e"
455
  },
456
  "hf_artifacts": {
457
  "path": "hf_artifacts:docs/data/quality_gates.json",
458
  "exists": true,
459
- "bytes": 8147,
460
- "sha256": "fddf86398d7187175c7321ea645c421ee599093fb1c484b1e8aa0f2a23174c3e"
461
  },
462
  "hf_model": {
463
  "path": "hf_model:metrics/quality_gates.json",
464
  "exists": true,
465
- "bytes": 8147,
466
- "sha256": "fddf86398d7187175c7321ea645c421ee599093fb1c484b1e8aa0f2a23174c3e"
467
  }
468
  },
469
  "failures": []
@@ -505,27 +567,27 @@
505
  "local": {
506
  "path": "repo:docs/data/reproducibility_matrix.json",
507
  "exists": true,
508
- "bytes": 5195,
509
- "sha256": "4ecf4f09138c58b3ebe6cfeab54907c372e717b2979df1341a6b3dfeb020b908"
510
  },
511
  "mirrors": {
512
  "hf_space": {
513
  "path": "hf_space:data/reproducibility_matrix.json",
514
  "exists": true,
515
- "bytes": 5195,
516
- "sha256": "4ecf4f09138c58b3ebe6cfeab54907c372e717b2979df1341a6b3dfeb020b908"
517
  },
518
  "hf_artifacts": {
519
  "path": "hf_artifacts:docs/data/reproducibility_matrix.json",
520
  "exists": true,
521
- "bytes": 5195,
522
- "sha256": "4ecf4f09138c58b3ebe6cfeab54907c372e717b2979df1341a6b3dfeb020b908"
523
  },
524
  "hf_model": {
525
  "path": "hf_model:metrics/reproducibility_matrix.json",
526
  "exists": true,
527
- "bytes": 5195,
528
- "sha256": "4ecf4f09138c58b3ebe6cfeab54907c372e717b2979df1341a6b3dfeb020b908"
529
  }
530
  },
531
  "failures": []
@@ -536,27 +598,27 @@
536
  "local": {
537
  "path": "repo:docs/data/research_roadmap.json",
538
  "exists": true,
539
- "bytes": 4594,
540
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad"
541
  },
542
  "mirrors": {
543
  "hf_space": {
544
  "path": "hf_space:data/research_roadmap.json",
545
  "exists": true,
546
- "bytes": 4594,
547
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad"
548
  },
549
  "hf_artifacts": {
550
  "path": "hf_artifacts:docs/data/research_roadmap.json",
551
  "exists": true,
552
- "bytes": 4594,
553
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad"
554
  },
555
  "hf_model": {
556
  "path": "hf_model:metrics/research_roadmap.json",
557
  "exists": true,
558
- "bytes": 4594,
559
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad"
560
  }
561
  },
562
  "failures": []
@@ -567,27 +629,27 @@
567
  "local": {
568
  "path": "repo:docs/data/research_roadmap_interactive.json",
569
  "exists": true,
570
- "bytes": 73090,
571
- "sha256": "204dbcaf022bb14f5d7ff7f68395788f4b6f4466cddffba73a7103d72ca43013"
572
  },
573
  "mirrors": {
574
  "hf_space": {
575
  "path": "hf_space:data/research_roadmap_interactive.json",
576
  "exists": true,
577
- "bytes": 73090,
578
- "sha256": "204dbcaf022bb14f5d7ff7f68395788f4b6f4466cddffba73a7103d72ca43013"
579
  },
580
  "hf_artifacts": {
581
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
582
  "exists": true,
583
- "bytes": 73090,
584
- "sha256": "204dbcaf022bb14f5d7ff7f68395788f4b6f4466cddffba73a7103d72ca43013"
585
  },
586
  "hf_model": {
587
  "path": "hf_model:metrics/research_roadmap_interactive.json",
588
  "exists": true,
589
- "bytes": 73090,
590
- "sha256": "204dbcaf022bb14f5d7ff7f68395788f4b6f4466cddffba73a7103d72ca43013"
591
  }
592
  },
593
  "failures": []
@@ -598,27 +660,27 @@
598
  "local": {
599
  "path": "repo:docs/data/research_takeaways.json",
600
  "exists": true,
601
- "bytes": 5358,
602
- "sha256": "f4c94ac0a7c162ff9f448635e54df125dbce47d2ad98fa8ca8d85eedb36e9959"
603
  },
604
  "mirrors": {
605
  "hf_space": {
606
  "path": "hf_space:data/research_takeaways.json",
607
  "exists": true,
608
- "bytes": 5358,
609
- "sha256": "f4c94ac0a7c162ff9f448635e54df125dbce47d2ad98fa8ca8d85eedb36e9959"
610
  },
611
  "hf_artifacts": {
612
  "path": "hf_artifacts:docs/data/research_takeaways.json",
613
  "exists": true,
614
- "bytes": 5358,
615
- "sha256": "f4c94ac0a7c162ff9f448635e54df125dbce47d2ad98fa8ca8d85eedb36e9959"
616
  },
617
  "hf_model": {
618
  "path": "hf_model:metrics/research_takeaways.json",
619
  "exists": true,
620
- "bytes": 5358,
621
- "sha256": "f4c94ac0a7c162ff9f448635e54df125dbce47d2ad98fa8ca8d85eedb36e9959"
622
  }
623
  },
624
  "failures": []
@@ -629,27 +691,27 @@
629
  "local": {
630
  "path": "repo:docs/data/research_direction_extensions.json",
631
  "exists": true,
632
- "bytes": 11894,
633
- "sha256": "ab0e51d53efe58a78f0f57aa683281e64701da86f6fa3ab1c185211b3c07164e"
634
  },
635
  "mirrors": {
636
  "hf_space": {
637
  "path": "hf_space:data/research_direction_extensions.json",
638
  "exists": true,
639
- "bytes": 11894,
640
- "sha256": "ab0e51d53efe58a78f0f57aa683281e64701da86f6fa3ab1c185211b3c07164e"
641
  },
642
  "hf_artifacts": {
643
  "path": "hf_artifacts:docs/data/research_direction_extensions.json",
644
  "exists": true,
645
- "bytes": 11894,
646
- "sha256": "ab0e51d53efe58a78f0f57aa683281e64701da86f6fa3ab1c185211b3c07164e"
647
  },
648
  "hf_model": {
649
  "path": "hf_model:metrics/research_direction_extensions.json",
650
  "exists": true,
651
- "bytes": 11894,
652
- "sha256": "ab0e51d53efe58a78f0f57aa683281e64701da86f6fa3ab1c185211b3c07164e"
653
  }
654
  },
655
  "failures": []
@@ -661,26 +723,26 @@
661
  "path": "repo:docs/data/research_directions.json",
662
  "exists": true,
663
  "bytes": 14414,
664
- "sha256": "fbc45a85de7e52a1a67c413115bf062961bc00f413811f6d7951e4e1ac80824e"
665
  },
666
  "mirrors": {
667
  "hf_space": {
668
  "path": "hf_space:data/research_directions.json",
669
  "exists": true,
670
  "bytes": 14414,
671
- "sha256": "fbc45a85de7e52a1a67c413115bf062961bc00f413811f6d7951e4e1ac80824e"
672
  },
673
  "hf_artifacts": {
674
  "path": "hf_artifacts:docs/data/research_directions.json",
675
  "exists": true,
676
  "bytes": 14414,
677
- "sha256": "fbc45a85de7e52a1a67c413115bf062961bc00f413811f6d7951e4e1ac80824e"
678
  },
679
  "hf_model": {
680
  "path": "hf_model:metrics/research_directions.json",
681
  "exists": true,
682
  "bytes": 14414,
683
- "sha256": "fbc45a85de7e52a1a67c413115bf062961bc00f413811f6d7951e4e1ac80824e"
684
  }
685
  },
686
  "failures": []
@@ -692,26 +754,26 @@
692
  "path": "repo:docs/data/scope_claims_audit.json",
693
  "exists": true,
694
  "bytes": 20066,
695
- "sha256": "02d7c586e9e6a2d8ce99271bd0b13d6c1975dae6fa8c8ccafd398359e61d35c9"
696
  },
697
  "mirrors": {
698
  "hf_space": {
699
  "path": "hf_space:data/scope_claims_audit.json",
700
  "exists": true,
701
  "bytes": 20066,
702
- "sha256": "02d7c586e9e6a2d8ce99271bd0b13d6c1975dae6fa8c8ccafd398359e61d35c9"
703
  },
704
  "hf_artifacts": {
705
  "path": "hf_artifacts:docs/data/scope_claims_audit.json",
706
  "exists": true,
707
  "bytes": 20066,
708
- "sha256": "02d7c586e9e6a2d8ce99271bd0b13d6c1975dae6fa8c8ccafd398359e61d35c9"
709
  },
710
  "hf_model": {
711
  "path": "hf_model:metrics/scope_claims_audit.json",
712
  "exists": true,
713
  "bytes": 20066,
714
- "sha256": "02d7c586e9e6a2d8ce99271bd0b13d6c1975dae6fa8c8ccafd398359e61d35c9"
715
  }
716
  },
717
  "failures": []
@@ -722,27 +784,27 @@
722
  "local": {
723
  "path": "repo:docs/data/single_episode_explorer.json",
724
  "exists": true,
725
- "bytes": 4101241,
726
- "sha256": "6940aa43d1b2d2b93c65a6e8abfbe5f252c8184372594483bc89341d1de6209d"
727
  },
728
  "mirrors": {
729
  "hf_space": {
730
  "path": "hf_space:data/single_episode_explorer.json",
731
  "exists": true,
732
- "bytes": 4101241,
733
- "sha256": "6940aa43d1b2d2b93c65a6e8abfbe5f252c8184372594483bc89341d1de6209d"
734
  },
735
  "hf_artifacts": {
736
  "path": "hf_artifacts:docs/data/single_episode_explorer.json",
737
  "exists": true,
738
- "bytes": 4101241,
739
- "sha256": "6940aa43d1b2d2b93c65a6e8abfbe5f252c8184372594483bc89341d1de6209d"
740
  },
741
  "hf_model": {
742
  "path": "hf_model:metrics/single_episode_explorer.json",
743
  "exists": true,
744
- "bytes": 4101241,
745
- "sha256": "6940aa43d1b2d2b93c65a6e8abfbe5f252c8184372594483bc89341d1de6209d"
746
  }
747
  },
748
  "failures": []
@@ -754,26 +816,26 @@
754
  "path": "repo:docs/data/source_alignment_audit.json",
755
  "exists": true,
756
  "bytes": 4432,
757
- "sha256": "a9e89118de4da5899823cd9d5711dfd469b4a302e6483e059052ba3af8f76029"
758
  },
759
  "mirrors": {
760
  "hf_space": {
761
  "path": "hf_space:data/source_alignment_audit.json",
762
  "exists": true,
763
  "bytes": 4432,
764
- "sha256": "a9e89118de4da5899823cd9d5711dfd469b4a302e6483e059052ba3af8f76029"
765
  },
766
  "hf_artifacts": {
767
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
768
  "exists": true,
769
  "bytes": 4432,
770
- "sha256": "a9e89118de4da5899823cd9d5711dfd469b4a302e6483e059052ba3af8f76029"
771
  },
772
  "hf_model": {
773
  "path": "hf_model:metrics/source_alignment_audit.json",
774
  "exists": true,
775
  "bytes": 4432,
776
- "sha256": "a9e89118de4da5899823cd9d5711dfd469b4a302e6483e059052ba3af8f76029"
777
  }
778
  },
779
  "failures": []
@@ -784,27 +846,27 @@
784
  "local": {
785
  "path": "repo:docs/data/summary_metrics.json",
786
  "exists": true,
787
- "bytes": 25074,
788
- "sha256": "3240ae9ca9109925bf0408a48d44817684a47a15ff942895220860b76284db1b"
789
  },
790
  "mirrors": {
791
  "hf_space": {
792
  "path": "hf_space:data/summary_metrics.json",
793
  "exists": true,
794
- "bytes": 25074,
795
- "sha256": "3240ae9ca9109925bf0408a48d44817684a47a15ff942895220860b76284db1b"
796
  },
797
  "hf_artifacts": {
798
  "path": "hf_artifacts:docs/data/summary_metrics.json",
799
  "exists": true,
800
- "bytes": 25074,
801
- "sha256": "3240ae9ca9109925bf0408a48d44817684a47a15ff942895220860b76284db1b"
802
  },
803
  "hf_model": {
804
  "path": "hf_model:metrics/summary_metrics.json",
805
  "exists": true,
806
- "bytes": 25074,
807
- "sha256": "3240ae9ca9109925bf0408a48d44817684a47a15ff942895220860b76284db1b"
808
  }
809
  },
810
  "failures": []
@@ -815,27 +877,27 @@
815
  "local": {
816
  "path": "repo:docs/data/task_surface_integrity.json",
817
  "exists": true,
818
- "bytes": 45780,
819
- "sha256": "f4d2894afa2aba013ed6728ee610d6665e08ae7baac9c28e94c86ac79144023e"
820
  },
821
  "mirrors": {
822
  "hf_space": {
823
  "path": "hf_space:data/task_surface_integrity.json",
824
  "exists": true,
825
- "bytes": 45780,
826
- "sha256": "f4d2894afa2aba013ed6728ee610d6665e08ae7baac9c28e94c86ac79144023e"
827
  },
828
  "hf_artifacts": {
829
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
830
  "exists": true,
831
- "bytes": 45780,
832
- "sha256": "f4d2894afa2aba013ed6728ee610d6665e08ae7baac9c28e94c86ac79144023e"
833
  },
834
  "hf_model": {
835
  "path": "hf_model:metrics/task_surface_integrity.json",
836
  "exists": true,
837
- "bytes": 45780,
838
- "sha256": "f4d2894afa2aba013ed6728ee610d6665e08ae7baac9c28e94c86ac79144023e"
839
  }
840
  },
841
  "failures": []
@@ -846,27 +908,27 @@
846
  "local": {
847
  "path": "repo:docs/data/task_walkthroughs.json",
848
  "exists": true,
849
- "bytes": 26958,
850
- "sha256": "2e9549fc3865070b554a4a43d022e500cc0aee5420c4406f4bef815554acaa52"
851
  },
852
  "mirrors": {
853
  "hf_space": {
854
  "path": "hf_space:data/task_walkthroughs.json",
855
  "exists": true,
856
- "bytes": 26958,
857
- "sha256": "2e9549fc3865070b554a4a43d022e500cc0aee5420c4406f4bef815554acaa52"
858
  },
859
  "hf_artifacts": {
860
  "path": "hf_artifacts:docs/data/task_walkthroughs.json",
861
  "exists": true,
862
- "bytes": 26958,
863
- "sha256": "2e9549fc3865070b554a4a43d022e500cc0aee5420c4406f4bef815554acaa52"
864
  },
865
  "hf_model": {
866
  "path": "hf_model:metrics/task_walkthroughs.json",
867
  "exists": true,
868
- "bytes": 26958,
869
- "sha256": "2e9549fc3865070b554a4a43d022e500cc0aee5420c4406f4bef815554acaa52"
870
  }
871
  },
872
  "failures": []
@@ -877,27 +939,27 @@
877
  "local": {
878
  "path": "repo:docs/data/website_integrity.json",
879
  "exists": true,
880
- "bytes": 14310,
881
- "sha256": "13e66632810e6c6f994f31f54e83b50ccbc790d277587f66c24221e9fa9d1ff9"
882
  },
883
  "mirrors": {
884
  "hf_space": {
885
  "path": "hf_space:data/website_integrity.json",
886
  "exists": true,
887
- "bytes": 14310,
888
- "sha256": "13e66632810e6c6f994f31f54e83b50ccbc790d277587f66c24221e9fa9d1ff9"
889
  },
890
  "hf_artifacts": {
891
  "path": "hf_artifacts:docs/data/website_integrity.json",
892
  "exists": true,
893
- "bytes": 14310,
894
- "sha256": "13e66632810e6c6f994f31f54e83b50ccbc790d277587f66c24221e9fa9d1ff9"
895
  },
896
  "hf_model": {
897
  "path": "hf_model:metrics/website_integrity.json",
898
  "exists": true,
899
- "bytes": 14310,
900
- "sha256": "13e66632810e6c6f994f31f54e83b50ccbc790d277587f66c24221e9fa9d1ff9"
901
  }
902
  },
903
  "failures": []
@@ -908,27 +970,64 @@
908
  "local": {
909
  "path": "repo:docs/data/xperience10m_dataset_card_alignment.json",
910
  "exists": true,
911
- "bytes": 8037,
912
- "sha256": "6e49a184495c1cc8061f68d7cc74b3ba6377aedffce90c203ae34168411fd538"
913
  },
914
  "mirrors": {
915
  "hf_space": {
916
  "path": "hf_space:data/xperience10m_dataset_card_alignment.json",
917
  "exists": true,
918
- "bytes": 8037,
919
- "sha256": "6e49a184495c1cc8061f68d7cc74b3ba6377aedffce90c203ae34168411fd538"
920
  },
921
  "hf_artifacts": {
922
  "path": "hf_artifacts:docs/data/xperience10m_dataset_card_alignment.json",
923
  "exists": true,
924
- "bytes": 8037,
925
- "sha256": "6e49a184495c1cc8061f68d7cc74b3ba6377aedffce90c203ae34168411fd538"
926
  },
927
  "hf_model": {
928
  "path": "hf_model:metrics/xperience10m_dataset_card_alignment.json",
929
  "exists": true,
930
- "bytes": 8037,
931
- "sha256": "6e49a184495c1cc8061f68d7cc74b3ba6377aedffce90c203ae34168411fd538"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
932
  }
933
  },
934
  "failures": []
@@ -1198,33 +1297,33 @@
1198
  "local": {
1199
  "path": "repo:docs/assets/task_suite_infographic.png",
1200
  "exists": true,
1201
- "bytes": 2619553,
1202
- "sha256": "20abc06b3e3976a323fb52e6cb0e4a0fbaf8759f1efcd98fb3b8ad9579dd3f00"
1203
  },
1204
  "mirrors": {
1205
  "hf_space": {
1206
  "path": "hf_space:assets/task_suite_infographic.png",
1207
  "exists": true,
1208
- "bytes": 2619553,
1209
- "sha256": "20abc06b3e3976a323fb52e6cb0e4a0fbaf8759f1efcd98fb3b8ad9579dd3f00"
1210
  },
1211
  "hf_artifacts_docs": {
1212
  "path": "hf_artifacts:docs/assets/task_suite_infographic.png",
1213
  "exists": true,
1214
- "bytes": 2619553,
1215
- "sha256": "20abc06b3e3976a323fb52e6cb0e4a0fbaf8759f1efcd98fb3b8ad9579dd3f00"
1216
  },
1217
  "hf_artifacts_card": {
1218
  "path": "hf_artifacts:assets/task_suite_infographic.png",
1219
  "exists": true,
1220
- "bytes": 2619553,
1221
- "sha256": "20abc06b3e3976a323fb52e6cb0e4a0fbaf8759f1efcd98fb3b8ad9579dd3f00"
1222
  },
1223
  "hf_model": {
1224
  "path": "hf_model:assets/task_suite_infographic.png",
1225
  "exists": true,
1226
- "bytes": 2619553,
1227
- "sha256": "20abc06b3e3976a323fb52e6cb0e4a0fbaf8759f1efcd98fb3b8ad9579dd3f00"
1228
  }
1229
  },
1230
  "failures": []
@@ -1235,33 +1334,33 @@
1235
  "local": {
1236
  "path": "repo:docs/assets/pipeline_diagram.png",
1237
  "exists": true,
1238
- "bytes": 705995,
1239
- "sha256": "e1429c6904941c7b2bd9e724b96681f518b07b6756c85ca5307f77b6b2818b32"
1240
  },
1241
  "mirrors": {
1242
  "hf_space": {
1243
  "path": "hf_space:assets/pipeline_diagram.png",
1244
  "exists": true,
1245
- "bytes": 705995,
1246
- "sha256": "e1429c6904941c7b2bd9e724b96681f518b07b6756c85ca5307f77b6b2818b32"
1247
  },
1248
  "hf_artifacts_docs": {
1249
  "path": "hf_artifacts:docs/assets/pipeline_diagram.png",
1250
  "exists": true,
1251
- "bytes": 705995,
1252
- "sha256": "e1429c6904941c7b2bd9e724b96681f518b07b6756c85ca5307f77b6b2818b32"
1253
  },
1254
  "hf_artifacts_card": {
1255
  "path": "hf_artifacts:assets/pipeline_diagram.png",
1256
  "exists": true,
1257
- "bytes": 705995,
1258
- "sha256": "e1429c6904941c7b2bd9e724b96681f518b07b6756c85ca5307f77b6b2818b32"
1259
  },
1260
  "hf_model": {
1261
  "path": "hf_model:assets/pipeline_diagram.png",
1262
  "exists": true,
1263
- "bytes": 705995,
1264
- "sha256": "e1429c6904941c7b2bd9e724b96681f518b07b6756c85ca5307f77b6b2818b32"
1265
  }
1266
  },
1267
  "failures": []
@@ -1272,33 +1371,33 @@
1272
  "local": {
1273
  "path": "repo:docs/assets/task_architectures.png",
1274
  "exists": true,
1275
- "bytes": 762376,
1276
- "sha256": "71bb1f6d7b9a65ec01f4cf9f79d35d22bb5932554d5dea42a8e8037db031e674"
1277
  },
1278
  "mirrors": {
1279
  "hf_space": {
1280
  "path": "hf_space:assets/task_architectures.png",
1281
  "exists": true,
1282
- "bytes": 762376,
1283
- "sha256": "71bb1f6d7b9a65ec01f4cf9f79d35d22bb5932554d5dea42a8e8037db031e674"
1284
  },
1285
  "hf_artifacts_docs": {
1286
  "path": "hf_artifacts:docs/assets/task_architectures.png",
1287
  "exists": true,
1288
- "bytes": 762376,
1289
- "sha256": "71bb1f6d7b9a65ec01f4cf9f79d35d22bb5932554d5dea42a8e8037db031e674"
1290
  },
1291
  "hf_artifacts_card": {
1292
  "path": "hf_artifacts:assets/task_architectures.png",
1293
  "exists": true,
1294
- "bytes": 762376,
1295
- "sha256": "71bb1f6d7b9a65ec01f4cf9f79d35d22bb5932554d5dea42a8e8037db031e674"
1296
  },
1297
  "hf_model": {
1298
  "path": "hf_model:assets/task_architectures.png",
1299
  "exists": true,
1300
- "bytes": 762376,
1301
- "sha256": "71bb1f6d7b9a65ec01f4cf9f79d35d22bb5932554d5dea42a8e8037db031e674"
1302
  }
1303
  },
1304
  "failures": []
@@ -1562,27 +1661,52 @@
1562
  },
1563
  "failures": []
1564
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1565
  {
1566
  "name": "scripts/build_artifact_index.py",
1567
  "status": "pass",
1568
  "local": {
1569
  "path": "repo:scripts/build_artifact_index.py",
1570
  "exists": true,
1571
- "bytes": 23604,
1572
- "sha256": "e822eaa3fcbc805ac6869c16d46d41b78e1a1cfb921afa4956dc28c0a7c8daa3"
1573
  },
1574
  "mirrors": {
1575
  "hf_artifacts": {
1576
  "path": "hf_artifacts:scripts/build_artifact_index.py",
1577
  "exists": true,
1578
- "bytes": 23604,
1579
- "sha256": "e822eaa3fcbc805ac6869c16d46d41b78e1a1cfb921afa4956dc28c0a7c8daa3"
1580
  },
1581
  "hf_model": {
1582
  "path": "hf_model:scripts/build_artifact_index.py",
1583
  "exists": true,
1584
- "bytes": 23604,
1585
- "sha256": "e822eaa3fcbc805ac6869c16d46d41b78e1a1cfb921afa4956dc28c0a7c8daa3"
1586
  }
1587
  },
1588
  "failures": []
@@ -1618,21 +1742,21 @@
1618
  "local": {
1619
  "path": "repo:scripts/build_evaluation_protocol.py",
1620
  "exists": true,
1621
- "bytes": 16168,
1622
- "sha256": "01bf9dd4de2970636ec558104cd908beab6b2f8dd6290c60f5f4c2693dd55a94"
1623
  },
1624
  "mirrors": {
1625
  "hf_artifacts": {
1626
  "path": "hf_artifacts:scripts/build_evaluation_protocol.py",
1627
  "exists": true,
1628
- "bytes": 16168,
1629
- "sha256": "01bf9dd4de2970636ec558104cd908beab6b2f8dd6290c60f5f4c2693dd55a94"
1630
  },
1631
  "hf_model": {
1632
  "path": "hf_model:scripts/build_evaluation_protocol.py",
1633
  "exists": true,
1634
- "bytes": 16168,
1635
- "sha256": "01bf9dd4de2970636ec558104cd908beab6b2f8dd6290c60f5f4c2693dd55a94"
1636
  }
1637
  },
1638
  "failures": []
@@ -1668,21 +1792,21 @@
1668
  "local": {
1669
  "path": "repo:scripts/build_quality_gates.py",
1670
  "exists": true,
1671
- "bytes": 11380,
1672
- "sha256": "e8c99db9b2698f824b580882b238a881cffeafffc0b5f768d5fad0f9ac24ae18"
1673
  },
1674
  "mirrors": {
1675
  "hf_artifacts": {
1676
  "path": "hf_artifacts:scripts/build_quality_gates.py",
1677
  "exists": true,
1678
- "bytes": 11380,
1679
- "sha256": "e8c99db9b2698f824b580882b238a881cffeafffc0b5f768d5fad0f9ac24ae18"
1680
  },
1681
  "hf_model": {
1682
  "path": "hf_model:scripts/build_quality_gates.py",
1683
  "exists": true,
1684
- "bytes": 11380,
1685
- "sha256": "e8c99db9b2698f824b580882b238a881cffeafffc0b5f768d5fad0f9ac24ae18"
1686
  }
1687
  },
1688
  "failures": []
@@ -1693,21 +1817,21 @@
1693
  "local": {
1694
  "path": "repo:scripts/build_public_surface_qa.py",
1695
  "exists": true,
1696
- "bytes": 11894,
1697
- "sha256": "d0e86f45f2f23670e967c1a92024797a59106116ac9d948c35972512384f41de"
1698
  },
1699
  "mirrors": {
1700
  "hf_artifacts": {
1701
  "path": "hf_artifacts:scripts/build_public_surface_qa.py",
1702
  "exists": true,
1703
- "bytes": 11894,
1704
- "sha256": "d0e86f45f2f23670e967c1a92024797a59106116ac9d948c35972512384f41de"
1705
  },
1706
  "hf_model": {
1707
  "path": "hf_model:scripts/build_public_surface_qa.py",
1708
  "exists": true,
1709
- "bytes": 11894,
1710
- "sha256": "d0e86f45f2f23670e967c1a92024797a59106116ac9d948c35972512384f41de"
1711
  }
1712
  },
1713
  "failures": []
@@ -1743,21 +1867,21 @@
1743
  "local": {
1744
  "path": "repo:scripts/build_interactive_research_roadmap.py",
1745
  "exists": true,
1746
- "bytes": 8339,
1747
- "sha256": "3718081b1446086576d683f9b76148857b34c5d0022a101df950f7cb5679d5da"
1748
  },
1749
  "mirrors": {
1750
  "hf_artifacts": {
1751
  "path": "hf_artifacts:scripts/build_interactive_research_roadmap.py",
1752
  "exists": true,
1753
- "bytes": 8339,
1754
- "sha256": "3718081b1446086576d683f9b76148857b34c5d0022a101df950f7cb5679d5da"
1755
  },
1756
  "hf_model": {
1757
  "path": "hf_model:scripts/build_interactive_research_roadmap.py",
1758
  "exists": true,
1759
- "bytes": 8339,
1760
- "sha256": "3718081b1446086576d683f9b76148857b34c5d0022a101df950f7cb5679d5da"
1761
  }
1762
  },
1763
  "failures": []
@@ -1768,21 +1892,21 @@
1768
  "local": {
1769
  "path": "repo:scripts/build_single_episode_explorer.py",
1770
  "exists": true,
1771
- "bytes": 30104,
1772
- "sha256": "3412b7e0396a5471feae75054f6262993bfd3529096cd919cb03cc2edfd3b253"
1773
  },
1774
  "mirrors": {
1775
  "hf_artifacts": {
1776
  "path": "hf_artifacts:scripts/build_single_episode_explorer.py",
1777
  "exists": true,
1778
- "bytes": 30104,
1779
- "sha256": "3412b7e0396a5471feae75054f6262993bfd3529096cd919cb03cc2edfd3b253"
1780
  },
1781
  "hf_model": {
1782
  "path": "hf_model:scripts/build_single_episode_explorer.py",
1783
  "exists": true,
1784
- "bytes": 30104,
1785
- "sha256": "3412b7e0396a5471feae75054f6262993bfd3529096cd919cb03cc2edfd3b253"
1786
  }
1787
  },
1788
  "failures": []
@@ -1793,21 +1917,21 @@
1793
  "local": {
1794
  "path": "repo:scripts/build_research_takeaways.py",
1795
  "exists": true,
1796
- "bytes": 10667,
1797
- "sha256": "a14855d74b6c6fc8291821b9fbba9185623533ff2e21c96ec53d84071c9e4eae"
1798
  },
1799
  "mirrors": {
1800
  "hf_artifacts": {
1801
  "path": "hf_artifacts:scripts/build_research_takeaways.py",
1802
  "exists": true,
1803
- "bytes": 10667,
1804
- "sha256": "a14855d74b6c6fc8291821b9fbba9185623533ff2e21c96ec53d84071c9e4eae"
1805
  },
1806
  "hf_model": {
1807
  "path": "hf_model:scripts/build_research_takeaways.py",
1808
  "exists": true,
1809
- "bytes": 10667,
1810
- "sha256": "a14855d74b6c6fc8291821b9fbba9185623533ff2e21c96ec53d84071c9e4eae"
1811
  }
1812
  },
1813
  "failures": []
@@ -1818,21 +1942,21 @@
1818
  "local": {
1819
  "path": "repo:scripts/single_episode_diagnostics.py",
1820
  "exists": true,
1821
- "bytes": 57663,
1822
- "sha256": "6387a8da67d9a6d8c5bebaa25efc66371f8f64d891a949e23ad9cfeccb202770"
1823
  },
1824
  "mirrors": {
1825
  "hf_artifacts": {
1826
  "path": "hf_artifacts:scripts/single_episode_diagnostics.py",
1827
  "exists": true,
1828
- "bytes": 57663,
1829
- "sha256": "6387a8da67d9a6d8c5bebaa25efc66371f8f64d891a949e23ad9cfeccb202770"
1830
  },
1831
  "hf_model": {
1832
  "path": "hf_model:scripts/single_episode_diagnostics.py",
1833
  "exists": true,
1834
- "bytes": 57663,
1835
- "sha256": "6387a8da67d9a6d8c5bebaa25efc66371f8f64d891a949e23ad9cfeccb202770"
1836
  }
1837
  },
1838
  "failures": []
@@ -1843,21 +1967,21 @@
1843
  "local": {
1844
  "path": "repo:scripts/verify_live_publication.py",
1845
  "exists": true,
1846
- "bytes": 34767,
1847
- "sha256": "6a1cb0531719888de6bbeb7a2628058f6e67c92df6314c4ac3952af2c17f126b"
1848
  },
1849
  "mirrors": {
1850
  "hf_artifacts": {
1851
  "path": "hf_artifacts:scripts/verify_live_publication.py",
1852
  "exists": true,
1853
- "bytes": 34767,
1854
- "sha256": "6a1cb0531719888de6bbeb7a2628058f6e67c92df6314c4ac3952af2c17f126b"
1855
  },
1856
  "hf_model": {
1857
  "path": "hf_model:scripts/verify_live_publication.py",
1858
  "exists": true,
1859
- "bytes": 34767,
1860
- "sha256": "6a1cb0531719888de6bbeb7a2628058f6e67c92df6314c4ac3952af2c17f126b"
1861
  }
1862
  },
1863
  "failures": []
@@ -1868,21 +1992,21 @@
1868
  "local": {
1869
  "path": "repo:scripts/validate_mirror_parity.py",
1870
  "exists": true,
1871
- "bytes": 12057,
1872
- "sha256": "e2d87770613a36c618bc16c4d72e08064c397eef5860594f04f501446d54ed65"
1873
  },
1874
  "mirrors": {
1875
  "hf_artifacts": {
1876
  "path": "hf_artifacts:scripts/validate_mirror_parity.py",
1877
  "exists": true,
1878
- "bytes": 12057,
1879
- "sha256": "e2d87770613a36c618bc16c4d72e08064c397eef5860594f04f501446d54ed65"
1880
  },
1881
  "hf_model": {
1882
  "path": "hf_model:scripts/validate_mirror_parity.py",
1883
  "exists": true,
1884
- "bytes": 12057,
1885
- "sha256": "e2d87770613a36c618bc16c4d72e08064c397eef5860594f04f501446d54ed65"
1886
  }
1887
  },
1888
  "failures": []
@@ -1893,21 +2017,21 @@
1893
  "local": {
1894
  "path": "repo:scripts/validate_publication_package.py",
1895
  "exists": true,
1896
- "bytes": 19247,
1897
- "sha256": "55a9c51d57766d54f9eb884e06d644fd9f3d6e358b80c06e7f515ab764cc2158"
1898
  },
1899
  "mirrors": {
1900
  "hf_artifacts": {
1901
  "path": "hf_artifacts:scripts/validate_publication_package.py",
1902
  "exists": true,
1903
- "bytes": 19247,
1904
- "sha256": "55a9c51d57766d54f9eb884e06d644fd9f3d6e358b80c06e7f515ab764cc2158"
1905
  },
1906
  "hf_model": {
1907
  "path": "hf_model:scripts/validate_publication_package.py",
1908
  "exists": true,
1909
- "bytes": 19247,
1910
- "sha256": "55a9c51d57766d54f9eb884e06d644fd9f3d6e358b80c06e7f515ab764cc2158"
1911
  }
1912
  },
1913
  "failures": []
@@ -1943,21 +2067,21 @@
1943
  "local": {
1944
  "path": "repo:scripts/validate_source_alignment.py",
1945
  "exists": true,
1946
- "bytes": 15801,
1947
- "sha256": "cb2d11aba5dcadf030c564288d6b502ab3e46bed2486ecd7c6d7b200d22ad773"
1948
  },
1949
  "mirrors": {
1950
  "hf_artifacts": {
1951
  "path": "hf_artifacts:scripts/validate_source_alignment.py",
1952
  "exists": true,
1953
- "bytes": 15801,
1954
- "sha256": "cb2d11aba5dcadf030c564288d6b502ab3e46bed2486ecd7c6d7b200d22ad773"
1955
  },
1956
  "hf_model": {
1957
  "path": "hf_model:scripts/validate_source_alignment.py",
1958
  "exists": true,
1959
- "bytes": 15801,
1960
- "sha256": "cb2d11aba5dcadf030c564288d6b502ab3e46bed2486ecd7c6d7b200d22ad773"
1961
  }
1962
  },
1963
  "failures": []
@@ -2018,21 +2142,21 @@
2018
  "local": {
2019
  "path": "repo:scripts/publish_hf_bundles.py",
2020
  "exists": true,
2021
- "bytes": 8996,
2022
- "sha256": "9790951493763e6490d01fec62661df2bbe2a3341466fe41298b95cda0900229"
2023
  },
2024
  "mirrors": {
2025
  "hf_artifacts": {
2026
  "path": "hf_artifacts:scripts/publish_hf_bundles.py",
2027
  "exists": true,
2028
- "bytes": 8996,
2029
- "sha256": "9790951493763e6490d01fec62661df2bbe2a3341466fe41298b95cda0900229"
2030
  },
2031
  "hf_model": {
2032
  "path": "hf_model:scripts/publish_hf_bundles.py",
2033
  "exists": true,
2034
- "bytes": 8996,
2035
- "sha256": "9790951493763e6490d01fec62661df2bbe2a3341466fe41298b95cda0900229"
2036
  }
2037
  },
2038
  "failures": []
@@ -2093,21 +2217,21 @@
2093
  "local": {
2094
  "path": "repo:docs/index.html",
2095
  "exists": true,
2096
- "bytes": 166126,
2097
- "sha256": "2a53cbfacf2330f6b345d213918a892841719e03c9437198907e2f7fb4da6220"
2098
  },
2099
  "mirrors": {
2100
  "hf_space": {
2101
  "path": "hf_space:index.html",
2102
  "exists": true,
2103
- "bytes": 166126,
2104
- "sha256": "2a53cbfacf2330f6b345d213918a892841719e03c9437198907e2f7fb4da6220"
2105
  },
2106
  "hf_artifacts_docs": {
2107
  "path": "hf_artifacts:docs/index.html",
2108
  "exists": true,
2109
- "bytes": 166126,
2110
- "sha256": "2a53cbfacf2330f6b345d213918a892841719e03c9437198907e2f7fb4da6220"
2111
  }
2112
  },
2113
  "failures": []
@@ -2118,21 +2242,21 @@
2118
  "local": {
2119
  "path": "repo:docs/research_roadmap.html",
2120
  "exists": true,
2121
- "bytes": 31119,
2122
- "sha256": "c190599a74cf40f16d6d554baddbc9f47fabb7e022280399ef06c0d3de1b2047"
2123
  },
2124
  "mirrors": {
2125
  "hf_space": {
2126
  "path": "hf_space:research_roadmap.html",
2127
  "exists": true,
2128
- "bytes": 31119,
2129
- "sha256": "c190599a74cf40f16d6d554baddbc9f47fabb7e022280399ef06c0d3de1b2047"
2130
  },
2131
  "hf_artifacts_docs": {
2132
  "path": "hf_artifacts:docs/research_roadmap.html",
2133
  "exists": true,
2134
- "bytes": 31119,
2135
- "sha256": "c190599a74cf40f16d6d554baddbc9f47fabb7e022280399ef06c0d3de1b2047"
2136
  }
2137
  },
2138
  "failures": []
@@ -2143,21 +2267,21 @@
2143
  "local": {
2144
  "path": "repo:docs/single_episode_explorer.html",
2145
  "exists": true,
2146
- "bytes": 2642212,
2147
- "sha256": "7301e2b483fd2ff516952c74e2f37399cab3245a7fb1ec72f3525fa0daa520dd"
2148
  },
2149
  "mirrors": {
2150
  "hf_space": {
2151
  "path": "hf_space:single_episode_explorer.html",
2152
  "exists": true,
2153
- "bytes": 2642212,
2154
- "sha256": "7301e2b483fd2ff516952c74e2f37399cab3245a7fb1ec72f3525fa0daa520dd"
2155
  },
2156
  "hf_artifacts_docs": {
2157
  "path": "hf_artifacts:docs/single_episode_explorer.html",
2158
  "exists": true,
2159
- "bytes": 2642212,
2160
- "sha256": "7301e2b483fd2ff516952c74e2f37399cab3245a7fb1ec72f3525fa0daa520dd"
2161
  }
2162
  },
2163
  "failures": []
@@ -2187,33 +2311,188 @@
2187
  },
2188
  "failures": []
2189
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2190
  {
2191
  "name": "results/single_episode_diagnostics/provenance.json",
2192
  "status": "pass",
2193
  "local": {
2194
  "path": "repo:results/single_episode_diagnostics/provenance.json",
2195
  "exists": true,
2196
- "bytes": 3962,
2197
- "sha256": "48087224240941fd92444d4fee94a6146c96c35b5acc429a209db3c5cdb8d24b"
2198
  },
2199
  "mirrors": {
2200
  "hf_space": {
2201
  "path": "hf_space:results/single_episode_diagnostics/provenance.json",
2202
  "exists": true,
2203
- "bytes": 3962,
2204
- "sha256": "48087224240941fd92444d4fee94a6146c96c35b5acc429a209db3c5cdb8d24b"
2205
  },
2206
  "hf_artifacts": {
2207
  "path": "hf_artifacts:results/single_episode_diagnostics/provenance.json",
2208
  "exists": true,
2209
- "bytes": 3962,
2210
- "sha256": "48087224240941fd92444d4fee94a6146c96c35b5acc429a209db3c5cdb8d24b"
2211
  },
2212
  "hf_model": {
2213
  "path": "hf_model:results/single_episode_diagnostics/provenance.json",
2214
  "exists": true,
2215
- "bytes": 3962,
2216
- "sha256": "48087224240941fd92444d4fee94a6146c96c35b5acc429a209db3c5cdb8d24b"
2217
  }
2218
  },
2219
  "failures": []
@@ -2224,27 +2503,27 @@
2224
  "local": {
2225
  "path": "repo:results/single_episode_diagnostics/README.md",
2226
  "exists": true,
2227
- "bytes": 1058,
2228
- "sha256": "e64b13f227f270dc545317636f432fb766d6f7ab8695f69234b2c24b6413a42e"
2229
  },
2230
  "mirrors": {
2231
  "hf_space": {
2232
  "path": "hf_space:results/single_episode_diagnostics/README.md",
2233
  "exists": true,
2234
- "bytes": 1058,
2235
- "sha256": "e64b13f227f270dc545317636f432fb766d6f7ab8695f69234b2c24b6413a42e"
2236
  },
2237
  "hf_artifacts": {
2238
  "path": "hf_artifacts:results/single_episode_diagnostics/README.md",
2239
  "exists": true,
2240
- "bytes": 1058,
2241
- "sha256": "e64b13f227f270dc545317636f432fb766d6f7ab8695f69234b2c24b6413a42e"
2242
  },
2243
  "hf_model": {
2244
  "path": "hf_model:results/single_episode_diagnostics/README.md",
2245
  "exists": true,
2246
- "bytes": 1058,
2247
- "sha256": "e64b13f227f270dc545317636f432fb766d6f7ab8695f69234b2c24b6413a42e"
2248
  }
2249
  },
2250
  "failures": []
@@ -2255,27 +2534,27 @@
2255
  "local": {
2256
  "path": "repo:results/single_episode_diagnostics/modality_ablation/ablation_metrics.csv",
2257
  "exists": true,
2258
- "bytes": 24871,
2259
- "sha256": "8e43bfa9b90544d7b09e207de26d1b852dd115b3e7c957eaa4b45e520dc050b8"
2260
  },
2261
  "mirrors": {
2262
  "hf_space": {
2263
  "path": "hf_space:results/single_episode_diagnostics/modality_ablation/ablation_metrics.csv",
2264
  "exists": true,
2265
- "bytes": 24871,
2266
- "sha256": "8e43bfa9b90544d7b09e207de26d1b852dd115b3e7c957eaa4b45e520dc050b8"
2267
  },
2268
  "hf_artifacts": {
2269
  "path": "hf_artifacts:results/single_episode_diagnostics/modality_ablation/ablation_metrics.csv",
2270
  "exists": true,
2271
- "bytes": 24871,
2272
- "sha256": "8e43bfa9b90544d7b09e207de26d1b852dd115b3e7c957eaa4b45e520dc050b8"
2273
  },
2274
  "hf_model": {
2275
  "path": "hf_model:results/single_episode_diagnostics/modality_ablation/ablation_metrics.csv",
2276
  "exists": true,
2277
- "bytes": 24871,
2278
- "sha256": "8e43bfa9b90544d7b09e207de26d1b852dd115b3e7c957eaa4b45e520dc050b8"
2279
  }
2280
  },
2281
  "failures": []
@@ -2286,27 +2565,27 @@
2286
  "local": {
2287
  "path": "repo:results/single_episode_diagnostics/modality_ablation/ablation_summary.json",
2288
  "exists": true,
2289
- "bytes": 735,
2290
- "sha256": "2761e1777963473ffa5110ab25e863a6b8ee19ce2004d94ffa938cfa5e0d93fc"
2291
  },
2292
  "mirrors": {
2293
  "hf_space": {
2294
  "path": "hf_space:results/single_episode_diagnostics/modality_ablation/ablation_summary.json",
2295
  "exists": true,
2296
- "bytes": 735,
2297
- "sha256": "2761e1777963473ffa5110ab25e863a6b8ee19ce2004d94ffa938cfa5e0d93fc"
2298
  },
2299
  "hf_artifacts": {
2300
  "path": "hf_artifacts:results/single_episode_diagnostics/modality_ablation/ablation_summary.json",
2301
  "exists": true,
2302
- "bytes": 735,
2303
- "sha256": "2761e1777963473ffa5110ab25e863a6b8ee19ce2004d94ffa938cfa5e0d93fc"
2304
  },
2305
  "hf_model": {
2306
  "path": "hf_model:results/single_episode_diagnostics/modality_ablation/ablation_summary.json",
2307
  "exists": true,
2308
- "bytes": 735,
2309
- "sha256": "2761e1777963473ffa5110ab25e863a6b8ee19ce2004d94ffa938cfa5e0d93fc"
2310
  }
2311
  },
2312
  "failures": []
@@ -2379,27 +2658,27 @@
2379
  "local": {
2380
  "path": "repo:results/single_episode_diagnostics/timeline_overlay/timeline_overlay.csv",
2381
  "exists": true,
2382
- "bytes": 293713,
2383
- "sha256": "eebd53caf853aac5da51adea285e6623dd00860d23d3bc5703169ed6c53d0405"
2384
  },
2385
  "mirrors": {
2386
  "hf_space": {
2387
  "path": "hf_space:results/single_episode_diagnostics/timeline_overlay/timeline_overlay.csv",
2388
  "exists": true,
2389
- "bytes": 293713,
2390
- "sha256": "eebd53caf853aac5da51adea285e6623dd00860d23d3bc5703169ed6c53d0405"
2391
  },
2392
  "hf_artifacts": {
2393
  "path": "hf_artifacts:results/single_episode_diagnostics/timeline_overlay/timeline_overlay.csv",
2394
  "exists": true,
2395
- "bytes": 293713,
2396
- "sha256": "eebd53caf853aac5da51adea285e6623dd00860d23d3bc5703169ed6c53d0405"
2397
  },
2398
  "hf_model": {
2399
  "path": "hf_model:results/single_episode_diagnostics/timeline_overlay/timeline_overlay.csv",
2400
  "exists": true,
2401
- "bytes": 293713,
2402
- "sha256": "eebd53caf853aac5da51adea285e6623dd00860d23d3bc5703169ed6c53d0405"
2403
  }
2404
  },
2405
  "failures": []
@@ -2410,27 +2689,27 @@
2410
  "local": {
2411
  "path": "repo:results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv",
2412
  "exists": true,
2413
- "bytes": 8203,
2414
- "sha256": "8b0026b472a0c0fd8c6eb5c9c307b41ac7ed71fe0ae3d52c8b18dfd5721f0ef1"
2415
  },
2416
  "mirrors": {
2417
  "hf_space": {
2418
  "path": "hf_space:results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv",
2419
  "exists": true,
2420
- "bytes": 8203,
2421
- "sha256": "8b0026b472a0c0fd8c6eb5c9c307b41ac7ed71fe0ae3d52c8b18dfd5721f0ef1"
2422
  },
2423
  "hf_artifacts": {
2424
  "path": "hf_artifacts:results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv",
2425
  "exists": true,
2426
- "bytes": 8203,
2427
- "sha256": "8b0026b472a0c0fd8c6eb5c9c307b41ac7ed71fe0ae3d52c8b18dfd5721f0ef1"
2428
  },
2429
  "hf_model": {
2430
  "path": "hf_model:results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv",
2431
  "exists": true,
2432
- "bytes": 8203,
2433
- "sha256": "8b0026b472a0c0fd8c6eb5c9c307b41ac7ed71fe0ae3d52c8b18dfd5721f0ef1"
2434
  }
2435
  },
2436
  "failures": []
@@ -2442,26 +2721,26 @@
2442
  "path": "repo:results/single_episode_diagnostics/alignment_stress/alignment_stress_summary.json",
2443
  "exists": true,
2444
  "bytes": 332,
2445
- "sha256": "2a467dae8e2f1606d77eccc8d1cbeb11507d462f95291d52b49d1057b7db9f14"
2446
  },
2447
  "mirrors": {
2448
  "hf_space": {
2449
  "path": "hf_space:results/single_episode_diagnostics/alignment_stress/alignment_stress_summary.json",
2450
  "exists": true,
2451
  "bytes": 332,
2452
- "sha256": "2a467dae8e2f1606d77eccc8d1cbeb11507d462f95291d52b49d1057b7db9f14"
2453
  },
2454
  "hf_artifacts": {
2455
  "path": "hf_artifacts:results/single_episode_diagnostics/alignment_stress/alignment_stress_summary.json",
2456
  "exists": true,
2457
  "bytes": 332,
2458
- "sha256": "2a467dae8e2f1606d77eccc8d1cbeb11507d462f95291d52b49d1057b7db9f14"
2459
  },
2460
  "hf_model": {
2461
  "path": "hf_model:results/single_episode_diagnostics/alignment_stress/alignment_stress_summary.json",
2462
  "exists": true,
2463
  "bytes": 332,
2464
- "sha256": "2a467dae8e2f1606d77eccc8d1cbeb11507d462f95291d52b49d1057b7db9f14"
2465
  }
2466
  },
2467
  "failures": []
@@ -2472,27 +2751,27 @@
2472
  "local": {
2473
  "path": "repo:QUALITY_GATES.md",
2474
  "exists": true,
2475
- "bytes": 4919,
2476
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
2477
  },
2478
  "mirrors": {
2479
  "hf_space": {
2480
  "path": "hf_space:QUALITY_GATES.md",
2481
  "exists": true,
2482
- "bytes": 4919,
2483
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
2484
  },
2485
  "hf_artifacts": {
2486
  "path": "hf_artifacts:QUALITY_GATES.md",
2487
  "exists": true,
2488
- "bytes": 4919,
2489
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
2490
  },
2491
  "hf_model": {
2492
  "path": "hf_model:QUALITY_GATES.md",
2493
  "exists": true,
2494
- "bytes": 4919,
2495
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
2496
  }
2497
  },
2498
  "failures": []
@@ -2503,27 +2782,27 @@
2503
  "local": {
2504
  "path": "repo:EVALUATION_PROTOCOL.md",
2505
  "exists": true,
2506
- "bytes": 5938,
2507
- "sha256": "b170463965704d181db481e0928c5f6fac3a4b626ebc424ec4e977ddead9c0fa"
2508
  },
2509
  "mirrors": {
2510
  "hf_space": {
2511
  "path": "hf_space:EVALUATION_PROTOCOL.md",
2512
  "exists": true,
2513
- "bytes": 5938,
2514
- "sha256": "b170463965704d181db481e0928c5f6fac3a4b626ebc424ec4e977ddead9c0fa"
2515
  },
2516
  "hf_artifacts": {
2517
  "path": "hf_artifacts:EVALUATION_PROTOCOL.md",
2518
  "exists": true,
2519
- "bytes": 5938,
2520
- "sha256": "b170463965704d181db481e0928c5f6fac3a4b626ebc424ec4e977ddead9c0fa"
2521
  },
2522
  "hf_model": {
2523
  "path": "hf_model:EVALUATION_PROTOCOL.md",
2524
  "exists": true,
2525
- "bytes": 5938,
2526
- "sha256": "b170463965704d181db481e0928c5f6fac3a4b626ebc424ec4e977ddead9c0fa"
2527
  }
2528
  },
2529
  "failures": []
@@ -2535,26 +2814,57 @@
2535
  "path": "repo:FIGURE_INDEX.md",
2536
  "exists": true,
2537
  "bytes": 4712,
2538
- "sha256": "bf180bd0560c785c85c59f7ad5ad002c1f41ef3b2eda9c604207f39998e4c149"
2539
  },
2540
  "mirrors": {
2541
  "hf_space": {
2542
  "path": "hf_space:FIGURE_INDEX.md",
2543
  "exists": true,
2544
  "bytes": 4712,
2545
- "sha256": "bf180bd0560c785c85c59f7ad5ad002c1f41ef3b2eda9c604207f39998e4c149"
2546
  },
2547
  "hf_artifacts": {
2548
  "path": "hf_artifacts:FIGURE_INDEX.md",
2549
  "exists": true,
2550
  "bytes": 4712,
2551
- "sha256": "bf180bd0560c785c85c59f7ad5ad002c1f41ef3b2eda9c604207f39998e4c149"
2552
  },
2553
  "hf_model": {
2554
  "path": "hf_model:FIGURE_INDEX.md",
2555
  "exists": true,
2556
  "bytes": 4712,
2557
- "sha256": "bf180bd0560c785c85c59f7ad5ad002c1f41ef3b2eda9c604207f39998e4c149"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2558
  }
2559
  },
2560
  "failures": []
@@ -2565,27 +2875,27 @@
2565
  "local": {
2566
  "path": "repo:PROJECT_BRIEF.md",
2567
  "exists": true,
2568
- "bytes": 2527,
2569
- "sha256": "0f341ae943873733236b9fefea9a9848c93a64a2e9bb333d1ab697c71f928f15"
2570
  },
2571
  "mirrors": {
2572
  "hf_space": {
2573
  "path": "hf_space:PROJECT_BRIEF.md",
2574
  "exists": true,
2575
- "bytes": 2527,
2576
- "sha256": "0f341ae943873733236b9fefea9a9848c93a64a2e9bb333d1ab697c71f928f15"
2577
  },
2578
  "hf_artifacts": {
2579
  "path": "hf_artifacts:PROJECT_BRIEF.md",
2580
  "exists": true,
2581
- "bytes": 2527,
2582
- "sha256": "0f341ae943873733236b9fefea9a9848c93a64a2e9bb333d1ab697c71f928f15"
2583
  },
2584
  "hf_model": {
2585
  "path": "hf_model:PROJECT_BRIEF.md",
2586
  "exists": true,
2587
- "bytes": 2527,
2588
- "sha256": "0f341ae943873733236b9fefea9a9848c93a64a2e9bb333d1ab697c71f928f15"
2589
  }
2590
  },
2591
  "failures": []
@@ -2627,27 +2937,27 @@
2627
  "local": {
2628
  "path": "repo:RESEARCH_ROADMAP.md",
2629
  "exists": true,
2630
- "bytes": 5051,
2631
- "sha256": "1d640dbc0bcba26d72dbedd4c2dacb04e38bc7c3b11ac79f57b52c2a6e8caec3"
2632
  },
2633
  "mirrors": {
2634
  "hf_space": {
2635
  "path": "hf_space:RESEARCH_ROADMAP.md",
2636
  "exists": true,
2637
- "bytes": 5051,
2638
- "sha256": "1d640dbc0bcba26d72dbedd4c2dacb04e38bc7c3b11ac79f57b52c2a6e8caec3"
2639
  },
2640
  "hf_artifacts": {
2641
  "path": "hf_artifacts:RESEARCH_ROADMAP.md",
2642
  "exists": true,
2643
- "bytes": 5051,
2644
- "sha256": "1d640dbc0bcba26d72dbedd4c2dacb04e38bc7c3b11ac79f57b52c2a6e8caec3"
2645
  },
2646
  "hf_model": {
2647
  "path": "hf_model:RESEARCH_ROADMAP.md",
2648
  "exists": true,
2649
- "bytes": 5051,
2650
- "sha256": "1d640dbc0bcba26d72dbedd4c2dacb04e38bc7c3b11ac79f57b52c2a6e8caec3"
2651
  }
2652
  },
2653
  "failures": []
@@ -2658,27 +2968,27 @@
2658
  "local": {
2659
  "path": "repo:PROJECT_STATUS.md",
2660
  "exists": true,
2661
- "bytes": 5385,
2662
- "sha256": "353e177fac7a2009c475b8ae833117ae4cf68ca69307d9e1c292b6e13a18be61"
2663
  },
2664
  "mirrors": {
2665
  "hf_space": {
2666
  "path": "hf_space:PROJECT_STATUS.md",
2667
  "exists": true,
2668
- "bytes": 5385,
2669
- "sha256": "353e177fac7a2009c475b8ae833117ae4cf68ca69307d9e1c292b6e13a18be61"
2670
  },
2671
  "hf_artifacts": {
2672
  "path": "hf_artifacts:PROJECT_STATUS.md",
2673
  "exists": true,
2674
- "bytes": 5385,
2675
- "sha256": "353e177fac7a2009c475b8ae833117ae4cf68ca69307d9e1c292b6e13a18be61"
2676
  },
2677
  "hf_model": {
2678
  "path": "hf_model:PROJECT_STATUS.md",
2679
  "exists": true,
2680
- "bytes": 5385,
2681
- "sha256": "353e177fac7a2009c475b8ae833117ae4cf68ca69307d9e1c292b6e13a18be61"
2682
  }
2683
  },
2684
  "failures": []
@@ -2720,27 +3030,27 @@
2720
  "local": {
2721
  "path": "repo:RESEARCH_TAKEAWAYS.md",
2722
  "exists": true,
2723
- "bytes": 3833,
2724
- "sha256": "86e2cbbb820a0fd017c709759b952336364316ff166985e5de5f0c4666b2c55c"
2725
  },
2726
  "mirrors": {
2727
  "hf_space": {
2728
  "path": "hf_space:RESEARCH_TAKEAWAYS.md",
2729
  "exists": true,
2730
- "bytes": 3833,
2731
- "sha256": "86e2cbbb820a0fd017c709759b952336364316ff166985e5de5f0c4666b2c55c"
2732
  },
2733
  "hf_artifacts": {
2734
  "path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
2735
  "exists": true,
2736
- "bytes": 3833,
2737
- "sha256": "86e2cbbb820a0fd017c709759b952336364316ff166985e5de5f0c4666b2c55c"
2738
  },
2739
  "hf_model": {
2740
  "path": "hf_model:RESEARCH_TAKEAWAYS.md",
2741
  "exists": true,
2742
- "bytes": 3833,
2743
- "sha256": "86e2cbbb820a0fd017c709759b952336364316ff166985e5de5f0c4666b2c55c"
2744
  }
2745
  },
2746
  "failures": []
@@ -2752,26 +3062,26 @@
2752
  "path": "repo:SOURCE_ALIGNMENT_AUDIT.md",
2753
  "exists": true,
2754
  "bytes": 2309,
2755
- "sha256": "26f8234b6a537ee5961a140e38ae78d9fedda4158483703d7853b6d7791cd9cb"
2756
  },
2757
  "mirrors": {
2758
  "hf_space": {
2759
  "path": "hf_space:SOURCE_ALIGNMENT_AUDIT.md",
2760
  "exists": true,
2761
  "bytes": 2309,
2762
- "sha256": "26f8234b6a537ee5961a140e38ae78d9fedda4158483703d7853b6d7791cd9cb"
2763
  },
2764
  "hf_artifacts": {
2765
  "path": "hf_artifacts:SOURCE_ALIGNMENT_AUDIT.md",
2766
  "exists": true,
2767
  "bytes": 2309,
2768
- "sha256": "26f8234b6a537ee5961a140e38ae78d9fedda4158483703d7853b6d7791cd9cb"
2769
  },
2770
  "hf_model": {
2771
  "path": "hf_model:SOURCE_ALIGNMENT_AUDIT.md",
2772
  "exists": true,
2773
  "bytes": 2309,
2774
- "sha256": "26f8234b6a537ee5961a140e38ae78d9fedda4158483703d7853b6d7791cd9cb"
2775
  }
2776
  },
2777
  "failures": []
@@ -2782,27 +3092,27 @@
2782
  "local": {
2783
  "path": "repo:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
2784
  "exists": true,
2785
- "bytes": 10597,
2786
- "sha256": "3103ed45295e75cca79df6b92709a286989355772fde0f2e573ba1a2bd12d499"
2787
  },
2788
  "mirrors": {
2789
  "hf_space": {
2790
  "path": "hf_space:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
2791
  "exists": true,
2792
- "bytes": 10597,
2793
- "sha256": "3103ed45295e75cca79df6b92709a286989355772fde0f2e573ba1a2bd12d499"
2794
  },
2795
  "hf_artifacts": {
2796
  "path": "hf_artifacts:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
2797
  "exists": true,
2798
- "bytes": 10597,
2799
- "sha256": "3103ed45295e75cca79df6b92709a286989355772fde0f2e573ba1a2bd12d499"
2800
  },
2801
  "hf_model": {
2802
  "path": "hf_model:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
2803
  "exists": true,
2804
- "bytes": 10597,
2805
- "sha256": "3103ed45295e75cca79df6b92709a286989355772fde0f2e573ba1a2bd12d499"
2806
  }
2807
  },
2808
  "failures": []
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-03T19:30:53+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
+ "group_count": 101,
7
  "failure_count": 0,
8
  "failures_by_surface": {}
9
  },
 
34
  }
35
  ],
36
  "groups": [
37
+ {
38
+ "name": "data/audio_ablation_summary.json",
39
+ "status": "pass",
40
+ "local": {
41
+ "path": "repo:docs/data/audio_ablation_summary.json",
42
+ "exists": true,
43
+ "bytes": 9701,
44
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
45
+ },
46
+ "mirrors": {
47
+ "hf_space": {
48
+ "path": "hf_space:data/audio_ablation_summary.json",
49
+ "exists": true,
50
+ "bytes": 9701,
51
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
52
+ },
53
+ "hf_artifacts": {
54
+ "path": "hf_artifacts:docs/data/audio_ablation_summary.json",
55
+ "exists": true,
56
+ "bytes": 9701,
57
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
58
+ },
59
+ "hf_model": {
60
+ "path": "hf_model:metrics/audio_ablation_summary.json",
61
+ "exists": true,
62
+ "bytes": 9701,
63
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
64
+ }
65
+ },
66
+ "failures": []
67
+ },
68
  {
69
  "name": "data/artifact_index.json",
70
  "status": "pass",
71
  "local": {
72
  "path": "repo:docs/data/artifact_index.json",
73
  "exists": true,
74
+ "bytes": 32292,
75
+ "sha256": "dcd253ba6636ea4bf78260b51a1493b4faf7cf5fa22e74d67d4cd277b9fe4189"
76
  },
77
  "mirrors": {
78
  "hf_space": {
79
  "path": "hf_space:data/artifact_index.json",
80
  "exists": true,
81
+ "bytes": 32292,
82
+ "sha256": "dcd253ba6636ea4bf78260b51a1493b4faf7cf5fa22e74d67d4cd277b9fe4189"
83
  },
84
  "hf_artifacts": {
85
  "path": "hf_artifacts:docs/data/artifact_index.json",
86
  "exists": true,
87
+ "bytes": 32292,
88
+ "sha256": "dcd253ba6636ea4bf78260b51a1493b4faf7cf5fa22e74d67d4cd277b9fe4189"
89
  },
90
  "hf_model": {
91
  "path": "hf_model:metrics/artifact_index.json",
92
  "exists": true,
93
+ "bytes": 32292,
94
+ "sha256": "dcd253ba6636ea4bf78260b51a1493b4faf7cf5fa22e74d67d4cd277b9fe4189"
95
  }
96
  },
97
  "failures": []
 
133
  "local": {
134
  "path": "repo:docs/data/evidence_contract.json",
135
  "exists": true,
136
+ "bytes": 12096,
137
+ "sha256": "3d2815d31952a5102c78818a852db8ff36faf49d89643b32ad59bcda91d499cb"
138
  },
139
  "mirrors": {
140
  "hf_space": {
141
  "path": "hf_space:data/evidence_contract.json",
142
  "exists": true,
143
+ "bytes": 12096,
144
+ "sha256": "3d2815d31952a5102c78818a852db8ff36faf49d89643b32ad59bcda91d499cb"
145
  },
146
  "hf_artifacts": {
147
  "path": "hf_artifacts:docs/data/evidence_contract.json",
148
  "exists": true,
149
+ "bytes": 12096,
150
+ "sha256": "3d2815d31952a5102c78818a852db8ff36faf49d89643b32ad59bcda91d499cb"
151
  },
152
  "hf_model": {
153
  "path": "hf_model:metrics/evidence_contract.json",
154
  "exists": true,
155
+ "bytes": 12096,
156
+ "sha256": "3d2815d31952a5102c78818a852db8ff36faf49d89643b32ad59bcda91d499cb"
157
  }
158
  },
159
  "failures": []
 
164
  "local": {
165
  "path": "repo:docs/data/evaluation_protocol.json",
166
  "exists": true,
167
+ "bytes": 13686,
168
+ "sha256": "a2a35bd3b05e228c99c5ef7cc002c84708dcaff893cd01d51b011dadbf2c02c4"
169
  },
170
  "mirrors": {
171
  "hf_space": {
172
  "path": "hf_space:data/evaluation_protocol.json",
173
  "exists": true,
174
+ "bytes": 13686,
175
+ "sha256": "a2a35bd3b05e228c99c5ef7cc002c84708dcaff893cd01d51b011dadbf2c02c4"
176
  },
177
  "hf_artifacts": {
178
  "path": "hf_artifacts:docs/data/evaluation_protocol.json",
179
  "exists": true,
180
+ "bytes": 13686,
181
+ "sha256": "a2a35bd3b05e228c99c5ef7cc002c84708dcaff893cd01d51b011dadbf2c02c4"
182
  },
183
  "hf_model": {
184
  "path": "hf_model:metrics/evaluation_protocol.json",
185
  "exists": true,
186
+ "bytes": 13686,
187
+ "sha256": "a2a35bd3b05e228c99c5ef7cc002c84708dcaff893cd01d51b011dadbf2c02c4"
188
  }
189
  },
190
  "failures": []
 
196
  "path": "repo:docs/data/figure_index.json",
197
  "exists": true,
198
  "bytes": 13434,
199
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560"
200
  },
201
  "mirrors": {
202
  "hf_space": {
203
  "path": "hf_space:data/figure_index.json",
204
  "exists": true,
205
  "bytes": 13434,
206
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560"
207
  },
208
  "hf_artifacts": {
209
  "path": "hf_artifacts:docs/data/figure_index.json",
210
  "exists": true,
211
  "bytes": 13434,
212
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560"
213
  },
214
  "hf_model": {
215
  "path": "hf_model:metrics/figure_index.json",
216
  "exists": true,
217
  "bytes": 13434,
218
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560"
219
+ }
220
+ },
221
+ "failures": []
222
+ },
223
+ {
224
+ "name": "data/foundation_model_plan.json",
225
+ "status": "pass",
226
+ "local": {
227
+ "path": "repo:docs/data/foundation_model_plan.json",
228
+ "exists": true,
229
+ "bytes": 8880,
230
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
231
+ },
232
+ "mirrors": {
233
+ "hf_space": {
234
+ "path": "hf_space:data/foundation_model_plan.json",
235
+ "exists": true,
236
+ "bytes": 8880,
237
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
238
+ },
239
+ "hf_artifacts": {
240
+ "path": "hf_artifacts:docs/data/foundation_model_plan.json",
241
+ "exists": true,
242
+ "bytes": 8880,
243
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
244
+ },
245
+ "hf_model": {
246
+ "path": "hf_model:metrics/foundation_model_plan.json",
247
+ "exists": true,
248
+ "bytes": 8880,
249
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
250
  }
251
  },
252
  "failures": []
 
257
  "local": {
258
  "path": "repo:docs/data/live_publication_status.json",
259
  "exists": true,
260
+ "bytes": 68749,
261
+ "sha256": "1095bd7aeee4172afddbe7b9e89c5371605ef22fab294b3d77ec98d5ad7ef0cd"
262
  },
263
  "mirrors": {
264
  "hf_space": {
265
  "path": "hf_space:data/live_publication_status.json",
266
  "exists": true,
267
+ "bytes": 68749,
268
+ "sha256": "1095bd7aeee4172afddbe7b9e89c5371605ef22fab294b3d77ec98d5ad7ef0cd"
269
  },
270
  "hf_artifacts": {
271
  "path": "hf_artifacts:docs/data/live_publication_status.json",
272
  "exists": true,
273
+ "bytes": 68749,
274
+ "sha256": "1095bd7aeee4172afddbe7b9e89c5371605ef22fab294b3d77ec98d5ad7ef0cd"
275
  },
276
  "hf_model": {
277
  "path": "hf_model:metrics/live_publication_status.json",
278
  "exists": true,
279
+ "bytes": 68749,
280
+ "sha256": "1095bd7aeee4172afddbe7b9e89c5371605ef22fab294b3d77ec98d5ad7ef0cd"
281
  }
282
  },
283
  "failures": []
 
288
  "local": {
289
  "path": "repo:docs/data/modality_atlas.json",
290
  "exists": true,
291
+ "bytes": 3797,
292
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
293
  },
294
  "mirrors": {
295
  "hf_space": {
296
  "path": "hf_space:data/modality_atlas.json",
297
  "exists": true,
298
+ "bytes": 3797,
299
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
300
  },
301
  "hf_artifacts": {
302
  "path": "hf_artifacts:docs/data/modality_atlas.json",
303
  "exists": true,
304
+ "bytes": 3797,
305
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
306
  },
307
  "hf_model": {
308
  "path": "hf_model:metrics/modality_atlas.json",
309
  "exists": true,
310
+ "bytes": 3797,
311
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
312
  }
313
  },
314
  "failures": []
 
319
  "local": {
320
  "path": "repo:docs/data/project_brief.json",
321
  "exists": true,
322
+ "bytes": 2585,
323
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
324
  },
325
  "mirrors": {
326
  "hf_space": {
327
  "path": "hf_space:data/project_brief.json",
328
  "exists": true,
329
+ "bytes": 2585,
330
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
331
  },
332
  "hf_artifacts": {
333
  "path": "hf_artifacts:docs/data/project_brief.json",
334
  "exists": true,
335
+ "bytes": 2585,
336
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
337
  },
338
  "hf_model": {
339
  "path": "hf_model:metrics/project_brief.json",
340
  "exists": true,
341
+ "bytes": 2585,
342
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
343
  }
344
  },
345
  "failures": []
 
350
  "local": {
351
  "path": "repo:docs/data/project_manifest.json",
352
  "exists": true,
353
+ "bytes": 4643,
354
+ "sha256": "b02ca0064bb6eea07abdcf4ff4aacde06a291f94679b79ca599052848a269b49"
355
  },
356
  "mirrors": {
357
  "hf_space": {
358
  "path": "hf_space:data/project_manifest.json",
359
  "exists": true,
360
+ "bytes": 4643,
361
+ "sha256": "b02ca0064bb6eea07abdcf4ff4aacde06a291f94679b79ca599052848a269b49"
362
  },
363
  "hf_artifacts": {
364
  "path": "hf_artifacts:docs/data/project_manifest.json",
365
  "exists": true,
366
+ "bytes": 4643,
367
+ "sha256": "b02ca0064bb6eea07abdcf4ff4aacde06a291f94679b79ca599052848a269b49"
368
  },
369
  "hf_model": {
370
  "path": "hf_model:metrics/project_manifest.json",
371
  "exists": true,
372
+ "bytes": 4643,
373
+ "sha256": "b02ca0064bb6eea07abdcf4ff4aacde06a291f94679b79ca599052848a269b49"
374
  }
375
  },
376
  "failures": []
 
381
  "local": {
382
  "path": "repo:docs/data/project_packet.json",
383
  "exists": true,
384
+ "bytes": 7627,
385
+ "sha256": "9b36df95df2a391b93282bbf465dca1594fe3edac96bad128aa331b0b835921a"
386
  },
387
  "mirrors": {
388
  "hf_space": {
389
  "path": "hf_space:data/project_packet.json",
390
  "exists": true,
391
+ "bytes": 7627,
392
+ "sha256": "9b36df95df2a391b93282bbf465dca1594fe3edac96bad128aa331b0b835921a"
393
  },
394
  "hf_artifacts": {
395
  "path": "hf_artifacts:docs/data/project_packet.json",
396
  "exists": true,
397
+ "bytes": 7627,
398
+ "sha256": "9b36df95df2a391b93282bbf465dca1594fe3edac96bad128aa331b0b835921a"
399
  },
400
  "hf_model": {
401
  "path": "hf_model:metrics/project_packet.json",
402
  "exists": true,
403
+ "bytes": 7627,
404
+ "sha256": "9b36df95df2a391b93282bbf465dca1594fe3edac96bad128aa331b0b835921a"
405
  }
406
  },
407
  "failures": []
 
412
  "local": {
413
  "path": "repo:docs/data/project_status.json",
414
  "exists": true,
415
+ "bytes": 8930,
416
+ "sha256": "b4f0fd7644009ff4baeb98c05beb6b8bca86b166fdb6a7dc4f263a61a7ca13dd"
417
  },
418
  "mirrors": {
419
  "hf_space": {
420
  "path": "hf_space:data/project_status.json",
421
  "exists": true,
422
+ "bytes": 8930,
423
+ "sha256": "b4f0fd7644009ff4baeb98c05beb6b8bca86b166fdb6a7dc4f263a61a7ca13dd"
424
  },
425
  "hf_artifacts": {
426
  "path": "hf_artifacts:docs/data/project_status.json",
427
  "exists": true,
428
+ "bytes": 8930,
429
+ "sha256": "b4f0fd7644009ff4baeb98c05beb6b8bca86b166fdb6a7dc4f263a61a7ca13dd"
430
  },
431
  "hf_model": {
432
  "path": "hf_model:metrics/project_status.json",
433
  "exists": true,
434
+ "bytes": 8930,
435
+ "sha256": "b4f0fd7644009ff4baeb98c05beb6b8bca86b166fdb6a7dc4f263a61a7ca13dd"
436
  }
437
  },
438
  "failures": []
 
443
  "local": {
444
  "path": "repo:docs/data/publication_audit.json",
445
  "exists": true,
446
+ "bytes": 7289,
447
+ "sha256": "a019468bf2be313087ffa4b11088ccc633ac0482be38b2bf13e23540364be466"
448
  },
449
  "mirrors": {
450
  "hf_space": {
451
  "path": "hf_space:data/publication_audit.json",
452
  "exists": true,
453
+ "bytes": 7289,
454
+ "sha256": "a019468bf2be313087ffa4b11088ccc633ac0482be38b2bf13e23540364be466"
455
  },
456
  "hf_artifacts": {
457
  "path": "hf_artifacts:docs/data/publication_audit.json",
458
  "exists": true,
459
+ "bytes": 7289,
460
+ "sha256": "a019468bf2be313087ffa4b11088ccc633ac0482be38b2bf13e23540364be466"
461
  },
462
  "hf_model": {
463
  "path": "hf_model:metrics/publication_audit.json",
464
  "exists": true,
465
+ "bytes": 7289,
466
+ "sha256": "a019468bf2be313087ffa4b11088ccc633ac0482be38b2bf13e23540364be466"
467
  }
468
  },
469
  "failures": []
 
474
  "local": {
475
  "path": "repo:docs/data/public_surface_qa.json",
476
  "exists": true,
477
+ "bytes": 5631,
478
+ "sha256": "0f61bee108f0dc72f48c4edd0ca194fc5d108bb0c5cb7bcc86c6eaa56f5fae64"
479
  },
480
  "mirrors": {
481
  "hf_space": {
482
  "path": "hf_space:data/public_surface_qa.json",
483
  "exists": true,
484
+ "bytes": 5631,
485
+ "sha256": "0f61bee108f0dc72f48c4edd0ca194fc5d108bb0c5cb7bcc86c6eaa56f5fae64"
486
  },
487
  "hf_artifacts": {
488
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
489
  "exists": true,
490
+ "bytes": 5631,
491
+ "sha256": "0f61bee108f0dc72f48c4edd0ca194fc5d108bb0c5cb7bcc86c6eaa56f5fae64"
492
  },
493
  "hf_model": {
494
  "path": "hf_model:metrics/public_surface_qa.json",
495
  "exists": true,
496
+ "bytes": 5631,
497
+ "sha256": "0f61bee108f0dc72f48c4edd0ca194fc5d108bb0c5cb7bcc86c6eaa56f5fae64"
498
  }
499
  },
500
  "failures": []
 
505
  "local": {
506
  "path": "repo:docs/data/quality_gates.json",
507
  "exists": true,
508
+ "bytes": 8118,
509
+ "sha256": "595b2e050028b612b57ecfb5086c66bdf5040be90250430537cbd9e1b9c09e76"
510
  },
511
  "mirrors": {
512
  "hf_space": {
513
  "path": "hf_space:data/quality_gates.json",
514
  "exists": true,
515
+ "bytes": 8118,
516
+ "sha256": "595b2e050028b612b57ecfb5086c66bdf5040be90250430537cbd9e1b9c09e76"
517
  },
518
  "hf_artifacts": {
519
  "path": "hf_artifacts:docs/data/quality_gates.json",
520
  "exists": true,
521
+ "bytes": 8118,
522
+ "sha256": "595b2e050028b612b57ecfb5086c66bdf5040be90250430537cbd9e1b9c09e76"
523
  },
524
  "hf_model": {
525
  "path": "hf_model:metrics/quality_gates.json",
526
  "exists": true,
527
+ "bytes": 8118,
528
+ "sha256": "595b2e050028b612b57ecfb5086c66bdf5040be90250430537cbd9e1b9c09e76"
529
  }
530
  },
531
  "failures": []
 
567
  "local": {
568
  "path": "repo:docs/data/reproducibility_matrix.json",
569
  "exists": true,
570
+ "bytes": 5229,
571
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
572
  },
573
  "mirrors": {
574
  "hf_space": {
575
  "path": "hf_space:data/reproducibility_matrix.json",
576
  "exists": true,
577
+ "bytes": 5229,
578
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
579
  },
580
  "hf_artifacts": {
581
  "path": "hf_artifacts:docs/data/reproducibility_matrix.json",
582
  "exists": true,
583
+ "bytes": 5229,
584
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
585
  },
586
  "hf_model": {
587
  "path": "hf_model:metrics/reproducibility_matrix.json",
588
  "exists": true,
589
+ "bytes": 5229,
590
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
591
  }
592
  },
593
  "failures": []
 
598
  "local": {
599
  "path": "repo:docs/data/research_roadmap.json",
600
  "exists": true,
601
+ "bytes": 5726,
602
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
603
  },
604
  "mirrors": {
605
  "hf_space": {
606
  "path": "hf_space:data/research_roadmap.json",
607
  "exists": true,
608
+ "bytes": 5726,
609
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
610
  },
611
  "hf_artifacts": {
612
  "path": "hf_artifacts:docs/data/research_roadmap.json",
613
  "exists": true,
614
+ "bytes": 5726,
615
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
616
  },
617
  "hf_model": {
618
  "path": "hf_model:metrics/research_roadmap.json",
619
  "exists": true,
620
+ "bytes": 5726,
621
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
622
  }
623
  },
624
  "failures": []
 
629
  "local": {
630
  "path": "repo:docs/data/research_roadmap_interactive.json",
631
  "exists": true,
632
+ "bytes": 131473,
633
+ "sha256": "c0e2f4872c7192995307967d27bf9c329ae88c685688e3f128f68e3fdc48e780"
634
  },
635
  "mirrors": {
636
  "hf_space": {
637
  "path": "hf_space:data/research_roadmap_interactive.json",
638
  "exists": true,
639
+ "bytes": 131473,
640
+ "sha256": "c0e2f4872c7192995307967d27bf9c329ae88c685688e3f128f68e3fdc48e780"
641
  },
642
  "hf_artifacts": {
643
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
644
  "exists": true,
645
+ "bytes": 131473,
646
+ "sha256": "c0e2f4872c7192995307967d27bf9c329ae88c685688e3f128f68e3fdc48e780"
647
  },
648
  "hf_model": {
649
  "path": "hf_model:metrics/research_roadmap_interactive.json",
650
  "exists": true,
651
+ "bytes": 131473,
652
+ "sha256": "c0e2f4872c7192995307967d27bf9c329ae88c685688e3f128f68e3fdc48e780"
653
  }
654
  },
655
  "failures": []
 
660
  "local": {
661
  "path": "repo:docs/data/research_takeaways.json",
662
  "exists": true,
663
+ "bytes": 6821,
664
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
665
  },
666
  "mirrors": {
667
  "hf_space": {
668
  "path": "hf_space:data/research_takeaways.json",
669
  "exists": true,
670
+ "bytes": 6821,
671
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
672
  },
673
  "hf_artifacts": {
674
  "path": "hf_artifacts:docs/data/research_takeaways.json",
675
  "exists": true,
676
+ "bytes": 6821,
677
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
678
  },
679
  "hf_model": {
680
  "path": "hf_model:metrics/research_takeaways.json",
681
  "exists": true,
682
+ "bytes": 6821,
683
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
684
  }
685
  },
686
  "failures": []
 
691
  "local": {
692
  "path": "repo:docs/data/research_direction_extensions.json",
693
  "exists": true,
694
+ "bytes": 11903,
695
+ "sha256": "010e254b61de6cc199e8e710fb10d8304c8156835f5cbafb79202996a74c0c77"
696
  },
697
  "mirrors": {
698
  "hf_space": {
699
  "path": "hf_space:data/research_direction_extensions.json",
700
  "exists": true,
701
+ "bytes": 11903,
702
+ "sha256": "010e254b61de6cc199e8e710fb10d8304c8156835f5cbafb79202996a74c0c77"
703
  },
704
  "hf_artifacts": {
705
  "path": "hf_artifacts:docs/data/research_direction_extensions.json",
706
  "exists": true,
707
+ "bytes": 11903,
708
+ "sha256": "010e254b61de6cc199e8e710fb10d8304c8156835f5cbafb79202996a74c0c77"
709
  },
710
  "hf_model": {
711
  "path": "hf_model:metrics/research_direction_extensions.json",
712
  "exists": true,
713
+ "bytes": 11903,
714
+ "sha256": "010e254b61de6cc199e8e710fb10d8304c8156835f5cbafb79202996a74c0c77"
715
  }
716
  },
717
  "failures": []
 
723
  "path": "repo:docs/data/research_directions.json",
724
  "exists": true,
725
  "bytes": 14414,
726
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
727
  },
728
  "mirrors": {
729
  "hf_space": {
730
  "path": "hf_space:data/research_directions.json",
731
  "exists": true,
732
  "bytes": 14414,
733
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
734
  },
735
  "hf_artifacts": {
736
  "path": "hf_artifacts:docs/data/research_directions.json",
737
  "exists": true,
738
  "bytes": 14414,
739
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
740
  },
741
  "hf_model": {
742
  "path": "hf_model:metrics/research_directions.json",
743
  "exists": true,
744
  "bytes": 14414,
745
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
746
  }
747
  },
748
  "failures": []
 
754
  "path": "repo:docs/data/scope_claims_audit.json",
755
  "exists": true,
756
  "bytes": 20066,
757
+ "sha256": "93476525ab34432a84fc3093eee367b8dcbb913a30faa1244bfb6dba45d50161"
758
  },
759
  "mirrors": {
760
  "hf_space": {
761
  "path": "hf_space:data/scope_claims_audit.json",
762
  "exists": true,
763
  "bytes": 20066,
764
+ "sha256": "93476525ab34432a84fc3093eee367b8dcbb913a30faa1244bfb6dba45d50161"
765
  },
766
  "hf_artifacts": {
767
  "path": "hf_artifacts:docs/data/scope_claims_audit.json",
768
  "exists": true,
769
  "bytes": 20066,
770
+ "sha256": "93476525ab34432a84fc3093eee367b8dcbb913a30faa1244bfb6dba45d50161"
771
  },
772
  "hf_model": {
773
  "path": "hf_model:metrics/scope_claims_audit.json",
774
  "exists": true,
775
  "bytes": 20066,
776
+ "sha256": "93476525ab34432a84fc3093eee367b8dcbb913a30faa1244bfb6dba45d50161"
777
  }
778
  },
779
  "failures": []
 
784
  "local": {
785
  "path": "repo:docs/data/single_episode_explorer.json",
786
  "exists": true,
787
+ "bytes": 4297465,
788
+ "sha256": "89481cb9c11e923aef55dddd50b41a6fcc20ebf83efa94eb71df73b7782561f5"
789
  },
790
  "mirrors": {
791
  "hf_space": {
792
  "path": "hf_space:data/single_episode_explorer.json",
793
  "exists": true,
794
+ "bytes": 4297465,
795
+ "sha256": "89481cb9c11e923aef55dddd50b41a6fcc20ebf83efa94eb71df73b7782561f5"
796
  },
797
  "hf_artifacts": {
798
  "path": "hf_artifacts:docs/data/single_episode_explorer.json",
799
  "exists": true,
800
+ "bytes": 4297465,
801
+ "sha256": "89481cb9c11e923aef55dddd50b41a6fcc20ebf83efa94eb71df73b7782561f5"
802
  },
803
  "hf_model": {
804
  "path": "hf_model:metrics/single_episode_explorer.json",
805
  "exists": true,
806
+ "bytes": 4297465,
807
+ "sha256": "89481cb9c11e923aef55dddd50b41a6fcc20ebf83efa94eb71df73b7782561f5"
808
  }
809
  },
810
  "failures": []
 
816
  "path": "repo:docs/data/source_alignment_audit.json",
817
  "exists": true,
818
  "bytes": 4432,
819
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
820
  },
821
  "mirrors": {
822
  "hf_space": {
823
  "path": "hf_space:data/source_alignment_audit.json",
824
  "exists": true,
825
  "bytes": 4432,
826
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
827
  },
828
  "hf_artifacts": {
829
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
830
  "exists": true,
831
  "bytes": 4432,
832
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
833
  },
834
  "hf_model": {
835
  "path": "hf_model:metrics/source_alignment_audit.json",
836
  "exists": true,
837
  "bytes": 4432,
838
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
839
  }
840
  },
841
  "failures": []
 
846
  "local": {
847
  "path": "repo:docs/data/summary_metrics.json",
848
  "exists": true,
849
+ "bytes": 25260,
850
+ "sha256": "e53e0a6151df2dd0bf02467421abf5a8e7655b88a21b6ce984786adca5d4cc43"
851
  },
852
  "mirrors": {
853
  "hf_space": {
854
  "path": "hf_space:data/summary_metrics.json",
855
  "exists": true,
856
+ "bytes": 25260,
857
+ "sha256": "e53e0a6151df2dd0bf02467421abf5a8e7655b88a21b6ce984786adca5d4cc43"
858
  },
859
  "hf_artifacts": {
860
  "path": "hf_artifacts:docs/data/summary_metrics.json",
861
  "exists": true,
862
+ "bytes": 25260,
863
+ "sha256": "e53e0a6151df2dd0bf02467421abf5a8e7655b88a21b6ce984786adca5d4cc43"
864
  },
865
  "hf_model": {
866
  "path": "hf_model:metrics/summary_metrics.json",
867
  "exists": true,
868
+ "bytes": 25260,
869
+ "sha256": "e53e0a6151df2dd0bf02467421abf5a8e7655b88a21b6ce984786adca5d4cc43"
870
  }
871
  },
872
  "failures": []
 
877
  "local": {
878
  "path": "repo:docs/data/task_surface_integrity.json",
879
  "exists": true,
880
+ "bytes": 45779,
881
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33"
882
  },
883
  "mirrors": {
884
  "hf_space": {
885
  "path": "hf_space:data/task_surface_integrity.json",
886
  "exists": true,
887
+ "bytes": 45779,
888
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33"
889
  },
890
  "hf_artifacts": {
891
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
892
  "exists": true,
893
+ "bytes": 45779,
894
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33"
895
  },
896
  "hf_model": {
897
  "path": "hf_model:metrics/task_surface_integrity.json",
898
  "exists": true,
899
+ "bytes": 45779,
900
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33"
901
  }
902
  },
903
  "failures": []
 
908
  "local": {
909
  "path": "repo:docs/data/task_walkthroughs.json",
910
  "exists": true,
911
+ "bytes": 26963,
912
+ "sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a"
913
  },
914
  "mirrors": {
915
  "hf_space": {
916
  "path": "hf_space:data/task_walkthroughs.json",
917
  "exists": true,
918
+ "bytes": 26963,
919
+ "sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a"
920
  },
921
  "hf_artifacts": {
922
  "path": "hf_artifacts:docs/data/task_walkthroughs.json",
923
  "exists": true,
924
+ "bytes": 26963,
925
+ "sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a"
926
  },
927
  "hf_model": {
928
  "path": "hf_model:metrics/task_walkthroughs.json",
929
  "exists": true,
930
+ "bytes": 26963,
931
+ "sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a"
932
  }
933
  },
934
  "failures": []
 
939
  "local": {
940
  "path": "repo:docs/data/website_integrity.json",
941
  "exists": true,
942
+ "bytes": 14718,
943
+ "sha256": "96372b1d3297dd81a393010264d4d92204bd140838aa7a81f227fea7d88b5fb9"
944
  },
945
  "mirrors": {
946
  "hf_space": {
947
  "path": "hf_space:data/website_integrity.json",
948
  "exists": true,
949
+ "bytes": 14718,
950
+ "sha256": "96372b1d3297dd81a393010264d4d92204bd140838aa7a81f227fea7d88b5fb9"
951
  },
952
  "hf_artifacts": {
953
  "path": "hf_artifacts:docs/data/website_integrity.json",
954
  "exists": true,
955
+ "bytes": 14718,
956
+ "sha256": "96372b1d3297dd81a393010264d4d92204bd140838aa7a81f227fea7d88b5fb9"
957
  },
958
  "hf_model": {
959
  "path": "hf_model:metrics/website_integrity.json",
960
  "exists": true,
961
+ "bytes": 14718,
962
+ "sha256": "96372b1d3297dd81a393010264d4d92204bd140838aa7a81f227fea7d88b5fb9"
963
  }
964
  },
965
  "failures": []
 
970
  "local": {
971
  "path": "repo:docs/data/xperience10m_dataset_card_alignment.json",
972
  "exists": true,
973
+ "bytes": 7559,
974
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
975
  },
976
  "mirrors": {
977
  "hf_space": {
978
  "path": "hf_space:data/xperience10m_dataset_card_alignment.json",
979
  "exists": true,
980
+ "bytes": 7559,
981
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
982
  },
983
  "hf_artifacts": {
984
  "path": "hf_artifacts:docs/data/xperience10m_dataset_card_alignment.json",
985
  "exists": true,
986
+ "bytes": 7559,
987
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
988
  },
989
  "hf_model": {
990
  "path": "hf_model:metrics/xperience10m_dataset_card_alignment.json",
991
  "exists": true,
992
+ "bytes": 7559,
993
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
994
+ }
995
+ },
996
+ "failures": []
997
+ },
998
+ {
999
+ "name": "assets/charts/audio_ablation_delta.svg",
1000
+ "status": "pass",
1001
+ "local": {
1002
+ "path": "repo:docs/assets/charts/audio_ablation_delta.svg",
1003
+ "exists": true,
1004
+ "bytes": 4146,
1005
+ "sha256": "187dbabe01f9ff18841ff61a1e7fbf85bebdd188cc0f248bb5090d64528e7568"
1006
+ },
1007
+ "mirrors": {
1008
+ "hf_space": {
1009
+ "path": "hf_space:assets/charts/audio_ablation_delta.svg",
1010
+ "exists": true,
1011
+ "bytes": 4146,
1012
+ "sha256": "187dbabe01f9ff18841ff61a1e7fbf85bebdd188cc0f248bb5090d64528e7568"
1013
+ },
1014
+ "hf_artifacts_docs": {
1015
+ "path": "hf_artifacts:docs/assets/charts/audio_ablation_delta.svg",
1016
+ "exists": true,
1017
+ "bytes": 4146,
1018
+ "sha256": "187dbabe01f9ff18841ff61a1e7fbf85bebdd188cc0f248bb5090d64528e7568"
1019
+ },
1020
+ "hf_artifacts_card": {
1021
+ "path": "hf_artifacts:assets/charts/audio_ablation_delta.svg",
1022
+ "exists": true,
1023
+ "bytes": 4146,
1024
+ "sha256": "187dbabe01f9ff18841ff61a1e7fbf85bebdd188cc0f248bb5090d64528e7568"
1025
+ },
1026
+ "hf_model": {
1027
+ "path": "hf_model:assets/charts/audio_ablation_delta.svg",
1028
+ "exists": true,
1029
+ "bytes": 4146,
1030
+ "sha256": "187dbabe01f9ff18841ff61a1e7fbf85bebdd188cc0f248bb5090d64528e7568"
1031
  }
1032
  },
1033
  "failures": []
 
1297
  "local": {
1298
  "path": "repo:docs/assets/task_suite_infographic.png",
1299
  "exists": true,
1300
+ "bytes": 2612510,
1301
+ "sha256": "213d81f49d27e3f2560c79e29a017c017cbe38d8d605815bf3bc87834a1424ae"
1302
  },
1303
  "mirrors": {
1304
  "hf_space": {
1305
  "path": "hf_space:assets/task_suite_infographic.png",
1306
  "exists": true,
1307
+ "bytes": 2612510,
1308
+ "sha256": "213d81f49d27e3f2560c79e29a017c017cbe38d8d605815bf3bc87834a1424ae"
1309
  },
1310
  "hf_artifacts_docs": {
1311
  "path": "hf_artifacts:docs/assets/task_suite_infographic.png",
1312
  "exists": true,
1313
+ "bytes": 2612510,
1314
+ "sha256": "213d81f49d27e3f2560c79e29a017c017cbe38d8d605815bf3bc87834a1424ae"
1315
  },
1316
  "hf_artifacts_card": {
1317
  "path": "hf_artifacts:assets/task_suite_infographic.png",
1318
  "exists": true,
1319
+ "bytes": 2612510,
1320
+ "sha256": "213d81f49d27e3f2560c79e29a017c017cbe38d8d605815bf3bc87834a1424ae"
1321
  },
1322
  "hf_model": {
1323
  "path": "hf_model:assets/task_suite_infographic.png",
1324
  "exists": true,
1325
+ "bytes": 2612510,
1326
+ "sha256": "213d81f49d27e3f2560c79e29a017c017cbe38d8d605815bf3bc87834a1424ae"
1327
  }
1328
  },
1329
  "failures": []
 
1334
  "local": {
1335
  "path": "repo:docs/assets/pipeline_diagram.png",
1336
  "exists": true,
1337
+ "bytes": 707296,
1338
+ "sha256": "3eb7767a6ec78ef50847b79fad16e2438e84f449782f3fe8367417bece1e289c"
1339
  },
1340
  "mirrors": {
1341
  "hf_space": {
1342
  "path": "hf_space:assets/pipeline_diagram.png",
1343
  "exists": true,
1344
+ "bytes": 707296,
1345
+ "sha256": "3eb7767a6ec78ef50847b79fad16e2438e84f449782f3fe8367417bece1e289c"
1346
  },
1347
  "hf_artifacts_docs": {
1348
  "path": "hf_artifacts:docs/assets/pipeline_diagram.png",
1349
  "exists": true,
1350
+ "bytes": 707296,
1351
+ "sha256": "3eb7767a6ec78ef50847b79fad16e2438e84f449782f3fe8367417bece1e289c"
1352
  },
1353
  "hf_artifacts_card": {
1354
  "path": "hf_artifacts:assets/pipeline_diagram.png",
1355
  "exists": true,
1356
+ "bytes": 707296,
1357
+ "sha256": "3eb7767a6ec78ef50847b79fad16e2438e84f449782f3fe8367417bece1e289c"
1358
  },
1359
  "hf_model": {
1360
  "path": "hf_model:assets/pipeline_diagram.png",
1361
  "exists": true,
1362
+ "bytes": 707296,
1363
+ "sha256": "3eb7767a6ec78ef50847b79fad16e2438e84f449782f3fe8367417bece1e289c"
1364
  }
1365
  },
1366
  "failures": []
 
1371
  "local": {
1372
  "path": "repo:docs/assets/task_architectures.png",
1373
  "exists": true,
1374
+ "bytes": 767403,
1375
+ "sha256": "9e3b86acf7f7296eb7c4b1e5e74c7008f264ddce40485e0e923b1e2a2f2b8efe"
1376
  },
1377
  "mirrors": {
1378
  "hf_space": {
1379
  "path": "hf_space:assets/task_architectures.png",
1380
  "exists": true,
1381
+ "bytes": 767403,
1382
+ "sha256": "9e3b86acf7f7296eb7c4b1e5e74c7008f264ddce40485e0e923b1e2a2f2b8efe"
1383
  },
1384
  "hf_artifacts_docs": {
1385
  "path": "hf_artifacts:docs/assets/task_architectures.png",
1386
  "exists": true,
1387
+ "bytes": 767403,
1388
+ "sha256": "9e3b86acf7f7296eb7c4b1e5e74c7008f264ddce40485e0e923b1e2a2f2b8efe"
1389
  },
1390
  "hf_artifacts_card": {
1391
  "path": "hf_artifacts:assets/task_architectures.png",
1392
  "exists": true,
1393
+ "bytes": 767403,
1394
+ "sha256": "9e3b86acf7f7296eb7c4b1e5e74c7008f264ddce40485e0e923b1e2a2f2b8efe"
1395
  },
1396
  "hf_model": {
1397
  "path": "hf_model:assets/task_architectures.png",
1398
  "exists": true,
1399
+ "bytes": 767403,
1400
+ "sha256": "9e3b86acf7f7296eb7c4b1e5e74c7008f264ddce40485e0e923b1e2a2f2b8efe"
1401
  }
1402
  },
1403
  "failures": []
 
1661
  },
1662
  "failures": []
1663
  },
1664
+ {
1665
+ "name": "scripts/audio_ablation_and_raw_upgrade.py",
1666
+ "status": "pass",
1667
+ "local": {
1668
+ "path": "repo:scripts/audio_ablation_and_raw_upgrade.py",
1669
+ "exists": true,
1670
+ "bytes": 43144,
1671
+ "sha256": "f7e3a38ec906dac7ca55b13c49720bd41ed89a1fd994c7d54730a4de5dfd1b59"
1672
+ },
1673
+ "mirrors": {
1674
+ "hf_artifacts": {
1675
+ "path": "hf_artifacts:scripts/audio_ablation_and_raw_upgrade.py",
1676
+ "exists": true,
1677
+ "bytes": 43144,
1678
+ "sha256": "f7e3a38ec906dac7ca55b13c49720bd41ed89a1fd994c7d54730a4de5dfd1b59"
1679
+ },
1680
+ "hf_model": {
1681
+ "path": "hf_model:scripts/audio_ablation_and_raw_upgrade.py",
1682
+ "exists": true,
1683
+ "bytes": 43144,
1684
+ "sha256": "f7e3a38ec906dac7ca55b13c49720bd41ed89a1fd994c7d54730a4de5dfd1b59"
1685
+ }
1686
+ },
1687
+ "failures": []
1688
+ },
1689
  {
1690
  "name": "scripts/build_artifact_index.py",
1691
  "status": "pass",
1692
  "local": {
1693
  "path": "repo:scripts/build_artifact_index.py",
1694
  "exists": true,
1695
+ "bytes": 26566,
1696
+ "sha256": "982fcc36e6dfda3382662d1f1e1f539f27f45aaddd6503aad77a14145bcc1bf6"
1697
  },
1698
  "mirrors": {
1699
  "hf_artifacts": {
1700
  "path": "hf_artifacts:scripts/build_artifact_index.py",
1701
  "exists": true,
1702
+ "bytes": 26566,
1703
+ "sha256": "982fcc36e6dfda3382662d1f1e1f539f27f45aaddd6503aad77a14145bcc1bf6"
1704
  },
1705
  "hf_model": {
1706
  "path": "hf_model:scripts/build_artifact_index.py",
1707
  "exists": true,
1708
+ "bytes": 26566,
1709
+ "sha256": "982fcc36e6dfda3382662d1f1e1f539f27f45aaddd6503aad77a14145bcc1bf6"
1710
  }
1711
  },
1712
  "failures": []
 
1742
  "local": {
1743
  "path": "repo:scripts/build_evaluation_protocol.py",
1744
  "exists": true,
1745
+ "bytes": 16139,
1746
+ "sha256": "e2aaac38f451402971e03c004d32d5c5f8a05d67dc1820d6bf9b12d1da1a292f"
1747
  },
1748
  "mirrors": {
1749
  "hf_artifacts": {
1750
  "path": "hf_artifacts:scripts/build_evaluation_protocol.py",
1751
  "exists": true,
1752
+ "bytes": 16139,
1753
+ "sha256": "e2aaac38f451402971e03c004d32d5c5f8a05d67dc1820d6bf9b12d1da1a292f"
1754
  },
1755
  "hf_model": {
1756
  "path": "hf_model:scripts/build_evaluation_protocol.py",
1757
  "exists": true,
1758
+ "bytes": 16139,
1759
+ "sha256": "e2aaac38f451402971e03c004d32d5c5f8a05d67dc1820d6bf9b12d1da1a292f"
1760
  }
1761
  },
1762
  "failures": []
 
1792
  "local": {
1793
  "path": "repo:scripts/build_quality_gates.py",
1794
  "exists": true,
1795
+ "bytes": 11351,
1796
+ "sha256": "1a185999e568243fb480ba21d1fc181037a97136dec4e562b3b78fb1dd7d9ead"
1797
  },
1798
  "mirrors": {
1799
  "hf_artifacts": {
1800
  "path": "hf_artifacts:scripts/build_quality_gates.py",
1801
  "exists": true,
1802
+ "bytes": 11351,
1803
+ "sha256": "1a185999e568243fb480ba21d1fc181037a97136dec4e562b3b78fb1dd7d9ead"
1804
  },
1805
  "hf_model": {
1806
  "path": "hf_model:scripts/build_quality_gates.py",
1807
  "exists": true,
1808
+ "bytes": 11351,
1809
+ "sha256": "1a185999e568243fb480ba21d1fc181037a97136dec4e562b3b78fb1dd7d9ead"
1810
  }
1811
  },
1812
  "failures": []
 
1817
  "local": {
1818
  "path": "repo:scripts/build_public_surface_qa.py",
1819
  "exists": true,
1820
+ "bytes": 11872,
1821
+ "sha256": "3ec688d5262d099b480bda674b858834d5d66b8085c0777a2435e58279f37d9d"
1822
  },
1823
  "mirrors": {
1824
  "hf_artifacts": {
1825
  "path": "hf_artifacts:scripts/build_public_surface_qa.py",
1826
  "exists": true,
1827
+ "bytes": 11872,
1828
+ "sha256": "3ec688d5262d099b480bda674b858834d5d66b8085c0777a2435e58279f37d9d"
1829
  },
1830
  "hf_model": {
1831
  "path": "hf_model:scripts/build_public_surface_qa.py",
1832
  "exists": true,
1833
+ "bytes": 11872,
1834
+ "sha256": "3ec688d5262d099b480bda674b858834d5d66b8085c0777a2435e58279f37d9d"
1835
  }
1836
  },
1837
  "failures": []
 
1867
  "local": {
1868
  "path": "repo:scripts/build_interactive_research_roadmap.py",
1869
  "exists": true,
1870
+ "bytes": 10167,
1871
+ "sha256": "36d860fe9434937e0b6b8b342013409344c27f6cae5dbc5758b4e58d104ba799"
1872
  },
1873
  "mirrors": {
1874
  "hf_artifacts": {
1875
  "path": "hf_artifacts:scripts/build_interactive_research_roadmap.py",
1876
  "exists": true,
1877
+ "bytes": 10167,
1878
+ "sha256": "36d860fe9434937e0b6b8b342013409344c27f6cae5dbc5758b4e58d104ba799"
1879
  },
1880
  "hf_model": {
1881
  "path": "hf_model:scripts/build_interactive_research_roadmap.py",
1882
  "exists": true,
1883
+ "bytes": 10167,
1884
+ "sha256": "36d860fe9434937e0b6b8b342013409344c27f6cae5dbc5758b4e58d104ba799"
1885
  }
1886
  },
1887
  "failures": []
 
1892
  "local": {
1893
  "path": "repo:scripts/build_single_episode_explorer.py",
1894
  "exists": true,
1895
+ "bytes": 30200,
1896
+ "sha256": "57924e42243c76fb37dc36acb1c41932edd0467da7b2794ea6bd08603884b61a"
1897
  },
1898
  "mirrors": {
1899
  "hf_artifacts": {
1900
  "path": "hf_artifacts:scripts/build_single_episode_explorer.py",
1901
  "exists": true,
1902
+ "bytes": 30200,
1903
+ "sha256": "57924e42243c76fb37dc36acb1c41932edd0467da7b2794ea6bd08603884b61a"
1904
  },
1905
  "hf_model": {
1906
  "path": "hf_model:scripts/build_single_episode_explorer.py",
1907
  "exists": true,
1908
+ "bytes": 30200,
1909
+ "sha256": "57924e42243c76fb37dc36acb1c41932edd0467da7b2794ea6bd08603884b61a"
1910
  }
1911
  },
1912
  "failures": []
 
1917
  "local": {
1918
  "path": "repo:scripts/build_research_takeaways.py",
1919
  "exists": true,
1920
+ "bytes": 13285,
1921
+ "sha256": "19baa1dbe3e4454e040bb1b2fc711e1dd5ce5280ee19bfc01b01cca854006d38"
1922
  },
1923
  "mirrors": {
1924
  "hf_artifacts": {
1925
  "path": "hf_artifacts:scripts/build_research_takeaways.py",
1926
  "exists": true,
1927
+ "bytes": 13285,
1928
+ "sha256": "19baa1dbe3e4454e040bb1b2fc711e1dd5ce5280ee19bfc01b01cca854006d38"
1929
  },
1930
  "hf_model": {
1931
  "path": "hf_model:scripts/build_research_takeaways.py",
1932
  "exists": true,
1933
+ "bytes": 13285,
1934
+ "sha256": "19baa1dbe3e4454e040bb1b2fc711e1dd5ce5280ee19bfc01b01cca854006d38"
1935
  }
1936
  },
1937
  "failures": []
 
1942
  "local": {
1943
  "path": "repo:scripts/single_episode_diagnostics.py",
1944
  "exists": true,
1945
+ "bytes": 57814,
1946
+ "sha256": "51523e67db90c1dd2b803d6e4f81ba2dbe5d059c1ffb95ede4f74cf4d900bec3"
1947
  },
1948
  "mirrors": {
1949
  "hf_artifacts": {
1950
  "path": "hf_artifacts:scripts/single_episode_diagnostics.py",
1951
  "exists": true,
1952
+ "bytes": 57814,
1953
+ "sha256": "51523e67db90c1dd2b803d6e4f81ba2dbe5d059c1ffb95ede4f74cf4d900bec3"
1954
  },
1955
  "hf_model": {
1956
  "path": "hf_model:scripts/single_episode_diagnostics.py",
1957
  "exists": true,
1958
+ "bytes": 57814,
1959
+ "sha256": "51523e67db90c1dd2b803d6e4f81ba2dbe5d059c1ffb95ede4f74cf4d900bec3"
1960
  }
1961
  },
1962
  "failures": []
 
1967
  "local": {
1968
  "path": "repo:scripts/verify_live_publication.py",
1969
  "exists": true,
1970
+ "bytes": 34779,
1971
+ "sha256": "73c45e1ae1b7509b9f2c54cf42424c9ac0aab8a9e54be58fc488eaa2a696acc7"
1972
  },
1973
  "mirrors": {
1974
  "hf_artifacts": {
1975
  "path": "hf_artifacts:scripts/verify_live_publication.py",
1976
  "exists": true,
1977
+ "bytes": 34779,
1978
+ "sha256": "73c45e1ae1b7509b9f2c54cf42424c9ac0aab8a9e54be58fc488eaa2a696acc7"
1979
  },
1980
  "hf_model": {
1981
  "path": "hf_model:scripts/verify_live_publication.py",
1982
  "exists": true,
1983
+ "bytes": 34779,
1984
+ "sha256": "73c45e1ae1b7509b9f2c54cf42424c9ac0aab8a9e54be58fc488eaa2a696acc7"
1985
  }
1986
  },
1987
  "failures": []
 
1992
  "local": {
1993
  "path": "repo:scripts/validate_mirror_parity.py",
1994
  "exists": true,
1995
+ "bytes": 12510,
1996
+ "sha256": "4117c8e845d2cb09994438dd1c57d7ed5f2f69e38876506609271f83463bea25"
1997
  },
1998
  "mirrors": {
1999
  "hf_artifacts": {
2000
  "path": "hf_artifacts:scripts/validate_mirror_parity.py",
2001
  "exists": true,
2002
+ "bytes": 12510,
2003
+ "sha256": "4117c8e845d2cb09994438dd1c57d7ed5f2f69e38876506609271f83463bea25"
2004
  },
2005
  "hf_model": {
2006
  "path": "hf_model:scripts/validate_mirror_parity.py",
2007
  "exists": true,
2008
+ "bytes": 12510,
2009
+ "sha256": "4117c8e845d2cb09994438dd1c57d7ed5f2f69e38876506609271f83463bea25"
2010
  }
2011
  },
2012
  "failures": []
 
2017
  "local": {
2018
  "path": "repo:scripts/validate_publication_package.py",
2019
  "exists": true,
2020
+ "bytes": 19276,
2021
+ "sha256": "861b599ed7df030942e179cb8e9e68b5395a11e97d01d2775ecd5c9c2a3916d2"
2022
  },
2023
  "mirrors": {
2024
  "hf_artifacts": {
2025
  "path": "hf_artifacts:scripts/validate_publication_package.py",
2026
  "exists": true,
2027
+ "bytes": 19276,
2028
+ "sha256": "861b599ed7df030942e179cb8e9e68b5395a11e97d01d2775ecd5c9c2a3916d2"
2029
  },
2030
  "hf_model": {
2031
  "path": "hf_model:scripts/validate_publication_package.py",
2032
  "exists": true,
2033
+ "bytes": 19276,
2034
+ "sha256": "861b599ed7df030942e179cb8e9e68b5395a11e97d01d2775ecd5c9c2a3916d2"
2035
  }
2036
  },
2037
  "failures": []
 
2067
  "local": {
2068
  "path": "repo:scripts/validate_source_alignment.py",
2069
  "exists": true,
2070
+ "bytes": 15831,
2071
+ "sha256": "6f48190ca77dd6ba9dd2f821d5ace7e33bd9b4d9d76adb7237cc51ddb88de239"
2072
  },
2073
  "mirrors": {
2074
  "hf_artifacts": {
2075
  "path": "hf_artifacts:scripts/validate_source_alignment.py",
2076
  "exists": true,
2077
+ "bytes": 15831,
2078
+ "sha256": "6f48190ca77dd6ba9dd2f821d5ace7e33bd9b4d9d76adb7237cc51ddb88de239"
2079
  },
2080
  "hf_model": {
2081
  "path": "hf_model:scripts/validate_source_alignment.py",
2082
  "exists": true,
2083
+ "bytes": 15831,
2084
+ "sha256": "6f48190ca77dd6ba9dd2f821d5ace7e33bd9b4d9d76adb7237cc51ddb88de239"
2085
  }
2086
  },
2087
  "failures": []
 
2142
  "local": {
2143
  "path": "repo:scripts/publish_hf_bundles.py",
2144
  "exists": true,
2145
+ "bytes": 9997,
2146
+ "sha256": "b1482905fac18e598337b2f42028f7ffa46ba71a28726e473dc7cd2af1c70f9c"
2147
  },
2148
  "mirrors": {
2149
  "hf_artifacts": {
2150
  "path": "hf_artifacts:scripts/publish_hf_bundles.py",
2151
  "exists": true,
2152
+ "bytes": 9997,
2153
+ "sha256": "b1482905fac18e598337b2f42028f7ffa46ba71a28726e473dc7cd2af1c70f9c"
2154
  },
2155
  "hf_model": {
2156
  "path": "hf_model:scripts/publish_hf_bundles.py",
2157
  "exists": true,
2158
+ "bytes": 9997,
2159
+ "sha256": "b1482905fac18e598337b2f42028f7ffa46ba71a28726e473dc7cd2af1c70f9c"
2160
  }
2161
  },
2162
  "failures": []
 
2217
  "local": {
2218
  "path": "repo:docs/index.html",
2219
  "exists": true,
2220
+ "bytes": 170233,
2221
+ "sha256": "669d8f0e4f278802df86787e4e69efa87e301091bb4c83ac388670c0d456c881"
2222
  },
2223
  "mirrors": {
2224
  "hf_space": {
2225
  "path": "hf_space:index.html",
2226
  "exists": true,
2227
+ "bytes": 170233,
2228
+ "sha256": "669d8f0e4f278802df86787e4e69efa87e301091bb4c83ac388670c0d456c881"
2229
  },
2230
  "hf_artifacts_docs": {
2231
  "path": "hf_artifacts:docs/index.html",
2232
  "exists": true,
2233
+ "bytes": 170233,
2234
+ "sha256": "669d8f0e4f278802df86787e4e69efa87e301091bb4c83ac388670c0d456c881"
2235
  }
2236
  },
2237
  "failures": []
 
2242
  "local": {
2243
  "path": "repo:docs/research_roadmap.html",
2244
  "exists": true,
2245
+ "bytes": 31593,
2246
+ "sha256": "05864ee10e582a4c05a5f1cdda4ae92a387c457375f4c7631fd303de96ad0c98"
2247
  },
2248
  "mirrors": {
2249
  "hf_space": {
2250
  "path": "hf_space:research_roadmap.html",
2251
  "exists": true,
2252
+ "bytes": 31593,
2253
+ "sha256": "05864ee10e582a4c05a5f1cdda4ae92a387c457375f4c7631fd303de96ad0c98"
2254
  },
2255
  "hf_artifacts_docs": {
2256
  "path": "hf_artifacts:docs/research_roadmap.html",
2257
  "exists": true,
2258
+ "bytes": 31593,
2259
+ "sha256": "05864ee10e582a4c05a5f1cdda4ae92a387c457375f4c7631fd303de96ad0c98"
2260
  }
2261
  },
2262
  "failures": []
 
2267
  "local": {
2268
  "path": "repo:docs/single_episode_explorer.html",
2269
  "exists": true,
2270
+ "bytes": 2766828,
2271
+ "sha256": "19feb5e101ef50ec9f2a03e608ac75da68d642a2a38f20bd475635f0928279f0"
2272
  },
2273
  "mirrors": {
2274
  "hf_space": {
2275
  "path": "hf_space:single_episode_explorer.html",
2276
  "exists": true,
2277
+ "bytes": 2766828,
2278
+ "sha256": "19feb5e101ef50ec9f2a03e608ac75da68d642a2a38f20bd475635f0928279f0"
2279
  },
2280
  "hf_artifacts_docs": {
2281
  "path": "hf_artifacts:docs/single_episode_explorer.html",
2282
  "exists": true,
2283
+ "bytes": 2766828,
2284
+ "sha256": "19feb5e101ef50ec9f2a03e608ac75da68d642a2a38f20bd475635f0928279f0"
2285
  }
2286
  },
2287
  "failures": []
 
2311
  },
2312
  "failures": []
2313
  },
2314
+ {
2315
+ "name": "results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
2316
+ "status": "pass",
2317
+ "local": {
2318
+ "path": "repo:results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
2319
+ "exists": true,
2320
+ "bytes": 2166,
2321
+ "sha256": "9318bc55b1b051c384ce2fd6e7cd0a56becfa00185a0b597fdc474a40b1f17f9"
2322
+ },
2323
+ "mirrors": {
2324
+ "hf_space": {
2325
+ "path": "hf_space:results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
2326
+ "exists": true,
2327
+ "bytes": 2166,
2328
+ "sha256": "9318bc55b1b051c384ce2fd6e7cd0a56becfa00185a0b597fdc474a40b1f17f9"
2329
+ },
2330
+ "hf_artifacts": {
2331
+ "path": "hf_artifacts:results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
2332
+ "exists": true,
2333
+ "bytes": 2166,
2334
+ "sha256": "9318bc55b1b051c384ce2fd6e7cd0a56becfa00185a0b597fdc474a40b1f17f9"
2335
+ },
2336
+ "hf_model": {
2337
+ "path": "hf_model:results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
2338
+ "exists": true,
2339
+ "bytes": 2166,
2340
+ "sha256": "9318bc55b1b051c384ce2fd6e7cd0a56becfa00185a0b597fdc474a40b1f17f9"
2341
+ }
2342
+ },
2343
+ "failures": []
2344
+ },
2345
+ {
2346
+ "name": "results/audio_ablation/audio_ablation_metrics.csv",
2347
+ "status": "pass",
2348
+ "local": {
2349
+ "path": "repo:results/audio_ablation/audio_ablation_metrics.csv",
2350
+ "exists": true,
2351
+ "bytes": 24446,
2352
+ "sha256": "674efea54e1be2c835d6c473c9df54ef02fc34e5f2be37728722d914892c8854"
2353
+ },
2354
+ "mirrors": {
2355
+ "hf_space": {
2356
+ "path": "hf_space:results/audio_ablation/audio_ablation_metrics.csv",
2357
+ "exists": true,
2358
+ "bytes": 24446,
2359
+ "sha256": "674efea54e1be2c835d6c473c9df54ef02fc34e5f2be37728722d914892c8854"
2360
+ },
2361
+ "hf_artifacts": {
2362
+ "path": "hf_artifacts:results/audio_ablation/audio_ablation_metrics.csv",
2363
+ "exists": true,
2364
+ "bytes": 24446,
2365
+ "sha256": "674efea54e1be2c835d6c473c9df54ef02fc34e5f2be37728722d914892c8854"
2366
+ },
2367
+ "hf_model": {
2368
+ "path": "hf_model:results/audio_ablation/audio_ablation_metrics.csv",
2369
+ "exists": true,
2370
+ "bytes": 24446,
2371
+ "sha256": "674efea54e1be2c835d6c473c9df54ef02fc34e5f2be37728722d914892c8854"
2372
+ }
2373
+ },
2374
+ "failures": []
2375
+ },
2376
+ {
2377
+ "name": "results/audio_ablation/audio_ablation_summary.json",
2378
+ "status": "pass",
2379
+ "local": {
2380
+ "path": "repo:results/audio_ablation/audio_ablation_summary.json",
2381
+ "exists": true,
2382
+ "bytes": 9735,
2383
+ "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
2384
+ },
2385
+ "mirrors": {
2386
+ "hf_space": {
2387
+ "path": "hf_space:results/audio_ablation/audio_ablation_summary.json",
2388
+ "exists": true,
2389
+ "bytes": 9735,
2390
+ "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
2391
+ },
2392
+ "hf_artifacts": {
2393
+ "path": "hf_artifacts:results/audio_ablation/audio_ablation_summary.json",
2394
+ "exists": true,
2395
+ "bytes": 9735,
2396
+ "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
2397
+ },
2398
+ "hf_model": {
2399
+ "path": "hf_model:results/audio_ablation/audio_ablation_summary.json",
2400
+ "exists": true,
2401
+ "bytes": 9735,
2402
+ "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
2403
+ }
2404
+ },
2405
+ "failures": []
2406
+ },
2407
+ {
2408
+ "name": "results/audio_ablation/audio_delta_summary.csv",
2409
+ "status": "pass",
2410
+ "local": {
2411
+ "path": "repo:results/audio_ablation/audio_delta_summary.csv",
2412
+ "exists": true,
2413
+ "bytes": 2630,
2414
+ "sha256": "55638ba2387085e3d21fd58be05de060da572ae009b8019926ab4e1733540f91"
2415
+ },
2416
+ "mirrors": {
2417
+ "hf_space": {
2418
+ "path": "hf_space:results/audio_ablation/audio_delta_summary.csv",
2419
+ "exists": true,
2420
+ "bytes": 2630,
2421
+ "sha256": "55638ba2387085e3d21fd58be05de060da572ae009b8019926ab4e1733540f91"
2422
+ },
2423
+ "hf_artifacts": {
2424
+ "path": "hf_artifacts:results/audio_ablation/audio_delta_summary.csv",
2425
+ "exists": true,
2426
+ "bytes": 2630,
2427
+ "sha256": "55638ba2387085e3d21fd58be05de060da572ae009b8019926ab4e1733540f91"
2428
+ },
2429
+ "hf_model": {
2430
+ "path": "hf_model:results/audio_ablation/audio_delta_summary.csv",
2431
+ "exists": true,
2432
+ "bytes": 2630,
2433
+ "sha256": "55638ba2387085e3d21fd58be05de060da572ae009b8019926ab4e1733540f91"
2434
+ }
2435
+ },
2436
+ "failures": []
2437
+ },
2438
+ {
2439
+ "name": "results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz",
2440
+ "status": "pass",
2441
+ "local": {
2442
+ "path": "repo:results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz",
2443
+ "exists": true,
2444
+ "bytes": 2363664,
2445
+ "sha256": "6b61a3db5d21c89ba8cfb66b94006cb48640c5ba54d7d6ccd8835d7942534fa1"
2446
+ },
2447
+ "mirrors": {
2448
+ "hf_space": {
2449
+ "path": "hf_space:results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz",
2450
+ "exists": true,
2451
+ "bytes": 2363664,
2452
+ "sha256": "6b61a3db5d21c89ba8cfb66b94006cb48640c5ba54d7d6ccd8835d7942534fa1"
2453
+ },
2454
+ "hf_artifacts": {
2455
+ "path": "hf_artifacts:results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz",
2456
+ "exists": true,
2457
+ "bytes": 2363664,
2458
+ "sha256": "6b61a3db5d21c89ba8cfb66b94006cb48640c5ba54d7d6ccd8835d7942534fa1"
2459
+ },
2460
+ "hf_model": {
2461
+ "path": "hf_model:results/audio_ablation/raw_logmel_fisheye_cam0_sr16000_mels64_fft512_hop160.npz",
2462
+ "exists": true,
2463
+ "bytes": 2363664,
2464
+ "sha256": "6b61a3db5d21c89ba8cfb66b94006cb48640c5ba54d7d6ccd8835d7942534fa1"
2465
+ }
2466
+ },
2467
+ "failures": []
2468
+ },
2469
  {
2470
  "name": "results/single_episode_diagnostics/provenance.json",
2471
  "status": "pass",
2472
  "local": {
2473
  "path": "repo:results/single_episode_diagnostics/provenance.json",
2474
  "exists": true,
2475
+ "bytes": 4072,
2476
+ "sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466"
2477
  },
2478
  "mirrors": {
2479
  "hf_space": {
2480
  "path": "hf_space:results/single_episode_diagnostics/provenance.json",
2481
  "exists": true,
2482
+ "bytes": 4072,
2483
+ "sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466"
2484
  },
2485
  "hf_artifacts": {
2486
  "path": "hf_artifacts:results/single_episode_diagnostics/provenance.json",
2487
  "exists": true,
2488
+ "bytes": 4072,
2489
+ "sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466"
2490
  },
2491
  "hf_model": {
2492
  "path": "hf_model:results/single_episode_diagnostics/provenance.json",
2493
  "exists": true,
2494
+ "bytes": 4072,
2495
+ "sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466"
2496
  }
2497
  },
2498
  "failures": []
 
2503
  "local": {
2504
  "path": "repo:results/single_episode_diagnostics/README.md",
2505
  "exists": true,
2506
+ "bytes": 1060,
2507
+ "sha256": "95b9246a2fdeeb0ab234057a6238cd01d70e208f8fdcb340089e8682aac6c9f9"
2508
  },
2509
  "mirrors": {
2510
  "hf_space": {
2511
  "path": "hf_space:results/single_episode_diagnostics/README.md",
2512
  "exists": true,
2513
+ "bytes": 1060,
2514
+ "sha256": "95b9246a2fdeeb0ab234057a6238cd01d70e208f8fdcb340089e8682aac6c9f9"
2515
  },
2516
  "hf_artifacts": {
2517
  "path": "hf_artifacts:results/single_episode_diagnostics/README.md",
2518
  "exists": true,
2519
+ "bytes": 1060,
2520
+ "sha256": "95b9246a2fdeeb0ab234057a6238cd01d70e208f8fdcb340089e8682aac6c9f9"
2521
  },
2522
  "hf_model": {
2523
  "path": "hf_model:results/single_episode_diagnostics/README.md",
2524
  "exists": true,
2525
+ "bytes": 1060,
2526
+ "sha256": "95b9246a2fdeeb0ab234057a6238cd01d70e208f8fdcb340089e8682aac6c9f9"
2527
  }
2528
  },
2529
  "failures": []
 
2534
  "local": {
2535
  "path": "repo:results/single_episode_diagnostics/modality_ablation/ablation_metrics.csv",
2536
  "exists": true,
2537
+ "bytes": 27893,
2538
+ "sha256": "8ea11ccb28a6d622d4b729fe7ff447e315a50784631d69cdb06f39857284a780"
2539
  },
2540
  "mirrors": {
2541
  "hf_space": {
2542
  "path": "hf_space:results/single_episode_diagnostics/modality_ablation/ablation_metrics.csv",
2543
  "exists": true,
2544
+ "bytes": 27893,
2545
+ "sha256": "8ea11ccb28a6d622d4b729fe7ff447e315a50784631d69cdb06f39857284a780"
2546
  },
2547
  "hf_artifacts": {
2548
  "path": "hf_artifacts:results/single_episode_diagnostics/modality_ablation/ablation_metrics.csv",
2549
  "exists": true,
2550
+ "bytes": 27893,
2551
+ "sha256": "8ea11ccb28a6d622d4b729fe7ff447e315a50784631d69cdb06f39857284a780"
2552
  },
2553
  "hf_model": {
2554
  "path": "hf_model:results/single_episode_diagnostics/modality_ablation/ablation_metrics.csv",
2555
  "exists": true,
2556
+ "bytes": 27893,
2557
+ "sha256": "8ea11ccb28a6d622d4b729fe7ff447e315a50784631d69cdb06f39857284a780"
2558
  }
2559
  },
2560
  "failures": []
 
2565
  "local": {
2566
  "path": "repo:results/single_episode_diagnostics/modality_ablation/ablation_summary.json",
2567
  "exists": true,
2568
+ "bytes": 755,
2569
+ "sha256": "412b740e36b90f7fbad15c4c4fc46832ab8119d0c84f734b975a5a350836799f"
2570
  },
2571
  "mirrors": {
2572
  "hf_space": {
2573
  "path": "hf_space:results/single_episode_diagnostics/modality_ablation/ablation_summary.json",
2574
  "exists": true,
2575
+ "bytes": 755,
2576
+ "sha256": "412b740e36b90f7fbad15c4c4fc46832ab8119d0c84f734b975a5a350836799f"
2577
  },
2578
  "hf_artifacts": {
2579
  "path": "hf_artifacts:results/single_episode_diagnostics/modality_ablation/ablation_summary.json",
2580
  "exists": true,
2581
+ "bytes": 755,
2582
+ "sha256": "412b740e36b90f7fbad15c4c4fc46832ab8119d0c84f734b975a5a350836799f"
2583
  },
2584
  "hf_model": {
2585
  "path": "hf_model:results/single_episode_diagnostics/modality_ablation/ablation_summary.json",
2586
  "exists": true,
2587
+ "bytes": 755,
2588
+ "sha256": "412b740e36b90f7fbad15c4c4fc46832ab8119d0c84f734b975a5a350836799f"
2589
  }
2590
  },
2591
  "failures": []
 
2658
  "local": {
2659
  "path": "repo:results/single_episode_diagnostics/timeline_overlay/timeline_overlay.csv",
2660
  "exists": true,
2661
+ "bytes": 293339,
2662
+ "sha256": "b9fbdb43709e1c4fcea2632c3a8d157297009d82a11c3a3331de1eb92ae17bea"
2663
  },
2664
  "mirrors": {
2665
  "hf_space": {
2666
  "path": "hf_space:results/single_episode_diagnostics/timeline_overlay/timeline_overlay.csv",
2667
  "exists": true,
2668
+ "bytes": 293339,
2669
+ "sha256": "b9fbdb43709e1c4fcea2632c3a8d157297009d82a11c3a3331de1eb92ae17bea"
2670
  },
2671
  "hf_artifacts": {
2672
  "path": "hf_artifacts:results/single_episode_diagnostics/timeline_overlay/timeline_overlay.csv",
2673
  "exists": true,
2674
+ "bytes": 293339,
2675
+ "sha256": "b9fbdb43709e1c4fcea2632c3a8d157297009d82a11c3a3331de1eb92ae17bea"
2676
  },
2677
  "hf_model": {
2678
  "path": "hf_model:results/single_episode_diagnostics/timeline_overlay/timeline_overlay.csv",
2679
  "exists": true,
2680
+ "bytes": 293339,
2681
+ "sha256": "b9fbdb43709e1c4fcea2632c3a8d157297009d82a11c3a3331de1eb92ae17bea"
2682
  }
2683
  },
2684
  "failures": []
 
2689
  "local": {
2690
  "path": "repo:results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv",
2691
  "exists": true,
2692
+ "bytes": 9654,
2693
+ "sha256": "7bb0b49d7b136af9f34a1430c34f9a2c8e2add793581257f82cc0469cb4acd76"
2694
  },
2695
  "mirrors": {
2696
  "hf_space": {
2697
  "path": "hf_space:results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv",
2698
  "exists": true,
2699
+ "bytes": 9654,
2700
+ "sha256": "7bb0b49d7b136af9f34a1430c34f9a2c8e2add793581257f82cc0469cb4acd76"
2701
  },
2702
  "hf_artifacts": {
2703
  "path": "hf_artifacts:results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv",
2704
  "exists": true,
2705
+ "bytes": 9654,
2706
+ "sha256": "7bb0b49d7b136af9f34a1430c34f9a2c8e2add793581257f82cc0469cb4acd76"
2707
  },
2708
  "hf_model": {
2709
  "path": "hf_model:results/single_episode_diagnostics/alignment_stress/alignment_shift_metrics.csv",
2710
  "exists": true,
2711
+ "bytes": 9654,
2712
+ "sha256": "7bb0b49d7b136af9f34a1430c34f9a2c8e2add793581257f82cc0469cb4acd76"
2713
  }
2714
  },
2715
  "failures": []
 
2721
  "path": "repo:results/single_episode_diagnostics/alignment_stress/alignment_stress_summary.json",
2722
  "exists": true,
2723
  "bytes": 332,
2724
+ "sha256": "43b03709b7735a20233fa0cd20743b323b2de96e36e50019c4d4aa26e470d2ab"
2725
  },
2726
  "mirrors": {
2727
  "hf_space": {
2728
  "path": "hf_space:results/single_episode_diagnostics/alignment_stress/alignment_stress_summary.json",
2729
  "exists": true,
2730
  "bytes": 332,
2731
+ "sha256": "43b03709b7735a20233fa0cd20743b323b2de96e36e50019c4d4aa26e470d2ab"
2732
  },
2733
  "hf_artifacts": {
2734
  "path": "hf_artifacts:results/single_episode_diagnostics/alignment_stress/alignment_stress_summary.json",
2735
  "exists": true,
2736
  "bytes": 332,
2737
+ "sha256": "43b03709b7735a20233fa0cd20743b323b2de96e36e50019c4d4aa26e470d2ab"
2738
  },
2739
  "hf_model": {
2740
  "path": "hf_model:results/single_episode_diagnostics/alignment_stress/alignment_stress_summary.json",
2741
  "exists": true,
2742
  "bytes": 332,
2743
+ "sha256": "43b03709b7735a20233fa0cd20743b323b2de96e36e50019c4d4aa26e470d2ab"
2744
  }
2745
  },
2746
  "failures": []
 
2751
  "local": {
2752
  "path": "repo:QUALITY_GATES.md",
2753
  "exists": true,
2754
+ "bytes": 4901,
2755
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
2756
  },
2757
  "mirrors": {
2758
  "hf_space": {
2759
  "path": "hf_space:QUALITY_GATES.md",
2760
  "exists": true,
2761
+ "bytes": 4901,
2762
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
2763
  },
2764
  "hf_artifacts": {
2765
  "path": "hf_artifacts:QUALITY_GATES.md",
2766
  "exists": true,
2767
+ "bytes": 4901,
2768
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
2769
  },
2770
  "hf_model": {
2771
  "path": "hf_model:QUALITY_GATES.md",
2772
  "exists": true,
2773
+ "bytes": 4901,
2774
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
2775
  }
2776
  },
2777
  "failures": []
 
2782
  "local": {
2783
  "path": "repo:EVALUATION_PROTOCOL.md",
2784
  "exists": true,
2785
+ "bytes": 5914,
2786
+ "sha256": "fbb265d5df198c89a096b84d41a877183da03841a1360a6adb7d99fd72f92a29"
2787
  },
2788
  "mirrors": {
2789
  "hf_space": {
2790
  "path": "hf_space:EVALUATION_PROTOCOL.md",
2791
  "exists": true,
2792
+ "bytes": 5914,
2793
+ "sha256": "fbb265d5df198c89a096b84d41a877183da03841a1360a6adb7d99fd72f92a29"
2794
  },
2795
  "hf_artifacts": {
2796
  "path": "hf_artifacts:EVALUATION_PROTOCOL.md",
2797
  "exists": true,
2798
+ "bytes": 5914,
2799
+ "sha256": "fbb265d5df198c89a096b84d41a877183da03841a1360a6adb7d99fd72f92a29"
2800
  },
2801
  "hf_model": {
2802
  "path": "hf_model:EVALUATION_PROTOCOL.md",
2803
  "exists": true,
2804
+ "bytes": 5914,
2805
+ "sha256": "fbb265d5df198c89a096b84d41a877183da03841a1360a6adb7d99fd72f92a29"
2806
  }
2807
  },
2808
  "failures": []
 
2814
  "path": "repo:FIGURE_INDEX.md",
2815
  "exists": true,
2816
  "bytes": 4712,
2817
+ "sha256": "bc1e1b695649270c64f654aa260c9d52cfc372a765ca6c993ef07145e8050f6e"
2818
  },
2819
  "mirrors": {
2820
  "hf_space": {
2821
  "path": "hf_space:FIGURE_INDEX.md",
2822
  "exists": true,
2823
  "bytes": 4712,
2824
+ "sha256": "bc1e1b695649270c64f654aa260c9d52cfc372a765ca6c993ef07145e8050f6e"
2825
  },
2826
  "hf_artifacts": {
2827
  "path": "hf_artifacts:FIGURE_INDEX.md",
2828
  "exists": true,
2829
  "bytes": 4712,
2830
+ "sha256": "bc1e1b695649270c64f654aa260c9d52cfc372a765ca6c993ef07145e8050f6e"
2831
  },
2832
  "hf_model": {
2833
  "path": "hf_model:FIGURE_INDEX.md",
2834
  "exists": true,
2835
  "bytes": 4712,
2836
+ "sha256": "bc1e1b695649270c64f654aa260c9d52cfc372a765ca6c993ef07145e8050f6e"
2837
+ }
2838
+ },
2839
+ "failures": []
2840
+ },
2841
+ {
2842
+ "name": "docs/FOUNDATION_MODEL_PLAN.md",
2843
+ "status": "pass",
2844
+ "local": {
2845
+ "path": "repo:FOUNDATION_MODEL_PLAN.md",
2846
+ "exists": true,
2847
+ "bytes": 6545,
2848
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
2849
+ },
2850
+ "mirrors": {
2851
+ "hf_space": {
2852
+ "path": "hf_space:FOUNDATION_MODEL_PLAN.md",
2853
+ "exists": true,
2854
+ "bytes": 6545,
2855
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
2856
+ },
2857
+ "hf_artifacts": {
2858
+ "path": "hf_artifacts:FOUNDATION_MODEL_PLAN.md",
2859
+ "exists": true,
2860
+ "bytes": 6545,
2861
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
2862
+ },
2863
+ "hf_model": {
2864
+ "path": "hf_model:FOUNDATION_MODEL_PLAN.md",
2865
+ "exists": true,
2866
+ "bytes": 6545,
2867
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
2868
  }
2869
  },
2870
  "failures": []
 
2875
  "local": {
2876
  "path": "repo:PROJECT_BRIEF.md",
2877
  "exists": true,
2878
+ "bytes": 2516,
2879
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
2880
  },
2881
  "mirrors": {
2882
  "hf_space": {
2883
  "path": "hf_space:PROJECT_BRIEF.md",
2884
  "exists": true,
2885
+ "bytes": 2516,
2886
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
2887
  },
2888
  "hf_artifacts": {
2889
  "path": "hf_artifacts:PROJECT_BRIEF.md",
2890
  "exists": true,
2891
+ "bytes": 2516,
2892
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
2893
  },
2894
  "hf_model": {
2895
  "path": "hf_model:PROJECT_BRIEF.md",
2896
  "exists": true,
2897
+ "bytes": 2516,
2898
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
2899
  }
2900
  },
2901
  "failures": []
 
2937
  "local": {
2938
  "path": "repo:RESEARCH_ROADMAP.md",
2939
  "exists": true,
2940
+ "bytes": 6645,
2941
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
2942
  },
2943
  "mirrors": {
2944
  "hf_space": {
2945
  "path": "hf_space:RESEARCH_ROADMAP.md",
2946
  "exists": true,
2947
+ "bytes": 6645,
2948
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
2949
  },
2950
  "hf_artifacts": {
2951
  "path": "hf_artifacts:RESEARCH_ROADMAP.md",
2952
  "exists": true,
2953
+ "bytes": 6645,
2954
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
2955
  },
2956
  "hf_model": {
2957
  "path": "hf_model:RESEARCH_ROADMAP.md",
2958
  "exists": true,
2959
+ "bytes": 6645,
2960
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
2961
  }
2962
  },
2963
  "failures": []
 
2968
  "local": {
2969
  "path": "repo:PROJECT_STATUS.md",
2970
  "exists": true,
2971
+ "bytes": 6710,
2972
+ "sha256": "22c3ba04620eb003b6ba206f55cfe02c723c41b0c972dcd5a03f0aade1e43fda"
2973
  },
2974
  "mirrors": {
2975
  "hf_space": {
2976
  "path": "hf_space:PROJECT_STATUS.md",
2977
  "exists": true,
2978
+ "bytes": 6710,
2979
+ "sha256": "22c3ba04620eb003b6ba206f55cfe02c723c41b0c972dcd5a03f0aade1e43fda"
2980
  },
2981
  "hf_artifacts": {
2982
  "path": "hf_artifacts:PROJECT_STATUS.md",
2983
  "exists": true,
2984
+ "bytes": 6710,
2985
+ "sha256": "22c3ba04620eb003b6ba206f55cfe02c723c41b0c972dcd5a03f0aade1e43fda"
2986
  },
2987
  "hf_model": {
2988
  "path": "hf_model:PROJECT_STATUS.md",
2989
  "exists": true,
2990
+ "bytes": 6710,
2991
+ "sha256": "22c3ba04620eb003b6ba206f55cfe02c723c41b0c972dcd5a03f0aade1e43fda"
2992
  }
2993
  },
2994
  "failures": []
 
3030
  "local": {
3031
  "path": "repo:RESEARCH_TAKEAWAYS.md",
3032
  "exists": true,
3033
+ "bytes": 4889,
3034
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
3035
  },
3036
  "mirrors": {
3037
  "hf_space": {
3038
  "path": "hf_space:RESEARCH_TAKEAWAYS.md",
3039
  "exists": true,
3040
+ "bytes": 4889,
3041
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
3042
  },
3043
  "hf_artifacts": {
3044
  "path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
3045
  "exists": true,
3046
+ "bytes": 4889,
3047
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
3048
  },
3049
  "hf_model": {
3050
  "path": "hf_model:RESEARCH_TAKEAWAYS.md",
3051
  "exists": true,
3052
+ "bytes": 4889,
3053
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
3054
  }
3055
  },
3056
  "failures": []
 
3062
  "path": "repo:SOURCE_ALIGNMENT_AUDIT.md",
3063
  "exists": true,
3064
  "bytes": 2309,
3065
+ "sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3066
  },
3067
  "mirrors": {
3068
  "hf_space": {
3069
  "path": "hf_space:SOURCE_ALIGNMENT_AUDIT.md",
3070
  "exists": true,
3071
  "bytes": 2309,
3072
+ "sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3073
  },
3074
  "hf_artifacts": {
3075
  "path": "hf_artifacts:SOURCE_ALIGNMENT_AUDIT.md",
3076
  "exists": true,
3077
  "bytes": 2309,
3078
+ "sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3079
  },
3080
  "hf_model": {
3081
  "path": "hf_model:SOURCE_ALIGNMENT_AUDIT.md",
3082
  "exists": true,
3083
  "bytes": 2309,
3084
+ "sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3085
  }
3086
  },
3087
  "failures": []
 
3092
  "local": {
3093
  "path": "repo:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3094
  "exists": true,
3095
+ "bytes": 10625,
3096
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
3097
  },
3098
  "mirrors": {
3099
  "hf_space": {
3100
  "path": "hf_space:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3101
  "exists": true,
3102
+ "bytes": 10625,
3103
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
3104
  },
3105
  "hf_artifacts": {
3106
  "path": "hf_artifacts:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3107
  "exists": true,
3108
+ "bytes": 10625,
3109
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
3110
  },
3111
  "hf_model": {
3112
  "path": "hf_model:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3113
  "exists": true,
3114
+ "bytes": 10625,
3115
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
3116
  }
3117
  },
3118
  "failures": []
data/publication_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-03T07:49:54+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
@@ -182,44 +182,44 @@
182
  "github_repo": {
183
  "root": "repo",
184
  "exists": true,
185
- "file_count": 355,
186
- "text_file_count": 291,
187
  "largest_file": {
188
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
189
- "bytes": 52601010
190
  },
191
  "violations": []
192
  },
193
  "hf_space_bundle": {
194
  "root": "hf_publish/space",
195
  "exists": true,
196
- "file_count": 137,
197
- "text_file_count": 110,
198
  "largest_file": {
199
- "path": "data/single_episode_explorer.json",
200
- "bytes": 4101241
201
  },
202
  "violations": []
203
  },
204
  "hf_artifact_bundle": {
205
  "root": "hf_publish/artifacts",
206
  "exists": true,
207
- "file_count": 384,
208
- "text_file_count": 300,
209
  "largest_file": {
210
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
211
- "bytes": 52601010
212
  },
213
  "violations": []
214
  },
215
  "hf_model_bundle": {
216
  "root": "hf_publish/model",
217
  "exists": true,
218
- "file_count": 569,
219
- "text_file_count": 453,
220
  "largest_file": {
221
- "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
222
- "bytes": 52601010
223
  },
224
  "violations": []
225
  }
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-03T19:29:55+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
 
182
  "github_repo": {
183
  "root": "repo",
184
  "exists": true,
185
+ "file_count": 380,
186
+ "text_file_count": 315,
187
  "largest_file": {
188
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
189
+ "bytes": 55702978
190
  },
191
  "violations": []
192
  },
193
  "hf_space_bundle": {
194
  "root": "hf_publish/space",
195
  "exists": true,
196
+ "file_count": 312,
197
+ "text_file_count": 247,
198
  "largest_file": {
199
+ "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
200
+ "bytes": 55702978
201
  },
202
  "violations": []
203
  },
204
  "hf_artifact_bundle": {
205
  "root": "hf_publish/artifacts",
206
  "exists": true,
207
+ "file_count": 410,
208
+ "text_file_count": 325,
209
  "largest_file": {
210
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
211
+ "bytes": 55702978
212
  },
213
  "violations": []
214
  },
215
  "hf_model_bundle": {
216
  "root": "hf_publish/model",
217
  "exists": true,
218
+ "file_count": 635,
219
+ "text_file_count": 513,
220
  "largest_file": {
221
+ "path": "artifacts/episode_task_suite/modality_reconstruction/predictions.npz",
222
+ "bytes": 55702978
223
  },
224
  "violations": []
225
  }
docs/assets/charts/feature_blocks.svg CHANGED
docs/assets/charts/research_direction_extension_tasks.svg CHANGED
docs/assets/pipeline_diagram.svg CHANGED
docs/assets/task_architectures.svg CHANGED
docs/data/artifact_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
- "generated_at_utc": "2026-06-03T16:58:00+00:00",
4
  "status": "pass",
5
  "artifact_count": 72,
6
  "missing": [],
@@ -40,8 +40,8 @@
40
  "surface": "repo_hf",
41
  "shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
42
  "exists": true,
43
- "bytes": 2494,
44
- "sha256": "54c6906103f6d7f45398cd638730c3eb9813d6ca4a807920d6edba4b12f446e6"
45
  },
46
  {
47
  "id": "project_brief_json",
@@ -51,8 +51,8 @@
51
  "surface": "website_hf",
52
  "shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
53
  "exists": true,
54
- "bytes": 2563,
55
- "sha256": "c8df06022de6a0d51be993175ac63764a607f48c944f1d9451c5bbeebf6cef54"
56
  },
57
  {
58
  "id": "project_status",
@@ -62,8 +62,8 @@
62
  "surface": "repo_hf",
63
  "shows": "Gives a compact current-state table for first-pass readers.",
64
  "exists": true,
65
- "bytes": 6721,
66
- "sha256": "166795e9f5986015f7a9e74934fbd878f5dcc7cbac79d49483bd514feacbfde8"
67
  },
68
  {
69
  "id": "project_status_json",
@@ -73,8 +73,8 @@
73
  "surface": "website_hf",
74
  "shows": "Machine-readable copy of the current project status for website and HF mirrors.",
75
  "exists": true,
76
- "bytes": 9006,
77
- "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb"
78
  },
79
  {
80
  "id": "research_roadmap",
@@ -84,8 +84,8 @@
84
  "surface": "repo_hf",
85
  "shows": "Defines the staged path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
86
  "exists": true,
87
- "bytes": 6677,
88
- "sha256": "590702b8000bd143fdbcf65104b0cad835e6e4c79754c28c31727f1bdf43ae79"
89
  },
90
  {
91
  "id": "research_roadmap_json",
@@ -95,8 +95,8 @@
95
  "surface": "website_hf",
96
  "shows": "Machine-readable staged roadmap for the website and Hugging Face mirrors.",
97
  "exists": true,
98
- "bytes": 5752,
99
- "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca"
100
  },
101
  {
102
  "id": "foundation_model_plan",
@@ -106,8 +106,8 @@
106
  "surface": "repo_hf",
107
  "shows": "Defines the post-data-gate backbone choices: Qwen3-Omni first, Cosmos 3 for world modeling, and VLA/policy models after action-target conversion.",
108
  "exists": true,
109
- "bytes": 6538,
110
- "sha256": "15431b3ed368d660e777655d2e4a97f2870997f2ad38b451a73d631b5e431bcf"
111
  },
112
  {
113
  "id": "foundation_model_plan_json",
@@ -117,8 +117,8 @@
117
  "surface": "website_hf",
118
  "shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
119
  "exists": true,
120
- "bytes": 8883,
121
- "sha256": "0465df50071ab4c8e46acafdd2fa1653f23dacd33a1e1e1d65a571c82348ddbc"
122
  },
123
  {
124
  "id": "evidence_contract",
@@ -128,8 +128,8 @@
128
  "surface": "repo",
129
  "shows": "Defines the implemented scope, setup-stage items, and multi-episode prerequisites.",
130
  "exists": true,
131
- "bytes": 11172,
132
- "sha256": "7197fe7e42ea4cbe200b203871d0db745c201c37eef088243aa21ac4a72fe782"
133
  },
134
  {
135
  "id": "project_packet",
@@ -139,8 +139,8 @@
139
  "surface": "website_hf",
140
  "shows": "Gives a short project path with scope status and public surfaces.",
141
  "exists": true,
142
- "bytes": 7659,
143
- "sha256": "7d9f5ecc8adf9b3913e99a8aec28372529e63c105739fa53b3f8a7a9470470c2"
144
  },
145
  {
146
  "id": "artifact_guide",
@@ -150,8 +150,8 @@
150
  "surface": "repo_hf",
151
  "shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
152
  "exists": true,
153
- "bytes": 16974,
154
- "sha256": "e456d291614db14a2cb6a91cabf1b044f47c518d39d7d701eb191f9434f2c157"
155
  },
156
  {
157
  "id": "official_dataset_card_alignment",
@@ -161,8 +161,8 @@
161
  "surface": "repo_hf",
162
  "shows": "Aligns public dataset wording with the official gated Xperience-10M card, public sample card, HF API metadata, and current project coverage.",
163
  "exists": true,
164
- "bytes": 10719,
165
- "sha256": "a0cc66e3a52d253dad4b8b19396cd3a8db14bf1835034c6c0aea6c5248fe4037"
166
  },
167
  {
168
  "id": "official_dataset_card_alignment_json",
@@ -172,8 +172,8 @@
172
  "surface": "website_hf",
173
  "shows": "Machine-readable upstream dataset-card, sample-card, and HF API alignment facts for website and HF mirrors.",
174
  "exists": true,
175
- "bytes": 7573,
176
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7"
177
  },
178
  {
179
  "id": "source_alignment",
@@ -195,7 +195,7 @@
195
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
196
  "exists": true,
197
  "bytes": 4432,
198
- "sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
199
  },
200
  {
201
  "id": "source_alignment_validator",
@@ -205,8 +205,8 @@
205
  "surface": "repo_hf",
206
  "shows": "Regenerates the source-alignment report from committed facts and public card text.",
207
  "exists": true,
208
- "bytes": 15807,
209
- "sha256": "66a9d0eebb4800be5d65f982ef13502b37522cd2a9eae0686c63efc121a52b0a"
210
  },
211
  {
212
  "id": "hf_publisher",
@@ -238,8 +238,8 @@
238
  "surface": "website_hf",
239
  "shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
240
  "exists": true,
241
- "bytes": 13644,
242
- "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf"
243
  },
244
  {
245
  "id": "evaluation_protocol_builder",
@@ -249,8 +249,8 @@
249
  "surface": "repo_hf",
250
  "shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
251
  "exists": true,
252
- "bytes": 16163,
253
- "sha256": "b352798b50212dac792855313bdc0ad1e5e2ef835de1ff25b03d52afd1d33f03"
254
  },
255
  {
256
  "id": "research_takeaways",
@@ -260,8 +260,8 @@
260
  "surface": "repo_hf",
261
  "shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
262
  "exists": true,
263
- "bytes": 4893,
264
- "sha256": "16a002167d0702ea7e85ad1a494800daad4ff080c3751e078275f7c196721046"
265
  },
266
  {
267
  "id": "research_takeaways_json",
@@ -271,8 +271,8 @@
271
  "surface": "website_hf",
272
  "shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
273
  "exists": true,
274
- "bytes": 6814,
275
- "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044"
276
  },
277
  {
278
  "id": "research_takeaways_builder",
@@ -282,19 +282,19 @@
282
  "surface": "repo_hf",
283
  "shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
284
  "exists": true,
285
- "bytes": 13304,
286
- "sha256": "135f555b17aae5dc5965ec88c3db6e49622a480467909ffa10d53278d4ea054b"
287
  },
288
  {
289
  "id": "audio_ablation_script",
290
- "title": "Audio ablation and raw-audio upgrade script",
291
  "path": "scripts/audio_ablation_and_raw_upgrade.py",
292
  "kind": "result_interpretation",
293
  "surface": "repo_hf",
294
- "shows": "Measures current AAC audio contribution and a raw log-mel audio feature replacement across all 12 task contracts.",
295
  "exists": true,
296
- "bytes": 43192,
297
- "sha256": "73db45a3ddb50b60f61ca5e55bdf2008e48c268681bfcdc95d35bb56e48f89e3"
298
  },
299
  {
300
  "id": "audio_ablation_summary",
@@ -302,7 +302,7 @@
302
  "path": "results/audio_ablation/audio_ablation_summary.json",
303
  "kind": "metrics_source",
304
  "surface": "repo_hf",
305
- "shows": "Stores per-task audio deltas for all current features, no-audio, handcrafted-audio-only, raw-audio-only, raw replacement, and all-plus-raw variants.",
306
  "exists": true,
307
  "bytes": 9735,
308
  "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
@@ -313,7 +313,7 @@
313
  "path": "results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
314
  "kind": "result_interpretation",
315
  "surface": "repo_hf",
316
- "shows": "Human-readable table showing the measured audio contribution and raw-audio replacement delta for every task.",
317
  "exists": true,
318
  "bytes": 2166,
319
  "sha256": "9318bc55b1b051c384ce2fd6e7cd0a56becfa00185a0b597fdc474a40b1f17f9"
@@ -326,8 +326,8 @@
326
  "surface": "website_hf",
327
  "shows": "Machine-readable audio ablation summary mirrored into the static website and Hugging Face bundles.",
328
  "exists": true,
329
- "bytes": 9735,
330
- "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
331
  },
332
  {
333
  "id": "audio_ablation_delta_chart",
@@ -414,8 +414,8 @@
414
  "surface": "repo_hf",
415
  "shows": "Lists the automated and post-publish checks used to keep the release current.",
416
  "exists": true,
417
- "bytes": 4919,
418
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
419
  },
420
  {
421
  "id": "quality_gate_manifest",
@@ -425,8 +425,8 @@
425
  "surface": "website_hf",
426
  "shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
427
  "exists": true,
428
- "bytes": 8147,
429
- "sha256": "1d4d45937e7d90ee5d54125e4d5d7b5d5eee4878251b52152e59a34efc557c04"
430
  },
431
  {
432
  "id": "public_surface_qa",
@@ -529,7 +529,7 @@
529
  "volatile": true,
530
  "shows": "Records the last live GitHub/HF URL verification after upload.",
531
  "exists": true,
532
- "bytes": 68744,
533
  "hash_policy": "existence_and_size_only"
534
  },
535
  {
@@ -540,8 +540,8 @@
540
  "surface": "repo",
541
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
542
  "exists": true,
543
- "bytes": 34767,
544
- "sha256": "6a1cb0531719888de6bbeb7a2628058f6e67c92df6314c4ac3952af2c17f126b"
545
  },
546
  {
547
  "id": "reproducibility_contract",
@@ -551,8 +551,8 @@
551
  "surface": "repo_hf",
552
  "shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
553
  "exists": true,
554
- "bytes": 6312,
555
- "sha256": "99a2df715ce481f49991de620f20e5093f37767fa36122c1505c74ee6ea92e3c"
556
  },
557
  {
558
  "id": "reproducibility_matrix",
@@ -562,8 +562,8 @@
562
  "surface": "website_hf",
563
  "shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
564
  "exists": true,
565
- "bytes": 5197,
566
- "sha256": "c3d353084ee641ff3d1369dd911577ff7a1b5d7b2faf841faa12caa69dfa5ed0"
567
  },
568
  {
569
  "id": "artifact_index_builder",
@@ -573,8 +573,8 @@
573
  "surface": "repo_hf",
574
  "shows": "Generates the selective artifact catalog from local files.",
575
  "exists": true,
576
- "bytes": 26652,
577
- "sha256": "faf1e0b56eb9ba4bc94e04bb1aeb9a392fb4410e8053564dd43bce3d8aacfa4d"
578
  },
579
  {
580
  "id": "publication_audit",
@@ -595,7 +595,7 @@
595
  "kind": "scale_up_status",
596
  "surface": "website_hf",
597
  "volatile": true,
598
- "shows": "Records historical 32ep setup paths separately from completed held-out-episode results.",
599
  "exists": true,
600
  "bytes": 20066,
601
  "hash_policy": "existence_and_size_only"
@@ -654,8 +654,8 @@
654
  "surface": "website_hf",
655
  "shows": "Mirrors task metrics for the static dashboard.",
656
  "exists": true,
657
- "bytes": 25210,
658
- "sha256": "a88302490b9099e7d148a8a6dd0ba6393d7ef26a0ba2c6a0edf552da94b948a8"
659
  },
660
  {
661
  "id": "feature_manifest",
@@ -709,8 +709,8 @@
709
  "surface": "repo_hf",
710
  "shows": "Maps the 12 tasks to the four Ropedia research directions as direct/proxy/diagnostic.",
711
  "exists": true,
712
- "bytes": 14429,
713
- "sha256": "292ddd47b5f50cc5a6a0d4099466b134774a1ca7610afe50a2a5781c6c181bf9"
714
  },
715
  {
716
  "id": "research_direction_extensions",
@@ -720,8 +720,8 @@
720
  "surface": "repo_hf",
721
  "shows": "Stores one coded extension probe per research direction with minimal and neural metrics.",
722
  "exists": true,
723
- "bytes": 11907,
724
- "sha256": "aa65022a8a41af4f0bca5197add932c4f3f51b13b8324323280f64457473ff03"
725
  },
726
  {
727
  "id": "task_walkthroughs",
@@ -731,8 +731,8 @@
731
  "surface": "repo_hf",
732
  "shows": "Explains every task with case study, input, process modules, output, and limitation.",
733
  "exists": true,
734
- "bytes": 15449,
735
- "sha256": "9309a4f6da85c43c9d87be6ed0458c3cbc9c01b664da6610cbbb2392d282302e"
736
  },
737
  {
738
  "id": "task_suite_infographic",
@@ -753,8 +753,8 @@
753
  "surface": "website_hf",
754
  "shows": "Documents the seven public-sample modality cards and their derived thumbnail assets.",
755
  "exists": true,
756
- "bytes": 3819,
757
- "sha256": "b1285148588ef402b70c830b62d66fbbcfa86bc5ffc2ad99e165a1429bb49084"
758
  },
759
  {
760
  "id": "modality_thumbnails",
@@ -795,10 +795,10 @@
795
  "path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
796
  "kind": "scaleup_status",
797
  "surface": "repo_hf",
798
- "shows": "Summarizes the data-access requirement before the 32-episode Qwen3-Omni pilot can run.",
799
  "exists": true,
800
- "bytes": 2954,
801
- "sha256": "6ac14781581f06004bdc2fb0e2425c616419b738e6b858f8611bd19fab80741c"
802
  },
803
  {
804
  "id": "multi_episode_access_status",
@@ -808,8 +808,8 @@
808
  "surface": "repo_hf",
809
  "shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
810
  "exists": true,
811
- "bytes": 2282,
812
- "sha256": "e270cdfa4485458572a40f5c3c4bd598fe53e2b8de60af3ff1364398d96862e2"
813
  },
814
  {
815
  "id": "citation",
 
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
+ "generated_at_utc": "2026-06-03T18:11:35+00:00",
4
  "status": "pass",
5
  "artifact_count": 72,
6
  "missing": [],
 
40
  "surface": "repo_hf",
41
  "shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
42
  "exists": true,
43
+ "bytes": 2516,
44
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
45
  },
46
  {
47
  "id": "project_brief_json",
 
51
  "surface": "website_hf",
52
  "shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
53
  "exists": true,
54
+ "bytes": 2585,
55
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
56
  },
57
  {
58
  "id": "project_status",
 
62
  "surface": "repo_hf",
63
  "shows": "Gives a compact current-state table for first-pass readers.",
64
  "exists": true,
65
+ "bytes": 6648,
66
+ "sha256": "c873c0361ee1b83a835f1112529a557e2033959d70a9bfe726a66cdd120a9047"
67
  },
68
  {
69
  "id": "project_status_json",
 
73
  "surface": "website_hf",
74
  "shows": "Machine-readable copy of the current project status for website and HF mirrors.",
75
  "exists": true,
76
+ "bytes": 8868,
77
+ "sha256": "ea2deebfe7dd2ee7cb141623f4c6c1d4d287bb94a1c642609b854e934d5d701a"
78
  },
79
  {
80
  "id": "research_roadmap",
 
84
  "surface": "repo_hf",
85
  "shows": "Defines the staged path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
86
  "exists": true,
87
+ "bytes": 6645,
88
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
89
  },
90
  {
91
  "id": "research_roadmap_json",
 
95
  "surface": "website_hf",
96
  "shows": "Machine-readable staged roadmap for the website and Hugging Face mirrors.",
97
  "exists": true,
98
+ "bytes": 5726,
99
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
100
  },
101
  {
102
  "id": "foundation_model_plan",
 
106
  "surface": "repo_hf",
107
  "shows": "Defines the post-data-gate backbone choices: Qwen3-Omni first, Cosmos 3 for world modeling, and VLA/policy models after action-target conversion.",
108
  "exists": true,
109
+ "bytes": 6545,
110
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
111
  },
112
  {
113
  "id": "foundation_model_plan_json",
 
117
  "surface": "website_hf",
118
  "shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
119
  "exists": true,
120
+ "bytes": 8880,
121
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
122
  },
123
  {
124
  "id": "evidence_contract",
 
128
  "surface": "repo",
129
  "shows": "Defines the implemented scope, setup-stage items, and multi-episode prerequisites.",
130
  "exists": true,
131
+ "bytes": 11287,
132
+ "sha256": "46b03a5c31ec31476c0476b11bc72375d786a5e8ea11fcba81e1500a0e50b9b8"
133
  },
134
  {
135
  "id": "project_packet",
 
139
  "surface": "website_hf",
140
  "shows": "Gives a short project path with scope status and public surfaces.",
141
  "exists": true,
142
+ "bytes": 7553,
143
+ "sha256": "2f2d227bf3d95eeba7e4f5133d37fbe62910cd373aa3431d9b960914a590e149"
144
  },
145
  {
146
  "id": "artifact_guide",
 
150
  "surface": "repo_hf",
151
  "shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
152
  "exists": true,
153
+ "bytes": 16876,
154
+ "sha256": "6b392ff36290f8eefab393218c17aff4d90ba28457324089f78e7a4882b17dbc"
155
  },
156
  {
157
  "id": "official_dataset_card_alignment",
 
161
  "surface": "repo_hf",
162
  "shows": "Aligns public dataset wording with the official gated Xperience-10M card, public sample card, HF API metadata, and current project coverage.",
163
  "exists": true,
164
+ "bytes": 10625,
165
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
166
  },
167
  {
168
  "id": "official_dataset_card_alignment_json",
 
172
  "surface": "website_hf",
173
  "shows": "Machine-readable upstream dataset-card, sample-card, and HF API alignment facts for website and HF mirrors.",
174
  "exists": true,
175
+ "bytes": 7559,
176
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
177
  },
178
  {
179
  "id": "source_alignment",
 
195
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
196
  "exists": true,
197
  "bytes": 4432,
198
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
199
  },
200
  {
201
  "id": "source_alignment_validator",
 
205
  "surface": "repo_hf",
206
  "shows": "Regenerates the source-alignment report from committed facts and public card text.",
207
  "exists": true,
208
+ "bytes": 15831,
209
+ "sha256": "6f48190ca77dd6ba9dd2f821d5ace7e33bd9b4d9d76adb7237cc51ddb88de239"
210
  },
211
  {
212
  "id": "hf_publisher",
 
238
  "surface": "website_hf",
239
  "shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
240
  "exists": true,
241
+ "bytes": 13625,
242
+ "sha256": "33a9589ad613bf524c5db932660b810cb724c8765d8bfa65a9996b01286e39fa"
243
  },
244
  {
245
  "id": "evaluation_protocol_builder",
 
249
  "surface": "repo_hf",
250
  "shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
251
  "exists": true,
252
+ "bytes": 16139,
253
+ "sha256": "e2aaac38f451402971e03c004d32d5c5f8a05d67dc1820d6bf9b12d1da1a292f"
254
  },
255
  {
256
  "id": "research_takeaways",
 
260
  "surface": "repo_hf",
261
  "shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
262
  "exists": true,
263
+ "bytes": 4889,
264
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
265
  },
266
  {
267
  "id": "research_takeaways_json",
 
271
  "surface": "website_hf",
272
  "shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
273
  "exists": true,
274
+ "bytes": 6821,
275
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
276
  },
277
  {
278
  "id": "research_takeaways_builder",
 
282
  "surface": "repo_hf",
283
  "shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
284
  "exists": true,
285
+ "bytes": 13285,
286
+ "sha256": "19baa1dbe3e4454e040bb1b2fc711e1dd5ce5280ee19bfc01b01cca854006d38"
287
  },
288
  {
289
  "id": "audio_ablation_script",
290
+ "title": "Audio contribution script",
291
  "path": "scripts/audio_ablation_and_raw_upgrade.py",
292
  "kind": "result_interpretation",
293
  "surface": "repo_hf",
294
+ "shows": "Measures audio contribution variants across all 12 task contracts.",
295
  "exists": true,
296
+ "bytes": 43144,
297
+ "sha256": "f7e3a38ec906dac7ca55b13c49720bd41ed89a1fd994c7d54730a4de5dfd1b59"
298
  },
299
  {
300
  "id": "audio_ablation_summary",
 
302
  "path": "results/audio_ablation/audio_ablation_summary.json",
303
  "kind": "metrics_source",
304
  "surface": "repo_hf",
305
+ "shows": "Stores per-task audio deltas for all current features, no-audio, audio-only, alternate-audio-only, replacement, and all-plus-alternate variants.",
306
  "exists": true,
307
  "bytes": 9735,
308
  "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
 
313
  "path": "results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
314
  "kind": "result_interpretation",
315
  "surface": "repo_hf",
316
+ "shows": "Human-readable table showing the measured audio contribution and alternate-representation delta for every task.",
317
  "exists": true,
318
  "bytes": 2166,
319
  "sha256": "9318bc55b1b051c384ce2fd6e7cd0a56becfa00185a0b597fdc474a40b1f17f9"
 
326
  "surface": "website_hf",
327
  "shows": "Machine-readable audio ablation summary mirrored into the static website and Hugging Face bundles.",
328
  "exists": true,
329
+ "bytes": 9701,
330
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
331
  },
332
  {
333
  "id": "audio_ablation_delta_chart",
 
414
  "surface": "repo_hf",
415
  "shows": "Lists the automated and post-publish checks used to keep the release current.",
416
  "exists": true,
417
+ "bytes": 4901,
418
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
419
  },
420
  {
421
  "id": "quality_gate_manifest",
 
425
  "surface": "website_hf",
426
  "shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
427
  "exists": true,
428
+ "bytes": 8118,
429
+ "sha256": "9c40b314c53d8406e52288656e699ad707a7cc2aa5161bdb5117f1a5b84e4ea2"
430
  },
431
  {
432
  "id": "public_surface_qa",
 
529
  "volatile": true,
530
  "shows": "Records the last live GitHub/HF URL verification after upload.",
531
  "exists": true,
532
+ "bytes": 68749,
533
  "hash_policy": "existence_and_size_only"
534
  },
535
  {
 
540
  "surface": "repo",
541
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
542
  "exists": true,
543
+ "bytes": 34779,
544
+ "sha256": "73c45e1ae1b7509b9f2c54cf42424c9ac0aab8a9e54be58fc488eaa2a696acc7"
545
  },
546
  {
547
  "id": "reproducibility_contract",
 
551
  "surface": "repo_hf",
552
  "shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
553
  "exists": true,
554
+ "bytes": 6346,
555
+ "sha256": "48d82bbdfeba88a63100f55e19ef7e1392c0e633b5f3f0c648444f9ed1c96e02"
556
  },
557
  {
558
  "id": "reproducibility_matrix",
 
562
  "surface": "website_hf",
563
  "shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
564
  "exists": true,
565
+ "bytes": 5229,
566
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
567
  },
568
  {
569
  "id": "artifact_index_builder",
 
573
  "surface": "repo_hf",
574
  "shows": "Generates the selective artifact catalog from local files.",
575
  "exists": true,
576
+ "bytes": 26566,
577
+ "sha256": "982fcc36e6dfda3382662d1f1e1f539f27f45aaddd6503aad77a14145bcc1bf6"
578
  },
579
  {
580
  "id": "publication_audit",
 
595
  "kind": "scale_up_status",
596
  "surface": "website_hf",
597
  "volatile": true,
598
+ "shows": "Separates setup paths from completed held-out-episode results.",
599
  "exists": true,
600
  "bytes": 20066,
601
  "hash_policy": "existence_and_size_only"
 
654
  "surface": "website_hf",
655
  "shows": "Mirrors task metrics for the static dashboard.",
656
  "exists": true,
657
+ "bytes": 25198,
658
+ "sha256": "a5c337bc6be321a9999dd69f0920756ad722d505697827425a64005f05a74699"
659
  },
660
  {
661
  "id": "feature_manifest",
 
709
  "surface": "repo_hf",
710
  "shows": "Maps the 12 tasks to the four Ropedia research directions as direct/proxy/diagnostic.",
711
  "exists": true,
712
+ "bytes": 14414,
713
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
714
  },
715
  {
716
  "id": "research_direction_extensions",
 
720
  "surface": "repo_hf",
721
  "shows": "Stores one coded extension probe per research direction with minimal and neural metrics.",
722
  "exists": true,
723
+ "bytes": 11904,
724
+ "sha256": "b72bb62f95d27de296ae526568c55bca3aeb9afe687e57bbe652ca74a32c93d7"
725
  },
726
  {
727
  "id": "task_walkthroughs",
 
731
  "surface": "repo_hf",
732
  "shows": "Explains every task with case study, input, process modules, output, and limitation.",
733
  "exists": true,
734
+ "bytes": 15436,
735
+ "sha256": "de8607242ca8c5c1c632f7175eeffd0c009536eb050614bfae2ff561e14cd92d"
736
  },
737
  {
738
  "id": "task_suite_infographic",
 
753
  "surface": "website_hf",
754
  "shows": "Documents the seven public-sample modality cards and their derived thumbnail assets.",
755
  "exists": true,
756
+ "bytes": 3797,
757
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
758
  },
759
  {
760
  "id": "modality_thumbnails",
 
795
  "path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
796
  "kind": "scaleup_status",
797
  "surface": "repo_hf",
798
+ "shows": "Summarizes the staging requirement before the held-out Qwen3-Omni pilot can report metrics.",
799
  "exists": true,
800
+ "bytes": 2940,
801
+ "sha256": "c33c40b2bdda0a057cbfef28e1fc75695e4e7273703fc261137f796fded27d47"
802
  },
803
  {
804
  "id": "multi_episode_access_status",
 
808
  "surface": "repo_hf",
809
  "shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
810
  "exists": true,
811
+ "bytes": 2285,
812
+ "sha256": "e05b3396bb7c1254ab516d154f7deca293be188d3a48624862822b2b5e26dc91"
813
  },
814
  {
815
  "id": "citation",
docs/data/audio_ablation_summary.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "description": "Measured audio ablation and raw log-mel audio upgrade over the single public Xperience-10M sample episode.",
3
  "scope": "single public sample episode; chronological split; ridge heads over fixed feature contracts",
4
  "raw_audio_metadata": {
5
  "source": "local_public_sample/fisheye_cam0.mp4",
@@ -19,9 +19,9 @@
19
  "variants": {
20
  "all_handcrafted_audio": "All Current Features",
21
  "all_except_audio": "All Except Audio",
22
- "handcrafted_audio_only": "Handcrafted AAC Audio Only",
23
  "raw_logmel_audio_only": "Raw Log-Mel Audio Only",
24
- "replace_handcrafted_with_raw": "Replace AAC Block With Raw Log-Mel",
25
  "all_plus_raw_logmel": "All Current Features + Raw Log-Mel"
26
  },
27
  "task_summaries": [
@@ -220,4 +220,4 @@
220
  "annotation_source": "local_public_sample/annotation.hdf5",
221
  "homie_toolkit_available": true
222
  }
223
- }
 
1
  {
2
+ "description": "Measured audio contribution variants over the single public Xperience-10M sample episode.",
3
  "scope": "single public sample episode; chronological split; ridge heads over fixed feature contracts",
4
  "raw_audio_metadata": {
5
  "source": "local_public_sample/fisheye_cam0.mp4",
 
19
  "variants": {
20
  "all_handcrafted_audio": "All Current Features",
21
  "all_except_audio": "All Except Audio",
22
+ "handcrafted_audio_only": "Audio Only",
23
  "raw_logmel_audio_only": "Raw Log-Mel Audio Only",
24
+ "replace_handcrafted_with_raw": "Audio Representation Replacement",
25
  "all_plus_raw_logmel": "All Current Features + Raw Log-Mel"
26
  },
27
  "task_summaries": [
 
220
  "annotation_source": "local_public_sample/annotation.hdf5",
221
  "homie_toolkit_available": true
222
  }
223
+ }
docs/data/evaluation_protocol.json CHANGED
@@ -28,10 +28,10 @@
28
  "limitation": "It is still one episode; cross-episode generalization is evaluated in the multi-episode stage."
29
  },
30
  "feature_policy": {
31
- "input_contract": "8,546-dimensional current feature vector",
32
  "source_manifest": "results/episode_task_suite/feature_manifest.json",
33
  "normalization": "Scalers are fit on train windows only for the baseline heads.",
34
- "audio_status": "AAC audio is extracted from the sample MP4 stream and included in the current feature vector."
35
  },
36
  "baselines": [
37
  {
@@ -166,7 +166,7 @@
166
  "task": "contact_prediction",
167
  "family": "binary classification",
168
  "unit": "single window",
169
- "input": "non-contact and non-caption feature blocks",
170
  "target": "any body contact",
171
  "primary_metric": "macro_f1",
172
  "higher_is_better": true,
@@ -185,7 +185,7 @@
185
  "task": "object_relevance",
186
  "family": "multi-label classification",
187
  "unit": "single window",
188
- "input": "non-caption feature blocks",
189
  "target": "current relevant object set",
190
  "primary_metric": "micro_f1",
191
  "higher_is_better": true,
@@ -227,7 +227,7 @@
227
  "target": "matching depth/video window",
228
  "primary_metric": "top5_accuracy",
229
  "higher_is_better": true,
230
- "leakage_rule": "Query-side and candidate-side feature blocks are split before projection/ranking.",
231
  "counts": {
232
  "num_queries": 348,
233
  "num_train_windows": 813,
@@ -246,7 +246,7 @@
246
  "target": "depth/video feature vector",
247
  "primary_metric": "r2",
248
  "higher_is_better": true,
249
- "leakage_rule": "Target feature blocks are excluded from the input side.",
250
  "counts": {
251
  "num_train_windows": 813,
252
  "num_test_windows": 348
@@ -299,23 +299,23 @@
299
  "Use chronological train/test splits instead of random window shuffling.",
300
  "Fit scalers and learned projections on train windows only.",
301
  "Keep future labels, future mocap, contact labels, object labels, and caption labels on the target side unless a task explicitly treats language as the query.",
302
- "For cross-modal tasks, split query-side and candidate-side feature blocks before training and ranking.",
303
  "Report unseen test classes when the chronological split exposes labels absent from the train segment."
304
  ],
305
  "current_limitations": [
306
  "Cross-episode generalization is evaluated in the later multi-episode stage.",
307
  "Feature-vector reconstruction is separate from pixel depth, mesh, NeRF, or Gaussian reconstruction.",
308
- "Qwen3-Omni setup artifacts are preparation artifacts until the 32-episode held-out pilot runs.",
309
- "Full audio-visual representation learning still needs multi-episode training, but the current baseline vector now includes an extracted AAC audio feature block."
310
  ],
311
  "scale_up_gate": {
312
  "required_before_full_omni_pilot": [
313
- "at least 32 valid Xperience-10M episodes",
314
  "held-out episode split with no train/test episode leakage",
315
  "manifest, training metadata, progress logs, metrics, predictions, and run report",
316
  "held-out evaluation on test episodes rather than train windows"
317
  ],
318
- "current_status": "prepared but data-gated",
319
  "evidence": [
320
  "results/omni_finetune/DATA_ACCESS_STATUS.md",
321
  "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md"
 
28
  "limitation": "It is still one episode; cross-episode generalization is evaluated in the multi-episode stage."
29
  },
30
  "feature_policy": {
31
+ "input_contract": "8,546-dimensional aligned multimodal window representation",
32
  "source_manifest": "results/episode_task_suite/feature_manifest.json",
33
  "normalization": "Scalers are fit on train windows only for the baseline heads.",
34
+ "audio_status": "Audio is one of the synchronized source modalities in the current task representation."
35
  },
36
  "baselines": [
37
  {
 
166
  "task": "contact_prediction",
167
  "family": "binary classification",
168
  "unit": "single window",
169
+ "input": "non-contact and non-caption signals",
170
  "target": "any body contact",
171
  "primary_metric": "macro_f1",
172
  "higher_is_better": true,
 
185
  "task": "object_relevance",
186
  "family": "multi-label classification",
187
  "unit": "single window",
188
+ "input": "non-caption signals",
189
  "target": "current relevant object set",
190
  "primary_metric": "micro_f1",
191
  "higher_is_better": true,
 
227
  "target": "matching depth/video window",
228
  "primary_metric": "top5_accuracy",
229
  "higher_is_better": true,
230
+ "leakage_rule": "Query-side and candidate-side signals are split before projection/ranking.",
231
  "counts": {
232
  "num_queries": 348,
233
  "num_train_windows": 813,
 
246
  "target": "depth/video feature vector",
247
  "primary_metric": "r2",
248
  "higher_is_better": true,
249
+ "leakage_rule": "Target-side signals are excluded from the input side.",
250
  "counts": {
251
  "num_train_windows": 813,
252
  "num_test_windows": 348
 
299
  "Use chronological train/test splits instead of random window shuffling.",
300
  "Fit scalers and learned projections on train windows only.",
301
  "Keep future labels, future mocap, contact labels, object labels, and caption labels on the target side unless a task explicitly treats language as the query.",
302
+ "For cross-modal tasks, split query-side and candidate-side signals before training and ranking.",
303
  "Report unseen test classes when the chronological split exposes labels absent from the train segment."
304
  ],
305
  "current_limitations": [
306
  "Cross-episode generalization is evaluated in the later multi-episode stage.",
307
  "Feature-vector reconstruction is separate from pixel depth, mesh, NeRF, or Gaussian reconstruction.",
308
+ "Qwen3-Omni setup artifacts are preparation artifacts until the selected held-out pilot runs.",
309
+ "Full audio-visual representation learning still needs multi-episode training; the current report includes single-episode audio/no-audio ablations."
310
  ],
311
  "scale_up_gate": {
312
  "required_before_full_omni_pilot": [
313
+ "selected staged Xperience-10M episodes",
314
  "held-out episode split with no train/test episode leakage",
315
  "manifest, training metadata, progress logs, metrics, predictions, and run report",
316
  "held-out evaluation on test episodes rather than train windows"
317
  ],
318
+ "current_status": "prepared; selected data relay in progress",
319
  "evidence": [
320
  "results/omni_finetune/DATA_ACCESS_STATUS.md",
321
  "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md"
docs/data/evidence_contract.json CHANGED
@@ -63,7 +63,7 @@
63
  "results/episode_task_suite/feature_manifest.json",
64
  "results/episode_task_suite/available_modalities.json"
65
  ],
66
- "boundary": "8,546-d feature vector, including audio_fisheye_cam0_aac decoded from the sample MP4"
67
  },
68
  {
69
  "id": "evaluation_protocol",
@@ -171,28 +171,28 @@
171
  "results/omni_finetune/dataset_manifest.json",
172
  "results/omni_finetune/metrics_eval.json"
173
  ],
174
- "boundary": "one episode and 128 train windows; full metrics require the 32-episode pilot"
175
  },
176
  {
177
- "id": "thirty_two_episode_gate",
178
- "claim": "The 32-episode LoRA pilot is waiting on gated data access.",
179
- "status": "pending_data_access",
180
  "evidence": [
181
  "results/omni_finetune/DATA_ACCESS_STATUS.md",
182
  "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md",
183
  "results/omni_finetune/source_discovery.json"
184
  ],
185
- "boundary": "held-out metrics come after the data gate, manifest construction, training, and test evaluation"
186
  },
187
  {
188
  "id": "scale_up_status_check",
189
- "claim": "Historical 32ep path strings are tracked as setup-file provenance.",
190
  "status": "verified",
191
  "evidence": [
192
  "scripts/validate_scope_claims.py",
193
  "docs/data/scope_claims_audit.json"
194
  ],
195
- "boundary": "old run/path identifiers stay separate from completed 32-episode results"
196
  },
197
  {
198
  "id": "mirror_parity",
@@ -301,7 +301,7 @@
301
  "docs/data/reproducibility_matrix.json",
302
  "notes/reproducibility_audit.md"
303
  ],
304
- "boundary": "publicly reproduces the single-episode pipeline, not the gated 32-episode Qwen3-Omni pilot"
305
  }
306
  ]
307
  }
 
63
  "results/episode_task_suite/feature_manifest.json",
64
  "results/episode_task_suite/available_modalities.json"
65
  ],
66
+ "boundary": "8,546-dimensional aligned multimodal window representation"
67
  },
68
  {
69
  "id": "evaluation_protocol",
 
171
  "results/omni_finetune/dataset_manifest.json",
172
  "results/omni_finetune/metrics_eval.json"
173
  ],
174
+ "boundary": "one episode and 128 train windows; full metrics require completed multi-episode staging and held-out evaluation"
175
  },
176
  {
177
+ "id": "multi_episode_staging",
178
+ "claim": "The Qwen3-Omni LoRA pilot is in multi-episode staging.",
179
+ "status": "data_staging",
180
  "evidence": [
181
  "results/omni_finetune/DATA_ACCESS_STATUS.md",
182
  "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md",
183
  "results/omni_finetune/source_discovery.json"
184
  ],
185
+ "boundary": "full-dataset access is granted; held-out metrics come after selected relay, manifest construction, training, and test evaluation"
186
  },
187
  {
188
  "id": "scale_up_status_check",
189
+ "claim": "Older pilot path strings are tracked as setup-file provenance.",
190
  "status": "verified",
191
  "evidence": [
192
  "scripts/validate_scope_claims.py",
193
  "docs/data/scope_claims_audit.json"
194
  ],
195
+ "boundary": "run/path identifiers stay separate from completed held-out-episode results"
196
  },
197
  {
198
  "id": "mirror_parity",
 
301
  "docs/data/reproducibility_matrix.json",
302
  "notes/reproducibility_audit.md"
303
  ],
304
+ "boundary": "publicly reproduces the single-episode pipeline; multi-episode Qwen3-Omni metrics are added only after staging and held-out evaluation"
305
  }
306
  ]
307
  }
docs/data/foundation_model_plan.json CHANGED
@@ -18,14 +18,14 @@
18
  "family": "Qwen3-Omni",
19
  "category": "omni_instruction_model",
20
  "openness": "open_weights_available_from_official_hf_repo",
21
- "best_role": "First 32-episode multimodal LoRA pilot and structured task predictor.",
22
  "xperience10m_fit": [
23
  "RGB/fisheye video, embedded audio, and language prompts can enter directly.",
24
  "Depth, pose/SLAM, mocap, contacts, and IMU enter through the existing sensor bridge.",
25
  "Matches current task outputs: labels, structured JSON, captions, and short decisions."
26
  ],
27
  "current_decision": "keep_as_first_pilot",
28
- "entry_condition": "At least 32 valid episodes staged with held-out episode split.",
29
  "public_source": "https://huggingface.co/Qwen/Qwen3-Omni-30B-A3B-Instruct"
30
  },
31
  {
 
18
  "family": "Qwen3-Omni",
19
  "category": "omni_instruction_model",
20
  "openness": "open_weights_available_from_official_hf_repo",
21
+ "best_role": "First selected-episode multimodal LoRA pilot and structured task predictor.",
22
  "xperience10m_fit": [
23
  "RGB/fisheye video, embedded audio, and language prompts can enter directly.",
24
  "Depth, pose/SLAM, mocap, contacts, and IMU enter through the existing sensor bridge.",
25
  "Matches current task outputs: labels, structured JSON, captions, and short decisions."
26
  ],
27
  "current_decision": "keep_as_first_pilot",
28
+ "entry_condition": "Selected episodes staged with held-out episode split.",
29
  "public_source": "https://huggingface.co/Qwen/Qwen3-Omni-30B-A3B-Instruct"
30
  },
31
  {
docs/data/live_publication_status.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Live Publication Status",
3
  "status": "pass",
4
- "checked_at_utc": "2026-06-03T13:53:58+00:00",
5
  "scope": "Live GitHub Pages, GitHub raw, Hugging Face Space, artifact dataset, and model card mirrors.",
6
  "hash_groups": [
7
  {
@@ -58,14 +58,14 @@
58
  "path": "docs/data/quality_gates.json",
59
  "exists": true,
60
  "bytes": 8147,
61
- "sha256": "40c9cdc9d5afd15f8c69bda48a0eb36d81df14adff5555de54a481df1baed5ca"
62
  },
63
  "mirrors": {
64
  "github_pages": {
65
  "ok": true,
66
  "status_code": 200,
67
  "bytes": 8147,
68
- "sha256": "40c9cdc9d5afd15f8c69bda48a0eb36d81df14adff5555de54a481df1baed5ca",
69
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/quality_gates.json",
70
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/quality_gates.json"
71
  },
@@ -73,7 +73,7 @@
73
  "ok": true,
74
  "status_code": 200,
75
  "bytes": 8147,
76
- "sha256": "40c9cdc9d5afd15f8c69bda48a0eb36d81df14adff5555de54a481df1baed5ca",
77
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/quality_gates.json",
78
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/quality_gates.json"
79
  },
@@ -81,16 +81,16 @@
81
  "ok": true,
82
  "status_code": 200,
83
  "bytes": 8147,
84
- "sha256": "40c9cdc9d5afd15f8c69bda48a0eb36d81df14adff5555de54a481df1baed5ca",
85
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fquality_gates.json",
86
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/quality_gates.json"
87
  },
88
  "hf_model": {
89
  "ok": true,
90
  "status_code": 200,
91
  "bytes": 8147,
92
- "sha256": "40c9cdc9d5afd15f8c69bda48a0eb36d81df14adff5555de54a481df1baed5ca",
93
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fquality_gates.json",
94
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/quality_gates.json"
95
  }
96
  },
@@ -128,7 +128,7 @@
128
  "status_code": 200,
129
  "bytes": 4297465,
130
  "sha256": "89481cb9c11e923aef55dddd50b41a6fcc20ebf83efa94eb71df73b7782561f5",
131
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fsingle_episode_explorer.json",
132
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/single_episode_explorer.json"
133
  },
134
  "hf_model": {
@@ -136,7 +136,7 @@
136
  "status_code": 200,
137
  "bytes": 4297465,
138
  "sha256": "89481cb9c11e923aef55dddd50b41a6fcc20ebf83efa94eb71df73b7782561f5",
139
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fsingle_episode_explorer.json",
140
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/single_episode_explorer.json"
141
  }
142
  },
@@ -174,7 +174,7 @@
174
  "status_code": 200,
175
  "bytes": 2766828,
176
  "sha256": "19feb5e101ef50ec9f2a03e608ac75da68d642a2a38f20bd475635f0928279f0",
177
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fsingle_episode_explorer.html",
178
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/single_episode_explorer.html"
179
  },
180
  "hf_model": {
@@ -182,7 +182,7 @@
182
  "status_code": 200,
183
  "bytes": 2766828,
184
  "sha256": "19feb5e101ef50ec9f2a03e608ac75da68d642a2a38f20bd475635f0928279f0",
185
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/single_episode_explorer.html",
186
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/single_episode_explorer.html"
187
  }
188
  },
@@ -195,40 +195,40 @@
195
  "local": {
196
  "path": "docs/research_roadmap.html",
197
  "exists": true,
198
- "bytes": 31320,
199
- "sha256": "66f5c9fc7849c6a9d861710f76d9e7a1305e38951cf1dd86781c8c815a5c8a91"
200
  },
201
  "mirrors": {
202
  "github_pages": {
203
  "ok": true,
204
  "status_code": 200,
205
- "bytes": 31320,
206
- "sha256": "66f5c9fc7849c6a9d861710f76d9e7a1305e38951cf1dd86781c8c815a5c8a91",
207
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html",
208
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html"
209
  },
210
  "hf_space": {
211
  "ok": true,
212
  "status_code": 200,
213
- "bytes": 31320,
214
- "sha256": "66f5c9fc7849c6a9d861710f76d9e7a1305e38951cf1dd86781c8c815a5c8a91",
215
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/research_roadmap.html",
216
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/research_roadmap.html"
217
  },
218
  "hf_artifacts": {
219
  "ok": true,
220
  "status_code": 200,
221
- "bytes": 31320,
222
- "sha256": "66f5c9fc7849c6a9d861710f76d9e7a1305e38951cf1dd86781c8c815a5c8a91",
223
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fresearch_roadmap.html",
224
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/research_roadmap.html"
225
  },
226
  "hf_model": {
227
  "ok": true,
228
  "status_code": 200,
229
- "bytes": 31320,
230
- "sha256": "66f5c9fc7849c6a9d861710f76d9e7a1305e38951cf1dd86781c8c815a5c8a91",
231
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/research_roadmap.html",
232
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/research_roadmap.html"
233
  }
234
  },
@@ -266,7 +266,7 @@
266
  "status_code": 200,
267
  "bytes": 4072,
268
  "sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466",
269
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/results%2Fsingle_episode_diagnostics%2Fprovenance.json",
270
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/results/single_episode_diagnostics/provenance.json"
271
  },
272
  "hf_model": {
@@ -274,7 +274,7 @@
274
  "status_code": 200,
275
  "bytes": 4072,
276
  "sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466",
277
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/results%2Fsingle_episode_diagnostics%2Fprovenance.json",
278
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/results/single_episode_diagnostics/provenance.json"
279
  }
280
  },
@@ -312,7 +312,7 @@
312
  "status_code": 200,
313
  "bytes": 995,
314
  "sha256": "813320bbe5d57c74803f5dfb080d440ef1804af41950e031d82ab80311eb04c7",
315
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/results%2Fsingle_episode_diagnostics%2Fobject_labels%2Fobject_vocab.json",
316
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/results/single_episode_diagnostics/object_labels/object_vocab.json"
317
  },
318
  "hf_model": {
@@ -320,7 +320,7 @@
320
  "status_code": 200,
321
  "bytes": 995,
322
  "sha256": "813320bbe5d57c74803f5dfb080d440ef1804af41950e031d82ab80311eb04c7",
323
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/results%2Fsingle_episode_diagnostics%2Fobject_labels%2Fobject_vocab.json",
324
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/results/single_episode_diagnostics/object_labels/object_vocab.json"
325
  }
326
  },
@@ -333,40 +333,40 @@
333
  "local": {
334
  "path": "docs/data/public_surface_qa.json",
335
  "exists": true,
336
- "bytes": 5647,
337
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb"
338
  },
339
  "mirrors": {
340
  "github_pages": {
341
  "ok": true,
342
  "status_code": 200,
343
- "bytes": 5647,
344
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb",
345
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json",
346
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json"
347
  },
348
  "hf_space": {
349
  "ok": true,
350
  "status_code": 200,
351
- "bytes": 5647,
352
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb",
353
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json",
354
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json"
355
  },
356
  "hf_artifacts": {
357
  "ok": true,
358
  "status_code": 200,
359
- "bytes": 5647,
360
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb",
361
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fpublic_surface_qa.json",
362
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/public_surface_qa.json"
363
  },
364
  "hf_model": {
365
  "ok": true,
366
  "status_code": 200,
367
- "bytes": 5647,
368
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb",
369
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fpublic_surface_qa.json",
370
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/public_surface_qa.json"
371
  }
372
  },
@@ -404,7 +404,7 @@
404
  "status_code": 200,
405
  "bytes": 4032,
406
  "sha256": "2390c3663e9a110b9ed2f9c581b88a95bbd811a72ffb3e8dc780dae420e0f919",
407
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Frendered_site_check.json",
408
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/rendered_site_check.json"
409
  },
410
  "hf_model": {
@@ -412,7 +412,7 @@
412
  "status_code": 200,
413
  "bytes": 4032,
414
  "sha256": "2390c3663e9a110b9ed2f9c581b88a95bbd811a72ffb3e8dc780dae420e0f919",
415
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Frendered_site_check.json",
416
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/rendered_site_check.json"
417
  }
418
  },
@@ -425,40 +425,40 @@
425
  "local": {
426
  "path": "docs/data/xperience10m_dataset_card_alignment.json",
427
  "exists": true,
428
- "bytes": 7573,
429
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7"
430
  },
431
  "mirrors": {
432
  "github_pages": {
433
  "ok": true,
434
  "status_code": 200,
435
- "bytes": 7573,
436
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7",
437
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/xperience10m_dataset_card_alignment.json",
438
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/xperience10m_dataset_card_alignment.json"
439
  },
440
  "hf_space": {
441
  "ok": true,
442
  "status_code": 200,
443
- "bytes": 7573,
444
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7",
445
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/xperience10m_dataset_card_alignment.json",
446
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/xperience10m_dataset_card_alignment.json"
447
  },
448
  "hf_artifacts": {
449
  "ok": true,
450
  "status_code": 200,
451
- "bytes": 7573,
452
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7",
453
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fxperience10m_dataset_card_alignment.json",
454
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/xperience10m_dataset_card_alignment.json"
455
  },
456
  "hf_model": {
457
  "ok": true,
458
  "status_code": 200,
459
- "bytes": 7573,
460
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7",
461
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fxperience10m_dataset_card_alignment.json",
462
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/xperience10m_dataset_card_alignment.json"
463
  }
464
  },
@@ -472,14 +472,14 @@
472
  "path": "docs/data/source_alignment_audit.json",
473
  "exists": true,
474
  "bytes": 4432,
475
- "sha256": "9d8eb05aa29f898a28f64b0b23ef0b912ba0f43d6ef558d213e05619da0b3197"
476
  },
477
  "mirrors": {
478
  "github_pages": {
479
  "ok": true,
480
  "status_code": 200,
481
  "bytes": 4432,
482
- "sha256": "9d8eb05aa29f898a28f64b0b23ef0b912ba0f43d6ef558d213e05619da0b3197",
483
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/source_alignment_audit.json",
484
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/source_alignment_audit.json"
485
  },
@@ -487,7 +487,7 @@
487
  "ok": true,
488
  "status_code": 200,
489
  "bytes": 4432,
490
- "sha256": "9d8eb05aa29f898a28f64b0b23ef0b912ba0f43d6ef558d213e05619da0b3197",
491
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/source_alignment_audit.json",
492
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/source_alignment_audit.json"
493
  },
@@ -495,16 +495,16 @@
495
  "ok": true,
496
  "status_code": 200,
497
  "bytes": 4432,
498
- "sha256": "9d8eb05aa29f898a28f64b0b23ef0b912ba0f43d6ef558d213e05619da0b3197",
499
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fsource_alignment_audit.json",
500
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/source_alignment_audit.json"
501
  },
502
  "hf_model": {
503
  "ok": true,
504
  "status_code": 200,
505
  "bytes": 4432,
506
- "sha256": "9d8eb05aa29f898a28f64b0b23ef0b912ba0f43d6ef558d213e05619da0b3197",
507
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fsource_alignment_audit.json",
508
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/source_alignment_audit.json"
509
  }
510
  },
@@ -517,40 +517,40 @@
517
  "local": {
518
  "path": "docs/data/project_status.json",
519
  "exists": true,
520
- "bytes": 7340,
521
- "sha256": "3f54a794582f4b61f60fe240a9ea6f1782e29a21498e2d63dad670495d4e0d39"
522
  },
523
  "mirrors": {
524
  "github_pages": {
525
  "ok": true,
526
  "status_code": 200,
527
- "bytes": 7340,
528
- "sha256": "3f54a794582f4b61f60fe240a9ea6f1782e29a21498e2d63dad670495d4e0d39",
529
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/project_status.json",
530
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/project_status.json"
531
  },
532
  "hf_space": {
533
  "ok": true,
534
  "status_code": 200,
535
- "bytes": 7340,
536
- "sha256": "3f54a794582f4b61f60fe240a9ea6f1782e29a21498e2d63dad670495d4e0d39",
537
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/project_status.json",
538
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/project_status.json"
539
  },
540
  "hf_artifacts": {
541
  "ok": true,
542
  "status_code": 200,
543
- "bytes": 7340,
544
- "sha256": "3f54a794582f4b61f60fe240a9ea6f1782e29a21498e2d63dad670495d4e0d39",
545
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fproject_status.json",
546
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/project_status.json"
547
  },
548
  "hf_model": {
549
  "ok": true,
550
  "status_code": 200,
551
- "bytes": 7340,
552
- "sha256": "3f54a794582f4b61f60fe240a9ea6f1782e29a21498e2d63dad670495d4e0d39",
553
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fproject_status.json",
554
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/project_status.json"
555
  }
556
  },
@@ -588,7 +588,7 @@
588
  "status_code": 200,
589
  "bytes": 13644,
590
  "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf",
591
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fevaluation_protocol.json",
592
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/evaluation_protocol.json"
593
  },
594
  "hf_model": {
@@ -596,7 +596,7 @@
596
  "status_code": 200,
597
  "bytes": 13644,
598
  "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf",
599
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fevaluation_protocol.json",
600
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/evaluation_protocol.json"
601
  }
602
  },
@@ -609,40 +609,40 @@
609
  "local": {
610
  "path": "docs/data/research_takeaways.json",
611
  "exists": true,
612
- "bytes": 5356,
613
- "sha256": "0621f28d602582c70524cd9455b01558e7003267b1f4786d005e31597e46b051"
614
  },
615
  "mirrors": {
616
  "github_pages": {
617
  "ok": true,
618
  "status_code": 200,
619
- "bytes": 5356,
620
- "sha256": "0621f28d602582c70524cd9455b01558e7003267b1f4786d005e31597e46b051",
621
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_takeaways.json",
622
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_takeaways.json"
623
  },
624
  "hf_space": {
625
  "ok": true,
626
  "status_code": 200,
627
- "bytes": 5356,
628
- "sha256": "0621f28d602582c70524cd9455b01558e7003267b1f4786d005e31597e46b051",
629
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_takeaways.json",
630
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_takeaways.json"
631
  },
632
  "hf_artifacts": {
633
  "ok": true,
634
  "status_code": 200,
635
- "bytes": 5356,
636
- "sha256": "0621f28d602582c70524cd9455b01558e7003267b1f4786d005e31597e46b051",
637
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fresearch_takeaways.json",
638
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_takeaways.json"
639
  },
640
  "hf_model": {
641
  "ok": true,
642
  "status_code": 200,
643
- "bytes": 5356,
644
- "sha256": "0621f28d602582c70524cd9455b01558e7003267b1f4786d005e31597e46b051",
645
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fresearch_takeaways.json",
646
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_takeaways.json"
647
  }
648
  },
@@ -655,40 +655,40 @@
655
  "local": {
656
  "path": "docs/data/research_roadmap.json",
657
  "exists": true,
658
- "bytes": 4594,
659
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad"
660
  },
661
  "mirrors": {
662
  "github_pages": {
663
  "ok": true,
664
  "status_code": 200,
665
- "bytes": 4594,
666
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad",
667
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap.json",
668
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap.json"
669
  },
670
  "hf_space": {
671
  "ok": true,
672
  "status_code": 200,
673
- "bytes": 4594,
674
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad",
675
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap.json",
676
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap.json"
677
  },
678
  "hf_artifacts": {
679
  "ok": true,
680
  "status_code": 200,
681
- "bytes": 4594,
682
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad",
683
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fresearch_roadmap.json",
684
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_roadmap.json"
685
  },
686
  "hf_model": {
687
  "ok": true,
688
  "status_code": 200,
689
- "bytes": 4594,
690
- "sha256": "bbce65e803a0fad55cc739eb2dc6fdf50a69c81362f05d216324d0813ee4ccad",
691
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fresearch_roadmap.json",
692
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_roadmap.json"
693
  }
694
  },
@@ -701,40 +701,40 @@
701
  "local": {
702
  "path": "docs/data/research_roadmap_interactive.json",
703
  "exists": true,
704
- "bytes": 121327,
705
- "sha256": "bd3626b9217260437120304e0509d95f75de491e76a86ad284790109763e04b0"
706
  },
707
  "mirrors": {
708
  "github_pages": {
709
  "ok": true,
710
  "status_code": 200,
711
- "bytes": 121327,
712
- "sha256": "bd3626b9217260437120304e0509d95f75de491e76a86ad284790109763e04b0",
713
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap_interactive.json",
714
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap_interactive.json"
715
  },
716
  "hf_space": {
717
  "ok": true,
718
  "status_code": 200,
719
- "bytes": 121327,
720
- "sha256": "bd3626b9217260437120304e0509d95f75de491e76a86ad284790109763e04b0",
721
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap_interactive.json",
722
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap_interactive.json"
723
  },
724
  "hf_artifacts": {
725
  "ok": true,
726
  "status_code": 200,
727
- "bytes": 121327,
728
- "sha256": "bd3626b9217260437120304e0509d95f75de491e76a86ad284790109763e04b0",
729
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fresearch_roadmap_interactive.json",
730
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_roadmap_interactive.json"
731
  },
732
  "hf_model": {
733
  "ok": true,
734
  "status_code": 200,
735
- "bytes": 121327,
736
- "sha256": "bd3626b9217260437120304e0509d95f75de491e76a86ad284790109763e04b0",
737
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fresearch_roadmap_interactive.json",
738
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_roadmap_interactive.json"
739
  }
740
  },
@@ -748,14 +748,14 @@
748
  "path": "docs/data/figure_index.json",
749
  "exists": true,
750
  "bytes": 13434,
751
- "sha256": "fc7c9d504509bea2bab08238c96b745f00fdd6a016019d121d4bf0e22b5f3936"
752
  },
753
  "mirrors": {
754
  "github_pages": {
755
  "ok": true,
756
  "status_code": 200,
757
  "bytes": 13434,
758
- "sha256": "fc7c9d504509bea2bab08238c96b745f00fdd6a016019d121d4bf0e22b5f3936",
759
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/figure_index.json",
760
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/figure_index.json"
761
  },
@@ -763,7 +763,7 @@
763
  "ok": true,
764
  "status_code": 200,
765
  "bytes": 13434,
766
- "sha256": "fc7c9d504509bea2bab08238c96b745f00fdd6a016019d121d4bf0e22b5f3936",
767
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/figure_index.json",
768
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/figure_index.json"
769
  },
@@ -771,16 +771,16 @@
771
  "ok": true,
772
  "status_code": 200,
773
  "bytes": 13434,
774
- "sha256": "fc7c9d504509bea2bab08238c96b745f00fdd6a016019d121d4bf0e22b5f3936",
775
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Ffigure_index.json",
776
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/figure_index.json"
777
  },
778
  "hf_model": {
779
  "ok": true,
780
  "status_code": 200,
781
  "bytes": 13434,
782
- "sha256": "fc7c9d504509bea2bab08238c96b745f00fdd6a016019d121d4bf0e22b5f3936",
783
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Ffigure_index.json",
784
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/figure_index.json"
785
  }
786
  },
@@ -818,7 +818,7 @@
818
  "status_code": 200,
819
  "bytes": 26976,
820
  "sha256": "4a43c4df17f26cd02c988afab34165a9b106acf440cf5a09d9f042b6e1fada1b",
821
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Ftask_walkthroughs.json",
822
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/task_walkthroughs.json"
823
  },
824
  "hf_model": {
@@ -826,7 +826,7 @@
826
  "status_code": 200,
827
  "bytes": 26976,
828
  "sha256": "4a43c4df17f26cd02c988afab34165a9b106acf440cf5a09d9f042b6e1fada1b",
829
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Ftask_walkthroughs.json",
830
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/task_walkthroughs.json"
831
  }
832
  },
@@ -840,14 +840,14 @@
840
  "path": "docs/data/task_surface_integrity.json",
841
  "exists": true,
842
  "bytes": 45779,
843
- "sha256": "8dfb556fc81d931bcaf547c52442e39c5f0579c8cc6508afa117c15aa879e8cb"
844
  },
845
  "mirrors": {
846
  "github_pages": {
847
  "ok": true,
848
  "status_code": 200,
849
  "bytes": 45779,
850
- "sha256": "8dfb556fc81d931bcaf547c52442e39c5f0579c8cc6508afa117c15aa879e8cb",
851
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/task_surface_integrity.json",
852
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/task_surface_integrity.json"
853
  },
@@ -855,7 +855,7 @@
855
  "ok": true,
856
  "status_code": 200,
857
  "bytes": 45779,
858
- "sha256": "8dfb556fc81d931bcaf547c52442e39c5f0579c8cc6508afa117c15aa879e8cb",
859
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/task_surface_integrity.json",
860
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/task_surface_integrity.json"
861
  },
@@ -863,16 +863,16 @@
863
  "ok": true,
864
  "status_code": 200,
865
  "bytes": 45779,
866
- "sha256": "8dfb556fc81d931bcaf547c52442e39c5f0579c8cc6508afa117c15aa879e8cb",
867
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Ftask_surface_integrity.json",
868
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/task_surface_integrity.json"
869
  },
870
  "hf_model": {
871
  "ok": true,
872
  "status_code": 200,
873
  "bytes": 45779,
874
- "sha256": "8dfb556fc81d931bcaf547c52442e39c5f0579c8cc6508afa117c15aa879e8cb",
875
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Ftask_surface_integrity.json",
876
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/task_surface_integrity.json"
877
  }
878
  },
@@ -910,7 +910,7 @@
910
  "status_code": 200,
911
  "bytes": 3897,
912
  "sha256": "0d4e77e3e5903e1d6eff69cc487ad2b7f8d89ad06a44de09d0edca47e878b7d2",
913
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fbrand_assets.json",
914
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/brand_assets.json"
915
  },
916
  "hf_model": {
@@ -918,7 +918,7 @@
918
  "status_code": 200,
919
  "bytes": 3897,
920
  "sha256": "0d4e77e3e5903e1d6eff69cc487ad2b7f8d89ad06a44de09d0edca47e878b7d2",
921
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fbrand_assets.json",
922
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/brand_assets.json"
923
  }
924
  },
@@ -1026,8 +1026,8 @@
1026
  "fetch": {
1027
  "ok": true,
1028
  "status_code": 200,
1029
- "bytes": 166238,
1030
- "sha256": "4ccdf2d1867793cfa64ff7475ff091300e135935140bd65b3277ac999a317747",
1031
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/"
1032
  },
1033
  "required_marker_count": 23,
@@ -1043,8 +1043,8 @@
1043
  "fetch": {
1044
  "ok": true,
1045
  "status_code": 200,
1046
- "bytes": 166238,
1047
- "sha256": "4ccdf2d1867793cfa64ff7475ff091300e135935140bd65b3277ac999a317747",
1048
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/index.html"
1049
  },
1050
  "required_marker_count": 23,
@@ -1060,8 +1060,8 @@
1060
  "fetch": {
1061
  "ok": true,
1062
  "status_code": 200,
1063
- "bytes": 3692,
1064
- "sha256": "521619031c044f2088e14068bb1843bb3480a1d2367451b55acbdc0d09af3819",
1065
  "final_url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/raw/main/README.md"
1066
  },
1067
  "required_marker_count": 17,
@@ -1111,8 +1111,8 @@
1111
  "fetch": {
1112
  "ok": true,
1113
  "status_code": 200,
1114
- "bytes": 9107,
1115
- "sha256": "329f6b835933899df04822ee08433970ab557ff5c6c7a5541d35d53841ac11b8",
1116
  "final_url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/raw/main/README.md"
1117
  },
1118
  "required_marker_count": 17,
@@ -1128,8 +1128,8 @@
1128
  "fetch": {
1129
  "ok": true,
1130
  "status_code": 200,
1131
- "bytes": 97337,
1132
- "sha256": "ba4a25793a4204952d5e8aa770906965e005f55716b09b292b538606bec18da2",
1133
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/mirror_parity.json"
1134
  },
1135
  "required_marker_count": 1,
@@ -1145,8 +1145,8 @@
1145
  "fetch": {
1146
  "ok": true,
1147
  "status_code": 200,
1148
- "bytes": 97337,
1149
- "sha256": "ba4a25793a4204952d5e8aa770906965e005f55716b09b292b538606bec18da2",
1150
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/mirror_parity.json"
1151
  },
1152
  "required_marker_count": 1,
@@ -1162,9 +1162,9 @@
1162
  "fetch": {
1163
  "ok": true,
1164
  "status_code": 200,
1165
- "bytes": 97337,
1166
- "sha256": "ba4a25793a4204952d5e8aa770906965e005f55716b09b292b538606bec18da2",
1167
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fmirror_parity.json"
1168
  },
1169
  "required_marker_count": 1,
1170
  "missing_markers": [],
@@ -1179,9 +1179,9 @@
1179
  "fetch": {
1180
  "ok": true,
1181
  "status_code": 200,
1182
- "bytes": 97337,
1183
- "sha256": "ba4a25793a4204952d5e8aa770906965e005f55716b09b292b538606bec18da2",
1184
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fmirror_parity.json"
1185
  },
1186
  "required_marker_count": 1,
1187
  "missing_markers": [],
@@ -1197,7 +1197,7 @@
1197
  "ok": true,
1198
  "status_code": 200,
1199
  "bytes": 7289,
1200
- "sha256": "b2292107e5472a74e5b78dc769d2ff2739c41d7773367d9868b9d57db99a77e1",
1201
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/publication_audit.json"
1202
  },
1203
  "required_marker_count": 1,
@@ -1214,7 +1214,7 @@
1214
  "ok": true,
1215
  "status_code": 200,
1216
  "bytes": 7289,
1217
- "sha256": "b2292107e5472a74e5b78dc769d2ff2739c41d7773367d9868b9d57db99a77e1",
1218
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/publication_audit.json"
1219
  },
1220
  "required_marker_count": 1,
@@ -1231,8 +1231,8 @@
1231
  "ok": true,
1232
  "status_code": 200,
1233
  "bytes": 7289,
1234
- "sha256": "b2292107e5472a74e5b78dc769d2ff2739c41d7773367d9868b9d57db99a77e1",
1235
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fpublication_audit.json"
1236
  },
1237
  "required_marker_count": 1,
1238
  "missing_markers": [],
@@ -1248,8 +1248,8 @@
1248
  "ok": true,
1249
  "status_code": 200,
1250
  "bytes": 7289,
1251
- "sha256": "b2292107e5472a74e5b78dc769d2ff2739c41d7773367d9868b9d57db99a77e1",
1252
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fpublication_audit.json"
1253
  },
1254
  "required_marker_count": 1,
1255
  "missing_markers": [],
@@ -1264,8 +1264,8 @@
1264
  "fetch": {
1265
  "ok": true,
1266
  "status_code": 200,
1267
- "bytes": 14312,
1268
- "sha256": "5c86a8f27a05c1b0d9f8a407b73be2db1fbd88aafc64687f9f07b9bc4f397305",
1269
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/website_integrity.json"
1270
  },
1271
  "required_marker_count": 1,
@@ -1281,8 +1281,8 @@
1281
  "fetch": {
1282
  "ok": true,
1283
  "status_code": 200,
1284
- "bytes": 14312,
1285
- "sha256": "5c86a8f27a05c1b0d9f8a407b73be2db1fbd88aafc64687f9f07b9bc4f397305",
1286
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/website_integrity.json"
1287
  },
1288
  "required_marker_count": 1,
@@ -1298,9 +1298,9 @@
1298
  "fetch": {
1299
  "ok": true,
1300
  "status_code": 200,
1301
- "bytes": 14312,
1302
- "sha256": "5c86a8f27a05c1b0d9f8a407b73be2db1fbd88aafc64687f9f07b9bc4f397305",
1303
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fwebsite_integrity.json"
1304
  },
1305
  "required_marker_count": 1,
1306
  "missing_markers": [],
@@ -1315,9 +1315,9 @@
1315
  "fetch": {
1316
  "ok": true,
1317
  "status_code": 200,
1318
- "bytes": 14312,
1319
- "sha256": "5c86a8f27a05c1b0d9f8a407b73be2db1fbd88aafc64687f9f07b9bc4f397305",
1320
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fwebsite_integrity.json"
1321
  },
1322
  "required_marker_count": 1,
1323
  "missing_markers": [],
@@ -1332,8 +1332,8 @@
1332
  "fetch": {
1333
  "ok": true,
1334
  "status_code": 200,
1335
- "bytes": 5647,
1336
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb",
1337
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json"
1338
  },
1339
  "required_marker_count": 1,
@@ -1349,8 +1349,8 @@
1349
  "fetch": {
1350
  "ok": true,
1351
  "status_code": 200,
1352
- "bytes": 5647,
1353
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb",
1354
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json"
1355
  },
1356
  "required_marker_count": 1,
@@ -1366,9 +1366,9 @@
1366
  "fetch": {
1367
  "ok": true,
1368
  "status_code": 200,
1369
- "bytes": 5647,
1370
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb",
1371
- "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/91c355fe10e26e62be8d7dad2b332a7264287a1d/docs%2Fdata%2Fpublic_surface_qa.json"
1372
  },
1373
  "required_marker_count": 1,
1374
  "missing_markers": [],
@@ -1383,9 +1383,9 @@
1383
  "fetch": {
1384
  "ok": true,
1385
  "status_code": 200,
1386
- "bytes": 5647,
1387
- "sha256": "46576b574f962767b3d52ffd7075659d72ddf3d11154e47997fe7564de1731cb",
1388
- "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/0816a5a322b7f4ec0b26d6308a4a4cfd4a3de141/metrics%2Fpublic_surface_qa.json"
1389
  },
1390
  "required_marker_count": 1,
1391
  "missing_markers": [],
 
1
  {
2
  "title": "Ropedia Xperience-10M Live Publication Status",
3
  "status": "pass",
4
+ "checked_at_utc": "2026-06-03T17:18:16+00:00",
5
  "scope": "Live GitHub Pages, GitHub raw, Hugging Face Space, artifact dataset, and model card mirrors.",
6
  "hash_groups": [
7
  {
 
58
  "path": "docs/data/quality_gates.json",
59
  "exists": true,
60
  "bytes": 8147,
61
+ "sha256": "1a6b09fdf86ad0ad6aef167de8325670d6643c5d68c35e9846ff85270dcfed7a"
62
  },
63
  "mirrors": {
64
  "github_pages": {
65
  "ok": true,
66
  "status_code": 200,
67
  "bytes": 8147,
68
+ "sha256": "1a6b09fdf86ad0ad6aef167de8325670d6643c5d68c35e9846ff85270dcfed7a",
69
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/quality_gates.json",
70
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/quality_gates.json"
71
  },
 
73
  "ok": true,
74
  "status_code": 200,
75
  "bytes": 8147,
76
+ "sha256": "1a6b09fdf86ad0ad6aef167de8325670d6643c5d68c35e9846ff85270dcfed7a",
77
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/quality_gates.json",
78
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/quality_gates.json"
79
  },
 
81
  "ok": true,
82
  "status_code": 200,
83
  "bytes": 8147,
84
+ "sha256": "1a6b09fdf86ad0ad6aef167de8325670d6643c5d68c35e9846ff85270dcfed7a",
85
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fquality_gates.json",
86
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/quality_gates.json"
87
  },
88
  "hf_model": {
89
  "ok": true,
90
  "status_code": 200,
91
  "bytes": 8147,
92
+ "sha256": "1a6b09fdf86ad0ad6aef167de8325670d6643c5d68c35e9846ff85270dcfed7a",
93
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fquality_gates.json",
94
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/quality_gates.json"
95
  }
96
  },
 
128
  "status_code": 200,
129
  "bytes": 4297465,
130
  "sha256": "89481cb9c11e923aef55dddd50b41a6fcc20ebf83efa94eb71df73b7782561f5",
131
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fsingle_episode_explorer.json",
132
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/single_episode_explorer.json"
133
  },
134
  "hf_model": {
 
136
  "status_code": 200,
137
  "bytes": 4297465,
138
  "sha256": "89481cb9c11e923aef55dddd50b41a6fcc20ebf83efa94eb71df73b7782561f5",
139
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fsingle_episode_explorer.json",
140
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/single_episode_explorer.json"
141
  }
142
  },
 
174
  "status_code": 200,
175
  "bytes": 2766828,
176
  "sha256": "19feb5e101ef50ec9f2a03e608ac75da68d642a2a38f20bd475635f0928279f0",
177
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fsingle_episode_explorer.html",
178
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/single_episode_explorer.html"
179
  },
180
  "hf_model": {
 
182
  "status_code": 200,
183
  "bytes": 2766828,
184
  "sha256": "19feb5e101ef50ec9f2a03e608ac75da68d642a2a38f20bd475635f0928279f0",
185
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/single_episode_explorer.html",
186
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/single_episode_explorer.html"
187
  }
188
  },
 
195
  "local": {
196
  "path": "docs/research_roadmap.html",
197
  "exists": true,
198
+ "bytes": 31593,
199
+ "sha256": "05864ee10e582a4c05a5f1cdda4ae92a387c457375f4c7631fd303de96ad0c98"
200
  },
201
  "mirrors": {
202
  "github_pages": {
203
  "ok": true,
204
  "status_code": 200,
205
+ "bytes": 31593,
206
+ "sha256": "05864ee10e582a4c05a5f1cdda4ae92a387c457375f4c7631fd303de96ad0c98",
207
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html",
208
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html"
209
  },
210
  "hf_space": {
211
  "ok": true,
212
  "status_code": 200,
213
+ "bytes": 31593,
214
+ "sha256": "05864ee10e582a4c05a5f1cdda4ae92a387c457375f4c7631fd303de96ad0c98",
215
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/research_roadmap.html",
216
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/research_roadmap.html"
217
  },
218
  "hf_artifacts": {
219
  "ok": true,
220
  "status_code": 200,
221
+ "bytes": 31593,
222
+ "sha256": "05864ee10e582a4c05a5f1cdda4ae92a387c457375f4c7631fd303de96ad0c98",
223
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fresearch_roadmap.html",
224
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/research_roadmap.html"
225
  },
226
  "hf_model": {
227
  "ok": true,
228
  "status_code": 200,
229
+ "bytes": 31593,
230
+ "sha256": "05864ee10e582a4c05a5f1cdda4ae92a387c457375f4c7631fd303de96ad0c98",
231
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/research_roadmap.html",
232
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/research_roadmap.html"
233
  }
234
  },
 
266
  "status_code": 200,
267
  "bytes": 4072,
268
  "sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466",
269
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/results%2Fsingle_episode_diagnostics%2Fprovenance.json",
270
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/results/single_episode_diagnostics/provenance.json"
271
  },
272
  "hf_model": {
 
274
  "status_code": 200,
275
  "bytes": 4072,
276
  "sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466",
277
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/results%2Fsingle_episode_diagnostics%2Fprovenance.json",
278
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/results/single_episode_diagnostics/provenance.json"
279
  }
280
  },
 
312
  "status_code": 200,
313
  "bytes": 995,
314
  "sha256": "813320bbe5d57c74803f5dfb080d440ef1804af41950e031d82ab80311eb04c7",
315
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/results%2Fsingle_episode_diagnostics%2Fobject_labels%2Fobject_vocab.json",
316
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/results/single_episode_diagnostics/object_labels/object_vocab.json"
317
  },
318
  "hf_model": {
 
320
  "status_code": 200,
321
  "bytes": 995,
322
  "sha256": "813320bbe5d57c74803f5dfb080d440ef1804af41950e031d82ab80311eb04c7",
323
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/results%2Fsingle_episode_diagnostics%2Fobject_labels%2Fobject_vocab.json",
324
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/results/single_episode_diagnostics/object_labels/object_vocab.json"
325
  }
326
  },
 
333
  "local": {
334
  "path": "docs/data/public_surface_qa.json",
335
  "exists": true,
336
+ "bytes": 5631,
337
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624"
338
  },
339
  "mirrors": {
340
  "github_pages": {
341
  "ok": true,
342
  "status_code": 200,
343
+ "bytes": 5631,
344
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624",
345
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json",
346
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json"
347
  },
348
  "hf_space": {
349
  "ok": true,
350
  "status_code": 200,
351
+ "bytes": 5631,
352
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624",
353
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json",
354
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json"
355
  },
356
  "hf_artifacts": {
357
  "ok": true,
358
  "status_code": 200,
359
+ "bytes": 5631,
360
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624",
361
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fpublic_surface_qa.json",
362
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/public_surface_qa.json"
363
  },
364
  "hf_model": {
365
  "ok": true,
366
  "status_code": 200,
367
+ "bytes": 5631,
368
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624",
369
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fpublic_surface_qa.json",
370
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/public_surface_qa.json"
371
  }
372
  },
 
404
  "status_code": 200,
405
  "bytes": 4032,
406
  "sha256": "2390c3663e9a110b9ed2f9c581b88a95bbd811a72ffb3e8dc780dae420e0f919",
407
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Frendered_site_check.json",
408
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/rendered_site_check.json"
409
  },
410
  "hf_model": {
 
412
  "status_code": 200,
413
  "bytes": 4032,
414
  "sha256": "2390c3663e9a110b9ed2f9c581b88a95bbd811a72ffb3e8dc780dae420e0f919",
415
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Frendered_site_check.json",
416
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/rendered_site_check.json"
417
  }
418
  },
 
425
  "local": {
426
  "path": "docs/data/xperience10m_dataset_card_alignment.json",
427
  "exists": true,
428
+ "bytes": 7585,
429
+ "sha256": "8bb8f22cf1cc8938f7dcfef15d11e3e544243bb56dc32c792313d224e91a8a2d"
430
  },
431
  "mirrors": {
432
  "github_pages": {
433
  "ok": true,
434
  "status_code": 200,
435
+ "bytes": 7585,
436
+ "sha256": "8bb8f22cf1cc8938f7dcfef15d11e3e544243bb56dc32c792313d224e91a8a2d",
437
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/xperience10m_dataset_card_alignment.json",
438
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/xperience10m_dataset_card_alignment.json"
439
  },
440
  "hf_space": {
441
  "ok": true,
442
  "status_code": 200,
443
+ "bytes": 7585,
444
+ "sha256": "8bb8f22cf1cc8938f7dcfef15d11e3e544243bb56dc32c792313d224e91a8a2d",
445
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/xperience10m_dataset_card_alignment.json",
446
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/xperience10m_dataset_card_alignment.json"
447
  },
448
  "hf_artifacts": {
449
  "ok": true,
450
  "status_code": 200,
451
+ "bytes": 7585,
452
+ "sha256": "8bb8f22cf1cc8938f7dcfef15d11e3e544243bb56dc32c792313d224e91a8a2d",
453
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fxperience10m_dataset_card_alignment.json",
454
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/xperience10m_dataset_card_alignment.json"
455
  },
456
  "hf_model": {
457
  "ok": true,
458
  "status_code": 200,
459
+ "bytes": 7585,
460
+ "sha256": "8bb8f22cf1cc8938f7dcfef15d11e3e544243bb56dc32c792313d224e91a8a2d",
461
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fxperience10m_dataset_card_alignment.json",
462
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/xperience10m_dataset_card_alignment.json"
463
  }
464
  },
 
472
  "path": "docs/data/source_alignment_audit.json",
473
  "exists": true,
474
  "bytes": 4432,
475
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
476
  },
477
  "mirrors": {
478
  "github_pages": {
479
  "ok": true,
480
  "status_code": 200,
481
  "bytes": 4432,
482
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b",
483
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/source_alignment_audit.json",
484
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/source_alignment_audit.json"
485
  },
 
487
  "ok": true,
488
  "status_code": 200,
489
  "bytes": 4432,
490
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b",
491
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/source_alignment_audit.json",
492
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/source_alignment_audit.json"
493
  },
 
495
  "ok": true,
496
  "status_code": 200,
497
  "bytes": 4432,
498
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b",
499
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fsource_alignment_audit.json",
500
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/source_alignment_audit.json"
501
  },
502
  "hf_model": {
503
  "ok": true,
504
  "status_code": 200,
505
  "bytes": 4432,
506
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b",
507
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fsource_alignment_audit.json",
508
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/source_alignment_audit.json"
509
  }
510
  },
 
517
  "local": {
518
  "path": "docs/data/project_status.json",
519
  "exists": true,
520
+ "bytes": 9006,
521
+ "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb"
522
  },
523
  "mirrors": {
524
  "github_pages": {
525
  "ok": true,
526
  "status_code": 200,
527
+ "bytes": 9006,
528
+ "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb",
529
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/project_status.json",
530
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/project_status.json"
531
  },
532
  "hf_space": {
533
  "ok": true,
534
  "status_code": 200,
535
+ "bytes": 9006,
536
+ "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb",
537
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/project_status.json",
538
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/project_status.json"
539
  },
540
  "hf_artifacts": {
541
  "ok": true,
542
  "status_code": 200,
543
+ "bytes": 9006,
544
+ "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb",
545
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fproject_status.json",
546
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/project_status.json"
547
  },
548
  "hf_model": {
549
  "ok": true,
550
  "status_code": 200,
551
+ "bytes": 9006,
552
+ "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb",
553
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fproject_status.json",
554
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/project_status.json"
555
  }
556
  },
 
588
  "status_code": 200,
589
  "bytes": 13644,
590
  "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf",
591
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fevaluation_protocol.json",
592
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/evaluation_protocol.json"
593
  },
594
  "hf_model": {
 
596
  "status_code": 200,
597
  "bytes": 13644,
598
  "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf",
599
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fevaluation_protocol.json",
600
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/evaluation_protocol.json"
601
  }
602
  },
 
609
  "local": {
610
  "path": "docs/data/research_takeaways.json",
611
  "exists": true,
612
+ "bytes": 6814,
613
+ "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044"
614
  },
615
  "mirrors": {
616
  "github_pages": {
617
  "ok": true,
618
  "status_code": 200,
619
+ "bytes": 6814,
620
+ "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044",
621
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_takeaways.json",
622
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_takeaways.json"
623
  },
624
  "hf_space": {
625
  "ok": true,
626
  "status_code": 200,
627
+ "bytes": 6814,
628
+ "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044",
629
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_takeaways.json",
630
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_takeaways.json"
631
  },
632
  "hf_artifacts": {
633
  "ok": true,
634
  "status_code": 200,
635
+ "bytes": 6814,
636
+ "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044",
637
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fresearch_takeaways.json",
638
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_takeaways.json"
639
  },
640
  "hf_model": {
641
  "ok": true,
642
  "status_code": 200,
643
+ "bytes": 6814,
644
+ "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044",
645
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fresearch_takeaways.json",
646
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_takeaways.json"
647
  }
648
  },
 
655
  "local": {
656
  "path": "docs/data/research_roadmap.json",
657
  "exists": true,
658
+ "bytes": 5752,
659
+ "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca"
660
  },
661
  "mirrors": {
662
  "github_pages": {
663
  "ok": true,
664
  "status_code": 200,
665
+ "bytes": 5752,
666
+ "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca",
667
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap.json",
668
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap.json"
669
  },
670
  "hf_space": {
671
  "ok": true,
672
  "status_code": 200,
673
+ "bytes": 5752,
674
+ "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca",
675
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap.json",
676
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap.json"
677
  },
678
  "hf_artifacts": {
679
  "ok": true,
680
  "status_code": 200,
681
+ "bytes": 5752,
682
+ "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca",
683
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fresearch_roadmap.json",
684
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_roadmap.json"
685
  },
686
  "hf_model": {
687
  "ok": true,
688
  "status_code": 200,
689
+ "bytes": 5752,
690
+ "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca",
691
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fresearch_roadmap.json",
692
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_roadmap.json"
693
  }
694
  },
 
701
  "local": {
702
  "path": "docs/data/research_roadmap_interactive.json",
703
  "exists": true,
704
+ "bytes": 131526,
705
+ "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0"
706
  },
707
  "mirrors": {
708
  "github_pages": {
709
  "ok": true,
710
  "status_code": 200,
711
+ "bytes": 131526,
712
+ "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0",
713
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap_interactive.json",
714
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap_interactive.json"
715
  },
716
  "hf_space": {
717
  "ok": true,
718
  "status_code": 200,
719
+ "bytes": 131526,
720
+ "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0",
721
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap_interactive.json",
722
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap_interactive.json"
723
  },
724
  "hf_artifacts": {
725
  "ok": true,
726
  "status_code": 200,
727
+ "bytes": 131526,
728
+ "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0",
729
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fresearch_roadmap_interactive.json",
730
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_roadmap_interactive.json"
731
  },
732
  "hf_model": {
733
  "ok": true,
734
  "status_code": 200,
735
+ "bytes": 131526,
736
+ "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0",
737
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fresearch_roadmap_interactive.json",
738
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_roadmap_interactive.json"
739
  }
740
  },
 
748
  "path": "docs/data/figure_index.json",
749
  "exists": true,
750
  "bytes": 13434,
751
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560"
752
  },
753
  "mirrors": {
754
  "github_pages": {
755
  "ok": true,
756
  "status_code": 200,
757
  "bytes": 13434,
758
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560",
759
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/figure_index.json",
760
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/figure_index.json"
761
  },
 
763
  "ok": true,
764
  "status_code": 200,
765
  "bytes": 13434,
766
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560",
767
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/figure_index.json",
768
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/figure_index.json"
769
  },
 
771
  "ok": true,
772
  "status_code": 200,
773
  "bytes": 13434,
774
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560",
775
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Ffigure_index.json",
776
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/figure_index.json"
777
  },
778
  "hf_model": {
779
  "ok": true,
780
  "status_code": 200,
781
  "bytes": 13434,
782
+ "sha256": "1a28548d2838b5a5ea9464761ccb73a3e55d6d48dd4c68d321f056bfdc4ad560",
783
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Ffigure_index.json",
784
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/figure_index.json"
785
  }
786
  },
 
818
  "status_code": 200,
819
  "bytes": 26976,
820
  "sha256": "4a43c4df17f26cd02c988afab34165a9b106acf440cf5a09d9f042b6e1fada1b",
821
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Ftask_walkthroughs.json",
822
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/task_walkthroughs.json"
823
  },
824
  "hf_model": {
 
826
  "status_code": 200,
827
  "bytes": 26976,
828
  "sha256": "4a43c4df17f26cd02c988afab34165a9b106acf440cf5a09d9f042b6e1fada1b",
829
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Ftask_walkthroughs.json",
830
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/task_walkthroughs.json"
831
  }
832
  },
 
840
  "path": "docs/data/task_surface_integrity.json",
841
  "exists": true,
842
  "bytes": 45779,
843
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33"
844
  },
845
  "mirrors": {
846
  "github_pages": {
847
  "ok": true,
848
  "status_code": 200,
849
  "bytes": 45779,
850
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33",
851
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/task_surface_integrity.json",
852
  "url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/task_surface_integrity.json"
853
  },
 
855
  "ok": true,
856
  "status_code": 200,
857
  "bytes": 45779,
858
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33",
859
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/task_surface_integrity.json",
860
  "url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/task_surface_integrity.json"
861
  },
 
863
  "ok": true,
864
  "status_code": 200,
865
  "bytes": 45779,
866
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33",
867
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Ftask_surface_integrity.json",
868
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/task_surface_integrity.json"
869
  },
870
  "hf_model": {
871
  "ok": true,
872
  "status_code": 200,
873
  "bytes": 45779,
874
+ "sha256": "ea0a9de1e414e275b41eca27908c2d5575da3c05e05d7f2544122d763bbdfd33",
875
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Ftask_surface_integrity.json",
876
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/task_surface_integrity.json"
877
  }
878
  },
 
910
  "status_code": 200,
911
  "bytes": 3897,
912
  "sha256": "0d4e77e3e5903e1d6eff69cc487ad2b7f8d89ad06a44de09d0edca47e878b7d2",
913
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fbrand_assets.json",
914
  "url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/brand_assets.json"
915
  },
916
  "hf_model": {
 
918
  "status_code": 200,
919
  "bytes": 3897,
920
  "sha256": "0d4e77e3e5903e1d6eff69cc487ad2b7f8d89ad06a44de09d0edca47e878b7d2",
921
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fbrand_assets.json",
922
  "url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/brand_assets.json"
923
  }
924
  },
 
1026
  "fetch": {
1027
  "ok": true,
1028
  "status_code": 200,
1029
+ "bytes": 170464,
1030
+ "sha256": "f85f66d3551bf641c0f21a2a7581c3cc9df277c3f22403c8a361346a18c11385",
1031
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/"
1032
  },
1033
  "required_marker_count": 23,
 
1043
  "fetch": {
1044
  "ok": true,
1045
  "status_code": 200,
1046
+ "bytes": 170464,
1047
+ "sha256": "f85f66d3551bf641c0f21a2a7581c3cc9df277c3f22403c8a361346a18c11385",
1048
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/index.html"
1049
  },
1050
  "required_marker_count": 23,
 
1060
  "fetch": {
1061
  "ok": true,
1062
  "status_code": 200,
1063
+ "bytes": 4594,
1064
+ "sha256": "7c388415f9407a75e9bad4a53b8a1a675328356c0f058b64e00887c28914ca5c",
1065
  "final_url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/raw/main/README.md"
1066
  },
1067
  "required_marker_count": 17,
 
1111
  "fetch": {
1112
  "ok": true,
1113
  "status_code": 200,
1114
+ "bytes": 63788,
1115
+ "sha256": "01eab741ef14e1b4d03112b6ca9554eeec70b183efe012008c2531d0010073cb",
1116
  "final_url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/raw/main/README.md"
1117
  },
1118
  "required_marker_count": 17,
 
1128
  "fetch": {
1129
  "ok": true,
1130
  "status_code": 200,
1131
+ "bytes": 108606,
1132
+ "sha256": "35a4d0a5f957fabb49cd46c859f389ba9f333294d0076f69bcb80f0da6b08d24",
1133
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/mirror_parity.json"
1134
  },
1135
  "required_marker_count": 1,
 
1145
  "fetch": {
1146
  "ok": true,
1147
  "status_code": 200,
1148
+ "bytes": 108606,
1149
+ "sha256": "35a4d0a5f957fabb49cd46c859f389ba9f333294d0076f69bcb80f0da6b08d24",
1150
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/mirror_parity.json"
1151
  },
1152
  "required_marker_count": 1,
 
1162
  "fetch": {
1163
  "ok": true,
1164
  "status_code": 200,
1165
+ "bytes": 108606,
1166
+ "sha256": "35a4d0a5f957fabb49cd46c859f389ba9f333294d0076f69bcb80f0da6b08d24",
1167
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fmirror_parity.json"
1168
  },
1169
  "required_marker_count": 1,
1170
  "missing_markers": [],
 
1179
  "fetch": {
1180
  "ok": true,
1181
  "status_code": 200,
1182
+ "bytes": 108606,
1183
+ "sha256": "35a4d0a5f957fabb49cd46c859f389ba9f333294d0076f69bcb80f0da6b08d24",
1184
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fmirror_parity.json"
1185
  },
1186
  "required_marker_count": 1,
1187
  "missing_markers": [],
 
1197
  "ok": true,
1198
  "status_code": 200,
1199
  "bytes": 7289,
1200
+ "sha256": "8bd9ff61443b39b48829f80d7d4ff2193a37402e22cf842023c469c3584480af",
1201
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/publication_audit.json"
1202
  },
1203
  "required_marker_count": 1,
 
1214
  "ok": true,
1215
  "status_code": 200,
1216
  "bytes": 7289,
1217
+ "sha256": "8bd9ff61443b39b48829f80d7d4ff2193a37402e22cf842023c469c3584480af",
1218
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/publication_audit.json"
1219
  },
1220
  "required_marker_count": 1,
 
1231
  "ok": true,
1232
  "status_code": 200,
1233
  "bytes": 7289,
1234
+ "sha256": "8bd9ff61443b39b48829f80d7d4ff2193a37402e22cf842023c469c3584480af",
1235
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fpublication_audit.json"
1236
  },
1237
  "required_marker_count": 1,
1238
  "missing_markers": [],
 
1248
  "ok": true,
1249
  "status_code": 200,
1250
  "bytes": 7289,
1251
+ "sha256": "8bd9ff61443b39b48829f80d7d4ff2193a37402e22cf842023c469c3584480af",
1252
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fpublication_audit.json"
1253
  },
1254
  "required_marker_count": 1,
1255
  "missing_markers": [],
 
1264
  "fetch": {
1265
  "ok": true,
1266
  "status_code": 200,
1267
+ "bytes": 14718,
1268
+ "sha256": "3cb852491d4b7998cd1c2b04a644c9d97eaddf4b8bd29bb00f971ed2e880f4c5",
1269
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/website_integrity.json"
1270
  },
1271
  "required_marker_count": 1,
 
1281
  "fetch": {
1282
  "ok": true,
1283
  "status_code": 200,
1284
+ "bytes": 14718,
1285
+ "sha256": "3cb852491d4b7998cd1c2b04a644c9d97eaddf4b8bd29bb00f971ed2e880f4c5",
1286
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/website_integrity.json"
1287
  },
1288
  "required_marker_count": 1,
 
1298
  "fetch": {
1299
  "ok": true,
1300
  "status_code": 200,
1301
+ "bytes": 14718,
1302
+ "sha256": "3cb852491d4b7998cd1c2b04a644c9d97eaddf4b8bd29bb00f971ed2e880f4c5",
1303
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fwebsite_integrity.json"
1304
  },
1305
  "required_marker_count": 1,
1306
  "missing_markers": [],
 
1315
  "fetch": {
1316
  "ok": true,
1317
  "status_code": 200,
1318
+ "bytes": 14718,
1319
+ "sha256": "3cb852491d4b7998cd1c2b04a644c9d97eaddf4b8bd29bb00f971ed2e880f4c5",
1320
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fwebsite_integrity.json"
1321
  },
1322
  "required_marker_count": 1,
1323
  "missing_markers": [],
 
1332
  "fetch": {
1333
  "ok": true,
1334
  "status_code": 200,
1335
+ "bytes": 5631,
1336
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624",
1337
  "final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json"
1338
  },
1339
  "required_marker_count": 1,
 
1349
  "fetch": {
1350
  "ok": true,
1351
  "status_code": 200,
1352
+ "bytes": 5631,
1353
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624",
1354
  "final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json"
1355
  },
1356
  "required_marker_count": 1,
 
1366
  "fetch": {
1367
  "ok": true,
1368
  "status_code": 200,
1369
+ "bytes": 5631,
1370
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624",
1371
+ "final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/e099e743cb44004fbcd780eb3b049fd2c85063ae/docs%2Fdata%2Fpublic_surface_qa.json"
1372
  },
1373
  "required_marker_count": 1,
1374
  "missing_markers": [],
 
1383
  "fetch": {
1384
  "ok": true,
1385
  "status_code": 200,
1386
+ "bytes": 5631,
1387
+ "sha256": "04327d22b4210afef123a29071ec7d686854efac6ca6c1b301b58fa9a04a2624",
1388
+ "final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/e0ca7d8c493d20f2379b2372f10b0317512ca371/metrics%2Fpublic_surface_qa.json"
1389
  },
1390
  "required_marker_count": 1,
1391
  "missing_markers": [],
docs/data/mirror_parity.json CHANGED
@@ -1,20 +1,16 @@
1
  {
2
- "status": "fail",
3
- "generated_at_utc": "2026-06-03T16:58:21+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
  "group_count": 101,
7
- "failure_count": 6,
8
- "failures_by_surface": {
9
- "hf_space": 2,
10
- "hf_artifacts": 2,
11
- "hf_model": 2
12
- }
13
  },
14
  "checks": [
15
  {
16
  "name": "repo_hf_space_artifact_model_data_parity",
17
- "status": "fail"
18
  },
19
  {
20
  "name": "repo_hf_visual_asset_parity",
@@ -34,7 +30,7 @@
34
  },
35
  {
36
  "name": "repo_hf_quality_doc_parity",
37
- "status": "fail"
38
  }
39
  ],
40
  "groups": [
@@ -44,27 +40,27 @@
44
  "local": {
45
  "path": "repo:docs/data/audio_ablation_summary.json",
46
  "exists": true,
47
- "bytes": 9735,
48
- "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
49
  },
50
  "mirrors": {
51
  "hf_space": {
52
  "path": "hf_space:data/audio_ablation_summary.json",
53
  "exists": true,
54
- "bytes": 9735,
55
- "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
56
  },
57
  "hf_artifacts": {
58
  "path": "hf_artifacts:docs/data/audio_ablation_summary.json",
59
  "exists": true,
60
- "bytes": 9735,
61
- "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
62
  },
63
  "hf_model": {
64
  "path": "hf_model:metrics/audio_ablation_summary.json",
65
  "exists": true,
66
- "bytes": 9735,
67
- "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
68
  }
69
  },
70
  "failures": []
@@ -75,27 +71,27 @@
75
  "local": {
76
  "path": "repo:docs/data/artifact_index.json",
77
  "exists": true,
78
- "bytes": 32378,
79
- "sha256": "553085b7e13b5d4ba9875bd7f59b376cd37094533e20094a54712bd46ed01ced"
80
  },
81
  "mirrors": {
82
  "hf_space": {
83
  "path": "hf_space:data/artifact_index.json",
84
  "exists": true,
85
- "bytes": 32378,
86
- "sha256": "553085b7e13b5d4ba9875bd7f59b376cd37094533e20094a54712bd46ed01ced"
87
  },
88
  "hf_artifacts": {
89
  "path": "hf_artifacts:docs/data/artifact_index.json",
90
  "exists": true,
91
- "bytes": 32378,
92
- "sha256": "553085b7e13b5d4ba9875bd7f59b376cd37094533e20094a54712bd46ed01ced"
93
  },
94
  "hf_model": {
95
  "path": "hf_model:metrics/artifact_index.json",
96
  "exists": true,
97
- "bytes": 32378,
98
- "sha256": "553085b7e13b5d4ba9875bd7f59b376cd37094533e20094a54712bd46ed01ced"
99
  }
100
  },
101
  "failures": []
@@ -137,27 +133,27 @@
137
  "local": {
138
  "path": "repo:docs/data/evidence_contract.json",
139
  "exists": true,
140
- "bytes": 12025,
141
- "sha256": "a69ae4f0c97d1c8491d5452fe4594039d7b882f56e5d287208a90d2bb9f80c00"
142
  },
143
  "mirrors": {
144
  "hf_space": {
145
  "path": "hf_space:data/evidence_contract.json",
146
  "exists": true,
147
- "bytes": 12025,
148
- "sha256": "a69ae4f0c97d1c8491d5452fe4594039d7b882f56e5d287208a90d2bb9f80c00"
149
  },
150
  "hf_artifacts": {
151
  "path": "hf_artifacts:docs/data/evidence_contract.json",
152
  "exists": true,
153
- "bytes": 12025,
154
- "sha256": "a69ae4f0c97d1c8491d5452fe4594039d7b882f56e5d287208a90d2bb9f80c00"
155
  },
156
  "hf_model": {
157
  "path": "hf_model:metrics/evidence_contract.json",
158
  "exists": true,
159
- "bytes": 12025,
160
- "sha256": "a69ae4f0c97d1c8491d5452fe4594039d7b882f56e5d287208a90d2bb9f80c00"
161
  }
162
  },
163
  "failures": []
@@ -168,27 +164,27 @@
168
  "local": {
169
  "path": "repo:docs/data/evaluation_protocol.json",
170
  "exists": true,
171
- "bytes": 13644,
172
- "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf"
173
  },
174
  "mirrors": {
175
  "hf_space": {
176
  "path": "hf_space:data/evaluation_protocol.json",
177
  "exists": true,
178
- "bytes": 13644,
179
- "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf"
180
  },
181
  "hf_artifacts": {
182
  "path": "hf_artifacts:docs/data/evaluation_protocol.json",
183
  "exists": true,
184
- "bytes": 13644,
185
- "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf"
186
  },
187
  "hf_model": {
188
  "path": "hf_model:metrics/evaluation_protocol.json",
189
  "exists": true,
190
- "bytes": 13644,
191
- "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf"
192
  }
193
  },
194
  "failures": []
@@ -230,27 +226,27 @@
230
  "local": {
231
  "path": "repo:docs/data/foundation_model_plan.json",
232
  "exists": true,
233
- "bytes": 8883,
234
- "sha256": "0465df50071ab4c8e46acafdd2fa1653f23dacd33a1e1e1d65a571c82348ddbc"
235
  },
236
  "mirrors": {
237
  "hf_space": {
238
  "path": "hf_space:data/foundation_model_plan.json",
239
  "exists": true,
240
- "bytes": 8883,
241
- "sha256": "0465df50071ab4c8e46acafdd2fa1653f23dacd33a1e1e1d65a571c82348ddbc"
242
  },
243
  "hf_artifacts": {
244
  "path": "hf_artifacts:docs/data/foundation_model_plan.json",
245
  "exists": true,
246
- "bytes": 8883,
247
- "sha256": "0465df50071ab4c8e46acafdd2fa1653f23dacd33a1e1e1d65a571c82348ddbc"
248
  },
249
  "hf_model": {
250
  "path": "hf_model:metrics/foundation_model_plan.json",
251
  "exists": true,
252
- "bytes": 8883,
253
- "sha256": "0465df50071ab4c8e46acafdd2fa1653f23dacd33a1e1e1d65a571c82348ddbc"
254
  }
255
  },
256
  "failures": []
@@ -261,27 +257,27 @@
261
  "local": {
262
  "path": "repo:docs/data/live_publication_status.json",
263
  "exists": true,
264
- "bytes": 68744,
265
- "sha256": "9778f6a9dfb926c42c02d7b9d9740d38b970ca7b6ac7bebe735fb33c27ee07de"
266
  },
267
  "mirrors": {
268
  "hf_space": {
269
  "path": "hf_space:data/live_publication_status.json",
270
  "exists": true,
271
- "bytes": 68744,
272
- "sha256": "9778f6a9dfb926c42c02d7b9d9740d38b970ca7b6ac7bebe735fb33c27ee07de"
273
  },
274
  "hf_artifacts": {
275
  "path": "hf_artifacts:docs/data/live_publication_status.json",
276
  "exists": true,
277
- "bytes": 68744,
278
- "sha256": "9778f6a9dfb926c42c02d7b9d9740d38b970ca7b6ac7bebe735fb33c27ee07de"
279
  },
280
  "hf_model": {
281
  "path": "hf_model:metrics/live_publication_status.json",
282
  "exists": true,
283
- "bytes": 68744,
284
- "sha256": "9778f6a9dfb926c42c02d7b9d9740d38b970ca7b6ac7bebe735fb33c27ee07de"
285
  }
286
  },
287
  "failures": []
@@ -292,27 +288,27 @@
292
  "local": {
293
  "path": "repo:docs/data/modality_atlas.json",
294
  "exists": true,
295
- "bytes": 3819,
296
- "sha256": "b1285148588ef402b70c830b62d66fbbcfa86bc5ffc2ad99e165a1429bb49084"
297
  },
298
  "mirrors": {
299
  "hf_space": {
300
  "path": "hf_space:data/modality_atlas.json",
301
  "exists": true,
302
- "bytes": 3819,
303
- "sha256": "b1285148588ef402b70c830b62d66fbbcfa86bc5ffc2ad99e165a1429bb49084"
304
  },
305
  "hf_artifacts": {
306
  "path": "hf_artifacts:docs/data/modality_atlas.json",
307
  "exists": true,
308
- "bytes": 3819,
309
- "sha256": "b1285148588ef402b70c830b62d66fbbcfa86bc5ffc2ad99e165a1429bb49084"
310
  },
311
  "hf_model": {
312
  "path": "hf_model:metrics/modality_atlas.json",
313
  "exists": true,
314
- "bytes": 3819,
315
- "sha256": "b1285148588ef402b70c830b62d66fbbcfa86bc5ffc2ad99e165a1429bb49084"
316
  }
317
  },
318
  "failures": []
@@ -323,27 +319,27 @@
323
  "local": {
324
  "path": "repo:docs/data/project_brief.json",
325
  "exists": true,
326
- "bytes": 2563,
327
- "sha256": "c8df06022de6a0d51be993175ac63764a607f48c944f1d9451c5bbeebf6cef54"
328
  },
329
  "mirrors": {
330
  "hf_space": {
331
  "path": "hf_space:data/project_brief.json",
332
  "exists": true,
333
- "bytes": 2563,
334
- "sha256": "c8df06022de6a0d51be993175ac63764a607f48c944f1d9451c5bbeebf6cef54"
335
  },
336
  "hf_artifacts": {
337
  "path": "hf_artifacts:docs/data/project_brief.json",
338
  "exists": true,
339
- "bytes": 2563,
340
- "sha256": "c8df06022de6a0d51be993175ac63764a607f48c944f1d9451c5bbeebf6cef54"
341
  },
342
  "hf_model": {
343
  "path": "hf_model:metrics/project_brief.json",
344
  "exists": true,
345
- "bytes": 2563,
346
- "sha256": "c8df06022de6a0d51be993175ac63764a607f48c944f1d9451c5bbeebf6cef54"
347
  }
348
  },
349
  "failures": []
@@ -385,27 +381,27 @@
385
  "local": {
386
  "path": "repo:docs/data/project_packet.json",
387
  "exists": true,
388
- "bytes": 7659,
389
- "sha256": "7d9f5ecc8adf9b3913e99a8aec28372529e63c105739fa53b3f8a7a9470470c2"
390
  },
391
  "mirrors": {
392
  "hf_space": {
393
  "path": "hf_space:data/project_packet.json",
394
  "exists": true,
395
- "bytes": 7659,
396
- "sha256": "7d9f5ecc8adf9b3913e99a8aec28372529e63c105739fa53b3f8a7a9470470c2"
397
  },
398
  "hf_artifacts": {
399
  "path": "hf_artifacts:docs/data/project_packet.json",
400
  "exists": true,
401
- "bytes": 7659,
402
- "sha256": "7d9f5ecc8adf9b3913e99a8aec28372529e63c105739fa53b3f8a7a9470470c2"
403
  },
404
  "hf_model": {
405
  "path": "hf_model:metrics/project_packet.json",
406
  "exists": true,
407
- "bytes": 7659,
408
- "sha256": "7d9f5ecc8adf9b3913e99a8aec28372529e63c105739fa53b3f8a7a9470470c2"
409
  }
410
  },
411
  "failures": []
@@ -416,27 +412,27 @@
416
  "local": {
417
  "path": "repo:docs/data/project_status.json",
418
  "exists": true,
419
- "bytes": 9006,
420
- "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb"
421
  },
422
  "mirrors": {
423
  "hf_space": {
424
  "path": "hf_space:data/project_status.json",
425
  "exists": true,
426
- "bytes": 9006,
427
- "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb"
428
  },
429
  "hf_artifacts": {
430
  "path": "hf_artifacts:docs/data/project_status.json",
431
  "exists": true,
432
- "bytes": 9006,
433
- "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb"
434
  },
435
  "hf_model": {
436
  "path": "hf_model:metrics/project_status.json",
437
  "exists": true,
438
- "bytes": 9006,
439
- "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb"
440
  }
441
  },
442
  "failures": []
@@ -448,26 +444,26 @@
448
  "path": "repo:docs/data/publication_audit.json",
449
  "exists": true,
450
  "bytes": 7289,
451
- "sha256": "5cd9531d57ee355513eb498a73b71b8d0db8dd17f8589dfbf78bc9546d5a3874"
452
  },
453
  "mirrors": {
454
  "hf_space": {
455
  "path": "hf_space:data/publication_audit.json",
456
  "exists": true,
457
  "bytes": 7289,
458
- "sha256": "5cd9531d57ee355513eb498a73b71b8d0db8dd17f8589dfbf78bc9546d5a3874"
459
  },
460
  "hf_artifacts": {
461
  "path": "hf_artifacts:docs/data/publication_audit.json",
462
  "exists": true,
463
  "bytes": 7289,
464
- "sha256": "5cd9531d57ee355513eb498a73b71b8d0db8dd17f8589dfbf78bc9546d5a3874"
465
  },
466
  "hf_model": {
467
  "path": "hf_model:metrics/publication_audit.json",
468
  "exists": true,
469
  "bytes": 7289,
470
- "sha256": "5cd9531d57ee355513eb498a73b71b8d0db8dd17f8589dfbf78bc9546d5a3874"
471
  }
472
  },
473
  "failures": []
@@ -479,26 +475,26 @@
479
  "path": "repo:docs/data/public_surface_qa.json",
480
  "exists": true,
481
  "bytes": 5631,
482
- "sha256": "74286fc8c887055f1d4b41d0e4b9dae552f733c01240eeeb1f09bb5e47205446"
483
  },
484
  "mirrors": {
485
  "hf_space": {
486
  "path": "hf_space:data/public_surface_qa.json",
487
  "exists": true,
488
  "bytes": 5631,
489
- "sha256": "74286fc8c887055f1d4b41d0e4b9dae552f733c01240eeeb1f09bb5e47205446"
490
  },
491
  "hf_artifacts": {
492
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
493
  "exists": true,
494
  "bytes": 5631,
495
- "sha256": "74286fc8c887055f1d4b41d0e4b9dae552f733c01240eeeb1f09bb5e47205446"
496
  },
497
  "hf_model": {
498
  "path": "hf_model:metrics/public_surface_qa.json",
499
  "exists": true,
500
  "bytes": 5631,
501
- "sha256": "74286fc8c887055f1d4b41d0e4b9dae552f733c01240eeeb1f09bb5e47205446"
502
  }
503
  },
504
  "failures": []
@@ -509,27 +505,27 @@
509
  "local": {
510
  "path": "repo:docs/data/quality_gates.json",
511
  "exists": true,
512
- "bytes": 8147,
513
- "sha256": "1d4d45937e7d90ee5d54125e4d5d7b5d5eee4878251b52152e59a34efc557c04"
514
  },
515
  "mirrors": {
516
  "hf_space": {
517
  "path": "hf_space:data/quality_gates.json",
518
  "exists": true,
519
- "bytes": 8147,
520
- "sha256": "1d4d45937e7d90ee5d54125e4d5d7b5d5eee4878251b52152e59a34efc557c04"
521
  },
522
  "hf_artifacts": {
523
  "path": "hf_artifacts:docs/data/quality_gates.json",
524
  "exists": true,
525
- "bytes": 8147,
526
- "sha256": "1d4d45937e7d90ee5d54125e4d5d7b5d5eee4878251b52152e59a34efc557c04"
527
  },
528
  "hf_model": {
529
  "path": "hf_model:metrics/quality_gates.json",
530
  "exists": true,
531
- "bytes": 8147,
532
- "sha256": "1d4d45937e7d90ee5d54125e4d5d7b5d5eee4878251b52152e59a34efc557c04"
533
  }
534
  },
535
  "failures": []
@@ -571,27 +567,27 @@
571
  "local": {
572
  "path": "repo:docs/data/reproducibility_matrix.json",
573
  "exists": true,
574
- "bytes": 5197,
575
- "sha256": "c3d353084ee641ff3d1369dd911577ff7a1b5d7b2faf841faa12caa69dfa5ed0"
576
  },
577
  "mirrors": {
578
  "hf_space": {
579
  "path": "hf_space:data/reproducibility_matrix.json",
580
  "exists": true,
581
- "bytes": 5197,
582
- "sha256": "c3d353084ee641ff3d1369dd911577ff7a1b5d7b2faf841faa12caa69dfa5ed0"
583
  },
584
  "hf_artifacts": {
585
  "path": "hf_artifacts:docs/data/reproducibility_matrix.json",
586
  "exists": true,
587
- "bytes": 5197,
588
- "sha256": "c3d353084ee641ff3d1369dd911577ff7a1b5d7b2faf841faa12caa69dfa5ed0"
589
  },
590
  "hf_model": {
591
  "path": "hf_model:metrics/reproducibility_matrix.json",
592
  "exists": true,
593
- "bytes": 5197,
594
- "sha256": "c3d353084ee641ff3d1369dd911577ff7a1b5d7b2faf841faa12caa69dfa5ed0"
595
  }
596
  },
597
  "failures": []
@@ -602,27 +598,27 @@
602
  "local": {
603
  "path": "repo:docs/data/research_roadmap.json",
604
  "exists": true,
605
- "bytes": 5752,
606
- "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca"
607
  },
608
  "mirrors": {
609
  "hf_space": {
610
  "path": "hf_space:data/research_roadmap.json",
611
  "exists": true,
612
- "bytes": 5752,
613
- "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca"
614
  },
615
  "hf_artifacts": {
616
  "path": "hf_artifacts:docs/data/research_roadmap.json",
617
  "exists": true,
618
- "bytes": 5752,
619
- "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca"
620
  },
621
  "hf_model": {
622
  "path": "hf_model:metrics/research_roadmap.json",
623
  "exists": true,
624
- "bytes": 5752,
625
- "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca"
626
  }
627
  },
628
  "failures": []
@@ -633,27 +629,27 @@
633
  "local": {
634
  "path": "repo:docs/data/research_roadmap_interactive.json",
635
  "exists": true,
636
- "bytes": 131526,
637
- "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0"
638
  },
639
  "mirrors": {
640
  "hf_space": {
641
  "path": "hf_space:data/research_roadmap_interactive.json",
642
  "exists": true,
643
- "bytes": 131526,
644
- "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0"
645
  },
646
  "hf_artifacts": {
647
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
648
  "exists": true,
649
- "bytes": 131526,
650
- "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0"
651
  },
652
  "hf_model": {
653
  "path": "hf_model:metrics/research_roadmap_interactive.json",
654
  "exists": true,
655
- "bytes": 131526,
656
- "sha256": "12b64fa9108066664839c8bc0b02e3c5ddb6d6b10311fb96f8bfc265f25d3cc0"
657
  }
658
  },
659
  "failures": []
@@ -664,27 +660,27 @@
664
  "local": {
665
  "path": "repo:docs/data/research_takeaways.json",
666
  "exists": true,
667
- "bytes": 6814,
668
- "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044"
669
  },
670
  "mirrors": {
671
  "hf_space": {
672
  "path": "hf_space:data/research_takeaways.json",
673
  "exists": true,
674
- "bytes": 6814,
675
- "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044"
676
  },
677
  "hf_artifacts": {
678
  "path": "hf_artifacts:docs/data/research_takeaways.json",
679
  "exists": true,
680
- "bytes": 6814,
681
- "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044"
682
  },
683
  "hf_model": {
684
  "path": "hf_model:metrics/research_takeaways.json",
685
  "exists": true,
686
- "bytes": 6814,
687
- "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044"
688
  }
689
  },
690
  "failures": []
@@ -695,27 +691,27 @@
695
  "local": {
696
  "path": "repo:docs/data/research_direction_extensions.json",
697
  "exists": true,
698
- "bytes": 11907,
699
- "sha256": "aa65022a8a41af4f0bca5197add932c4f3f51b13b8324323280f64457473ff03"
700
  },
701
  "mirrors": {
702
  "hf_space": {
703
  "path": "hf_space:data/research_direction_extensions.json",
704
  "exists": true,
705
- "bytes": 11907,
706
- "sha256": "aa65022a8a41af4f0bca5197add932c4f3f51b13b8324323280f64457473ff03"
707
  },
708
  "hf_artifacts": {
709
  "path": "hf_artifacts:docs/data/research_direction_extensions.json",
710
  "exists": true,
711
- "bytes": 11907,
712
- "sha256": "aa65022a8a41af4f0bca5197add932c4f3f51b13b8324323280f64457473ff03"
713
  },
714
  "hf_model": {
715
  "path": "hf_model:metrics/research_direction_extensions.json",
716
  "exists": true,
717
- "bytes": 11907,
718
- "sha256": "aa65022a8a41af4f0bca5197add932c4f3f51b13b8324323280f64457473ff03"
719
  }
720
  },
721
  "failures": []
@@ -726,27 +722,27 @@
726
  "local": {
727
  "path": "repo:docs/data/research_directions.json",
728
  "exists": true,
729
- "bytes": 14429,
730
- "sha256": "292ddd47b5f50cc5a6a0d4099466b134774a1ca7610afe50a2a5781c6c181bf9"
731
  },
732
  "mirrors": {
733
  "hf_space": {
734
  "path": "hf_space:data/research_directions.json",
735
  "exists": true,
736
- "bytes": 14429,
737
- "sha256": "292ddd47b5f50cc5a6a0d4099466b134774a1ca7610afe50a2a5781c6c181bf9"
738
  },
739
  "hf_artifacts": {
740
  "path": "hf_artifacts:docs/data/research_directions.json",
741
  "exists": true,
742
- "bytes": 14429,
743
- "sha256": "292ddd47b5f50cc5a6a0d4099466b134774a1ca7610afe50a2a5781c6c181bf9"
744
  },
745
  "hf_model": {
746
  "path": "hf_model:metrics/research_directions.json",
747
  "exists": true,
748
- "bytes": 14429,
749
- "sha256": "292ddd47b5f50cc5a6a0d4099466b134774a1ca7610afe50a2a5781c6c181bf9"
750
  }
751
  },
752
  "failures": []
@@ -815,56 +811,34 @@
815
  },
816
  {
817
  "name": "data/source_alignment_audit.json",
818
- "status": "fail",
819
  "local": {
820
  "path": "repo:docs/data/source_alignment_audit.json",
821
  "exists": true,
822
- "bytes": 4874,
823
- "sha256": "d7624ff175e25efdbee2004dfc328269dda7d55c19469f2b18c2b5bdafee0f36"
824
  },
825
  "mirrors": {
826
  "hf_space": {
827
  "path": "hf_space:data/source_alignment_audit.json",
828
  "exists": true,
829
  "bytes": 4432,
830
- "sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
831
  },
832
  "hf_artifacts": {
833
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
834
  "exists": true,
835
  "bytes": 4432,
836
- "sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
837
  },
838
  "hf_model": {
839
  "path": "hf_model:metrics/source_alignment_audit.json",
840
  "exists": true,
841
  "bytes": 4432,
842
- "sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
843
  }
844
  },
845
- "failures": [
846
- {
847
- "surface": "hf_space",
848
- "kind": "hash_mismatch",
849
- "path": "hf_space:data/source_alignment_audit.json",
850
- "expected_sha256": "d7624ff175e25efdbee2004dfc328269dda7d55c19469f2b18c2b5bdafee0f36",
851
- "actual_sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
852
- },
853
- {
854
- "surface": "hf_artifacts",
855
- "kind": "hash_mismatch",
856
- "path": "hf_artifacts:docs/data/source_alignment_audit.json",
857
- "expected_sha256": "d7624ff175e25efdbee2004dfc328269dda7d55c19469f2b18c2b5bdafee0f36",
858
- "actual_sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
859
- },
860
- {
861
- "surface": "hf_model",
862
- "kind": "hash_mismatch",
863
- "path": "hf_model:metrics/source_alignment_audit.json",
864
- "expected_sha256": "d7624ff175e25efdbee2004dfc328269dda7d55c19469f2b18c2b5bdafee0f36",
865
- "actual_sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
866
- }
867
- ]
868
  },
869
  {
870
  "name": "data/summary_metrics.json",
@@ -872,27 +846,27 @@
872
  "local": {
873
  "path": "repo:docs/data/summary_metrics.json",
874
  "exists": true,
875
- "bytes": 25210,
876
- "sha256": "a88302490b9099e7d148a8a6dd0ba6393d7ef26a0ba2c6a0edf552da94b948a8"
877
  },
878
  "mirrors": {
879
  "hf_space": {
880
  "path": "hf_space:data/summary_metrics.json",
881
  "exists": true,
882
- "bytes": 25210,
883
- "sha256": "a88302490b9099e7d148a8a6dd0ba6393d7ef26a0ba2c6a0edf552da94b948a8"
884
  },
885
  "hf_artifacts": {
886
  "path": "hf_artifacts:docs/data/summary_metrics.json",
887
  "exists": true,
888
- "bytes": 25210,
889
- "sha256": "a88302490b9099e7d148a8a6dd0ba6393d7ef26a0ba2c6a0edf552da94b948a8"
890
  },
891
  "hf_model": {
892
  "path": "hf_model:metrics/summary_metrics.json",
893
  "exists": true,
894
- "bytes": 25210,
895
- "sha256": "a88302490b9099e7d148a8a6dd0ba6393d7ef26a0ba2c6a0edf552da94b948a8"
896
  }
897
  },
898
  "failures": []
@@ -934,27 +908,27 @@
934
  "local": {
935
  "path": "repo:docs/data/task_walkthroughs.json",
936
  "exists": true,
937
- "bytes": 26976,
938
- "sha256": "4a43c4df17f26cd02c988afab34165a9b106acf440cf5a09d9f042b6e1fada1b"
939
  },
940
  "mirrors": {
941
  "hf_space": {
942
  "path": "hf_space:data/task_walkthroughs.json",
943
  "exists": true,
944
- "bytes": 26976,
945
- "sha256": "4a43c4df17f26cd02c988afab34165a9b106acf440cf5a09d9f042b6e1fada1b"
946
  },
947
  "hf_artifacts": {
948
  "path": "hf_artifacts:docs/data/task_walkthroughs.json",
949
  "exists": true,
950
- "bytes": 26976,
951
- "sha256": "4a43c4df17f26cd02c988afab34165a9b106acf440cf5a09d9f042b6e1fada1b"
952
  },
953
  "hf_model": {
954
  "path": "hf_model:metrics/task_walkthroughs.json",
955
  "exists": true,
956
- "bytes": 26976,
957
- "sha256": "4a43c4df17f26cd02c988afab34165a9b106acf440cf5a09d9f042b6e1fada1b"
958
  }
959
  },
960
  "failures": []
@@ -966,26 +940,26 @@
966
  "path": "repo:docs/data/website_integrity.json",
967
  "exists": true,
968
  "bytes": 14718,
969
- "sha256": "ddd842cd2692bbe1a029777ff91514dd611413305b97c0f6fcce31cd668c61b7"
970
  },
971
  "mirrors": {
972
  "hf_space": {
973
  "path": "hf_space:data/website_integrity.json",
974
  "exists": true,
975
  "bytes": 14718,
976
- "sha256": "ddd842cd2692bbe1a029777ff91514dd611413305b97c0f6fcce31cd668c61b7"
977
  },
978
  "hf_artifacts": {
979
  "path": "hf_artifacts:docs/data/website_integrity.json",
980
  "exists": true,
981
  "bytes": 14718,
982
- "sha256": "ddd842cd2692bbe1a029777ff91514dd611413305b97c0f6fcce31cd668c61b7"
983
  },
984
  "hf_model": {
985
  "path": "hf_model:metrics/website_integrity.json",
986
  "exists": true,
987
  "bytes": 14718,
988
- "sha256": "ddd842cd2692bbe1a029777ff91514dd611413305b97c0f6fcce31cd668c61b7"
989
  }
990
  },
991
  "failures": []
@@ -996,27 +970,27 @@
996
  "local": {
997
  "path": "repo:docs/data/xperience10m_dataset_card_alignment.json",
998
  "exists": true,
999
- "bytes": 7573,
1000
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7"
1001
  },
1002
  "mirrors": {
1003
  "hf_space": {
1004
  "path": "hf_space:data/xperience10m_dataset_card_alignment.json",
1005
  "exists": true,
1006
- "bytes": 7573,
1007
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7"
1008
  },
1009
  "hf_artifacts": {
1010
  "path": "hf_artifacts:docs/data/xperience10m_dataset_card_alignment.json",
1011
  "exists": true,
1012
- "bytes": 7573,
1013
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7"
1014
  },
1015
  "hf_model": {
1016
  "path": "hf_model:metrics/xperience10m_dataset_card_alignment.json",
1017
  "exists": true,
1018
- "bytes": 7573,
1019
- "sha256": "a06402b0a9c23c8bacf0e79acd6bd07ba87e555f3c992d573eac17a3569eb2d7"
1020
  }
1021
  },
1022
  "failures": []
@@ -1693,21 +1667,21 @@
1693
  "local": {
1694
  "path": "repo:scripts/audio_ablation_and_raw_upgrade.py",
1695
  "exists": true,
1696
- "bytes": 43192,
1697
- "sha256": "73db45a3ddb50b60f61ca5e55bdf2008e48c268681bfcdc95d35bb56e48f89e3"
1698
  },
1699
  "mirrors": {
1700
  "hf_artifacts": {
1701
  "path": "hf_artifacts:scripts/audio_ablation_and_raw_upgrade.py",
1702
  "exists": true,
1703
- "bytes": 43192,
1704
- "sha256": "73db45a3ddb50b60f61ca5e55bdf2008e48c268681bfcdc95d35bb56e48f89e3"
1705
  },
1706
  "hf_model": {
1707
  "path": "hf_model:scripts/audio_ablation_and_raw_upgrade.py",
1708
  "exists": true,
1709
- "bytes": 43192,
1710
- "sha256": "73db45a3ddb50b60f61ca5e55bdf2008e48c268681bfcdc95d35bb56e48f89e3"
1711
  }
1712
  },
1713
  "failures": []
@@ -1718,21 +1692,21 @@
1718
  "local": {
1719
  "path": "repo:scripts/build_artifact_index.py",
1720
  "exists": true,
1721
- "bytes": 26652,
1722
- "sha256": "faf1e0b56eb9ba4bc94e04bb1aeb9a392fb4410e8053564dd43bce3d8aacfa4d"
1723
  },
1724
  "mirrors": {
1725
  "hf_artifacts": {
1726
  "path": "hf_artifacts:scripts/build_artifact_index.py",
1727
  "exists": true,
1728
- "bytes": 26652,
1729
- "sha256": "faf1e0b56eb9ba4bc94e04bb1aeb9a392fb4410e8053564dd43bce3d8aacfa4d"
1730
  },
1731
  "hf_model": {
1732
  "path": "hf_model:scripts/build_artifact_index.py",
1733
  "exists": true,
1734
- "bytes": 26652,
1735
- "sha256": "faf1e0b56eb9ba4bc94e04bb1aeb9a392fb4410e8053564dd43bce3d8aacfa4d"
1736
  }
1737
  },
1738
  "failures": []
@@ -1768,21 +1742,21 @@
1768
  "local": {
1769
  "path": "repo:scripts/build_evaluation_protocol.py",
1770
  "exists": true,
1771
- "bytes": 16163,
1772
- "sha256": "b352798b50212dac792855313bdc0ad1e5e2ef835de1ff25b03d52afd1d33f03"
1773
  },
1774
  "mirrors": {
1775
  "hf_artifacts": {
1776
  "path": "hf_artifacts:scripts/build_evaluation_protocol.py",
1777
  "exists": true,
1778
- "bytes": 16163,
1779
- "sha256": "b352798b50212dac792855313bdc0ad1e5e2ef835de1ff25b03d52afd1d33f03"
1780
  },
1781
  "hf_model": {
1782
  "path": "hf_model:scripts/build_evaluation_protocol.py",
1783
  "exists": true,
1784
- "bytes": 16163,
1785
- "sha256": "b352798b50212dac792855313bdc0ad1e5e2ef835de1ff25b03d52afd1d33f03"
1786
  }
1787
  },
1788
  "failures": []
@@ -1818,21 +1792,21 @@
1818
  "local": {
1819
  "path": "repo:scripts/build_quality_gates.py",
1820
  "exists": true,
1821
- "bytes": 11380,
1822
- "sha256": "e8c99db9b2698f824b580882b238a881cffeafffc0b5f768d5fad0f9ac24ae18"
1823
  },
1824
  "mirrors": {
1825
  "hf_artifacts": {
1826
  "path": "hf_artifacts:scripts/build_quality_gates.py",
1827
  "exists": true,
1828
- "bytes": 11380,
1829
- "sha256": "e8c99db9b2698f824b580882b238a881cffeafffc0b5f768d5fad0f9ac24ae18"
1830
  },
1831
  "hf_model": {
1832
  "path": "hf_model:scripts/build_quality_gates.py",
1833
  "exists": true,
1834
- "bytes": 11380,
1835
- "sha256": "e8c99db9b2698f824b580882b238a881cffeafffc0b5f768d5fad0f9ac24ae18"
1836
  }
1837
  },
1838
  "failures": []
@@ -1918,21 +1892,21 @@
1918
  "local": {
1919
  "path": "repo:scripts/build_single_episode_explorer.py",
1920
  "exists": true,
1921
- "bytes": 30204,
1922
- "sha256": "e39890ddc960605f2f667b53672153cac572b165b8a2a7d8518d6e0777788762"
1923
  },
1924
  "mirrors": {
1925
  "hf_artifacts": {
1926
  "path": "hf_artifacts:scripts/build_single_episode_explorer.py",
1927
  "exists": true,
1928
- "bytes": 30204,
1929
- "sha256": "e39890ddc960605f2f667b53672153cac572b165b8a2a7d8518d6e0777788762"
1930
  },
1931
  "hf_model": {
1932
  "path": "hf_model:scripts/build_single_episode_explorer.py",
1933
  "exists": true,
1934
- "bytes": 30204,
1935
- "sha256": "e39890ddc960605f2f667b53672153cac572b165b8a2a7d8518d6e0777788762"
1936
  }
1937
  },
1938
  "failures": []
@@ -1943,21 +1917,21 @@
1943
  "local": {
1944
  "path": "repo:scripts/build_research_takeaways.py",
1945
  "exists": true,
1946
- "bytes": 13304,
1947
- "sha256": "135f555b17aae5dc5965ec88c3db6e49622a480467909ffa10d53278d4ea054b"
1948
  },
1949
  "mirrors": {
1950
  "hf_artifacts": {
1951
  "path": "hf_artifacts:scripts/build_research_takeaways.py",
1952
  "exists": true,
1953
- "bytes": 13304,
1954
- "sha256": "135f555b17aae5dc5965ec88c3db6e49622a480467909ffa10d53278d4ea054b"
1955
  },
1956
  "hf_model": {
1957
  "path": "hf_model:scripts/build_research_takeaways.py",
1958
  "exists": true,
1959
- "bytes": 13304,
1960
- "sha256": "135f555b17aae5dc5965ec88c3db6e49622a480467909ffa10d53278d4ea054b"
1961
  }
1962
  },
1963
  "failures": []
@@ -1993,21 +1967,21 @@
1993
  "local": {
1994
  "path": "repo:scripts/verify_live_publication.py",
1995
  "exists": true,
1996
- "bytes": 34767,
1997
- "sha256": "6a1cb0531719888de6bbeb7a2628058f6e67c92df6314c4ac3952af2c17f126b"
1998
  },
1999
  "mirrors": {
2000
  "hf_artifacts": {
2001
  "path": "hf_artifacts:scripts/verify_live_publication.py",
2002
  "exists": true,
2003
- "bytes": 34767,
2004
- "sha256": "6a1cb0531719888de6bbeb7a2628058f6e67c92df6314c4ac3952af2c17f126b"
2005
  },
2006
  "hf_model": {
2007
  "path": "hf_model:scripts/verify_live_publication.py",
2008
  "exists": true,
2009
- "bytes": 34767,
2010
- "sha256": "6a1cb0531719888de6bbeb7a2628058f6e67c92df6314c4ac3952af2c17f126b"
2011
  }
2012
  },
2013
  "failures": []
@@ -2043,21 +2017,21 @@
2043
  "local": {
2044
  "path": "repo:scripts/validate_publication_package.py",
2045
  "exists": true,
2046
- "bytes": 19247,
2047
- "sha256": "55a9c51d57766d54f9eb884e06d644fd9f3d6e358b80c06e7f515ab764cc2158"
2048
  },
2049
  "mirrors": {
2050
  "hf_artifacts": {
2051
  "path": "hf_artifacts:scripts/validate_publication_package.py",
2052
  "exists": true,
2053
- "bytes": 19247,
2054
- "sha256": "55a9c51d57766d54f9eb884e06d644fd9f3d6e358b80c06e7f515ab764cc2158"
2055
  },
2056
  "hf_model": {
2057
  "path": "hf_model:scripts/validate_publication_package.py",
2058
  "exists": true,
2059
- "bytes": 19247,
2060
- "sha256": "55a9c51d57766d54f9eb884e06d644fd9f3d6e358b80c06e7f515ab764cc2158"
2061
  }
2062
  },
2063
  "failures": []
@@ -2093,21 +2067,21 @@
2093
  "local": {
2094
  "path": "repo:scripts/validate_source_alignment.py",
2095
  "exists": true,
2096
- "bytes": 15807,
2097
- "sha256": "66a9d0eebb4800be5d65f982ef13502b37522cd2a9eae0686c63efc121a52b0a"
2098
  },
2099
  "mirrors": {
2100
  "hf_artifacts": {
2101
  "path": "hf_artifacts:scripts/validate_source_alignment.py",
2102
  "exists": true,
2103
- "bytes": 15807,
2104
- "sha256": "66a9d0eebb4800be5d65f982ef13502b37522cd2a9eae0686c63efc121a52b0a"
2105
  },
2106
  "hf_model": {
2107
  "path": "hf_model:scripts/validate_source_alignment.py",
2108
  "exists": true,
2109
- "bytes": 15807,
2110
- "sha256": "66a9d0eebb4800be5d65f982ef13502b37522cd2a9eae0686c63efc121a52b0a"
2111
  }
2112
  },
2113
  "failures": []
@@ -2243,21 +2217,21 @@
2243
  "local": {
2244
  "path": "repo:docs/index.html",
2245
  "exists": true,
2246
- "bytes": 170442,
2247
- "sha256": "a07bbd17dc6f0212c7cbea3b6656b2be9f2af11bd28845ac80b528a9f96b2720"
2248
  },
2249
  "mirrors": {
2250
  "hf_space": {
2251
  "path": "hf_space:index.html",
2252
  "exists": true,
2253
- "bytes": 170442,
2254
- "sha256": "a07bbd17dc6f0212c7cbea3b6656b2be9f2af11bd28845ac80b528a9f96b2720"
2255
  },
2256
  "hf_artifacts_docs": {
2257
  "path": "hf_artifacts:docs/index.html",
2258
  "exists": true,
2259
- "bytes": 170442,
2260
- "sha256": "a07bbd17dc6f0212c7cbea3b6656b2be9f2af11bd28845ac80b528a9f96b2720"
2261
  }
2262
  },
2263
  "failures": []
@@ -2777,27 +2751,27 @@
2777
  "local": {
2778
  "path": "repo:QUALITY_GATES.md",
2779
  "exists": true,
2780
- "bytes": 4919,
2781
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
2782
  },
2783
  "mirrors": {
2784
  "hf_space": {
2785
  "path": "hf_space:QUALITY_GATES.md",
2786
  "exists": true,
2787
- "bytes": 4919,
2788
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
2789
  },
2790
  "hf_artifacts": {
2791
  "path": "hf_artifacts:QUALITY_GATES.md",
2792
  "exists": true,
2793
- "bytes": 4919,
2794
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
2795
  },
2796
  "hf_model": {
2797
  "path": "hf_model:QUALITY_GATES.md",
2798
  "exists": true,
2799
- "bytes": 4919,
2800
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
2801
  }
2802
  },
2803
  "failures": []
@@ -2870,27 +2844,27 @@
2870
  "local": {
2871
  "path": "repo:FOUNDATION_MODEL_PLAN.md",
2872
  "exists": true,
2873
- "bytes": 6538,
2874
- "sha256": "15431b3ed368d660e777655d2e4a97f2870997f2ad38b451a73d631b5e431bcf"
2875
  },
2876
  "mirrors": {
2877
  "hf_space": {
2878
  "path": "hf_space:FOUNDATION_MODEL_PLAN.md",
2879
  "exists": true,
2880
- "bytes": 6538,
2881
- "sha256": "15431b3ed368d660e777655d2e4a97f2870997f2ad38b451a73d631b5e431bcf"
2882
  },
2883
  "hf_artifacts": {
2884
  "path": "hf_artifacts:FOUNDATION_MODEL_PLAN.md",
2885
  "exists": true,
2886
- "bytes": 6538,
2887
- "sha256": "15431b3ed368d660e777655d2e4a97f2870997f2ad38b451a73d631b5e431bcf"
2888
  },
2889
  "hf_model": {
2890
  "path": "hf_model:FOUNDATION_MODEL_PLAN.md",
2891
  "exists": true,
2892
- "bytes": 6538,
2893
- "sha256": "15431b3ed368d660e777655d2e4a97f2870997f2ad38b451a73d631b5e431bcf"
2894
  }
2895
  },
2896
  "failures": []
@@ -2901,27 +2875,27 @@
2901
  "local": {
2902
  "path": "repo:PROJECT_BRIEF.md",
2903
  "exists": true,
2904
- "bytes": 2494,
2905
- "sha256": "54c6906103f6d7f45398cd638730c3eb9813d6ca4a807920d6edba4b12f446e6"
2906
  },
2907
  "mirrors": {
2908
  "hf_space": {
2909
  "path": "hf_space:PROJECT_BRIEF.md",
2910
  "exists": true,
2911
- "bytes": 2494,
2912
- "sha256": "54c6906103f6d7f45398cd638730c3eb9813d6ca4a807920d6edba4b12f446e6"
2913
  },
2914
  "hf_artifacts": {
2915
  "path": "hf_artifacts:PROJECT_BRIEF.md",
2916
  "exists": true,
2917
- "bytes": 2494,
2918
- "sha256": "54c6906103f6d7f45398cd638730c3eb9813d6ca4a807920d6edba4b12f446e6"
2919
  },
2920
  "hf_model": {
2921
  "path": "hf_model:PROJECT_BRIEF.md",
2922
  "exists": true,
2923
- "bytes": 2494,
2924
- "sha256": "54c6906103f6d7f45398cd638730c3eb9813d6ca4a807920d6edba4b12f446e6"
2925
  }
2926
  },
2927
  "failures": []
@@ -2963,27 +2937,27 @@
2963
  "local": {
2964
  "path": "repo:RESEARCH_ROADMAP.md",
2965
  "exists": true,
2966
- "bytes": 6677,
2967
- "sha256": "590702b8000bd143fdbcf65104b0cad835e6e4c79754c28c31727f1bdf43ae79"
2968
  },
2969
  "mirrors": {
2970
  "hf_space": {
2971
  "path": "hf_space:RESEARCH_ROADMAP.md",
2972
  "exists": true,
2973
- "bytes": 6677,
2974
- "sha256": "590702b8000bd143fdbcf65104b0cad835e6e4c79754c28c31727f1bdf43ae79"
2975
  },
2976
  "hf_artifacts": {
2977
  "path": "hf_artifacts:RESEARCH_ROADMAP.md",
2978
  "exists": true,
2979
- "bytes": 6677,
2980
- "sha256": "590702b8000bd143fdbcf65104b0cad835e6e4c79754c28c31727f1bdf43ae79"
2981
  },
2982
  "hf_model": {
2983
  "path": "hf_model:RESEARCH_ROADMAP.md",
2984
  "exists": true,
2985
- "bytes": 6677,
2986
- "sha256": "590702b8000bd143fdbcf65104b0cad835e6e4c79754c28c31727f1bdf43ae79"
2987
  }
2988
  },
2989
  "failures": []
@@ -2994,27 +2968,27 @@
2994
  "local": {
2995
  "path": "repo:PROJECT_STATUS.md",
2996
  "exists": true,
2997
- "bytes": 6721,
2998
- "sha256": "166795e9f5986015f7a9e74934fbd878f5dcc7cbac79d49483bd514feacbfde8"
2999
  },
3000
  "mirrors": {
3001
  "hf_space": {
3002
  "path": "hf_space:PROJECT_STATUS.md",
3003
  "exists": true,
3004
- "bytes": 6721,
3005
- "sha256": "166795e9f5986015f7a9e74934fbd878f5dcc7cbac79d49483bd514feacbfde8"
3006
  },
3007
  "hf_artifacts": {
3008
  "path": "hf_artifacts:PROJECT_STATUS.md",
3009
  "exists": true,
3010
- "bytes": 6721,
3011
- "sha256": "166795e9f5986015f7a9e74934fbd878f5dcc7cbac79d49483bd514feacbfde8"
3012
  },
3013
  "hf_model": {
3014
  "path": "hf_model:PROJECT_STATUS.md",
3015
  "exists": true,
3016
- "bytes": 6721,
3017
- "sha256": "166795e9f5986015f7a9e74934fbd878f5dcc7cbac79d49483bd514feacbfde8"
3018
  }
3019
  },
3020
  "failures": []
@@ -3056,39 +3030,39 @@
3056
  "local": {
3057
  "path": "repo:RESEARCH_TAKEAWAYS.md",
3058
  "exists": true,
3059
- "bytes": 4893,
3060
- "sha256": "16a002167d0702ea7e85ad1a494800daad4ff080c3751e078275f7c196721046"
3061
  },
3062
  "mirrors": {
3063
  "hf_space": {
3064
  "path": "hf_space:RESEARCH_TAKEAWAYS.md",
3065
  "exists": true,
3066
- "bytes": 4893,
3067
- "sha256": "16a002167d0702ea7e85ad1a494800daad4ff080c3751e078275f7c196721046"
3068
  },
3069
  "hf_artifacts": {
3070
  "path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
3071
  "exists": true,
3072
- "bytes": 4893,
3073
- "sha256": "16a002167d0702ea7e85ad1a494800daad4ff080c3751e078275f7c196721046"
3074
  },
3075
  "hf_model": {
3076
  "path": "hf_model:RESEARCH_TAKEAWAYS.md",
3077
  "exists": true,
3078
- "bytes": 4893,
3079
- "sha256": "16a002167d0702ea7e85ad1a494800daad4ff080c3751e078275f7c196721046"
3080
  }
3081
  },
3082
  "failures": []
3083
  },
3084
  {
3085
  "name": "docs/SOURCE_ALIGNMENT_AUDIT.md",
3086
- "status": "fail",
3087
  "local": {
3088
  "path": "repo:SOURCE_ALIGNMENT_AUDIT.md",
3089
  "exists": true,
3090
  "bytes": 2309,
3091
- "sha256": "0d7f0604bd381a3f892637f86dffa09c35ec72ee04b650b6949e8476cabedaad"
3092
  },
3093
  "mirrors": {
3094
  "hf_space": {
@@ -3110,29 +3084,7 @@
3110
  "sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3111
  }
3112
  },
3113
- "failures": [
3114
- {
3115
- "surface": "hf_space",
3116
- "kind": "hash_mismatch",
3117
- "path": "hf_space:SOURCE_ALIGNMENT_AUDIT.md",
3118
- "expected_sha256": "0d7f0604bd381a3f892637f86dffa09c35ec72ee04b650b6949e8476cabedaad",
3119
- "actual_sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3120
- },
3121
- {
3122
- "surface": "hf_artifacts",
3123
- "kind": "hash_mismatch",
3124
- "path": "hf_artifacts:SOURCE_ALIGNMENT_AUDIT.md",
3125
- "expected_sha256": "0d7f0604bd381a3f892637f86dffa09c35ec72ee04b650b6949e8476cabedaad",
3126
- "actual_sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3127
- },
3128
- {
3129
- "surface": "hf_model",
3130
- "kind": "hash_mismatch",
3131
- "path": "hf_model:SOURCE_ALIGNMENT_AUDIT.md",
3132
- "expected_sha256": "0d7f0604bd381a3f892637f86dffa09c35ec72ee04b650b6949e8476cabedaad",
3133
- "actual_sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3134
- }
3135
- ]
3136
  },
3137
  {
3138
  "name": "docs/XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
@@ -3140,80 +3092,31 @@
3140
  "local": {
3141
  "path": "repo:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3142
  "exists": true,
3143
- "bytes": 10719,
3144
- "sha256": "a0cc66e3a52d253dad4b8b19396cd3a8db14bf1835034c6c0aea6c5248fe4037"
3145
  },
3146
  "mirrors": {
3147
  "hf_space": {
3148
  "path": "hf_space:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3149
  "exists": true,
3150
- "bytes": 10719,
3151
- "sha256": "a0cc66e3a52d253dad4b8b19396cd3a8db14bf1835034c6c0aea6c5248fe4037"
3152
  },
3153
  "hf_artifacts": {
3154
  "path": "hf_artifacts:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3155
  "exists": true,
3156
- "bytes": 10719,
3157
- "sha256": "a0cc66e3a52d253dad4b8b19396cd3a8db14bf1835034c6c0aea6c5248fe4037"
3158
  },
3159
  "hf_model": {
3160
  "path": "hf_model:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3161
  "exists": true,
3162
- "bytes": 10719,
3163
- "sha256": "a0cc66e3a52d253dad4b8b19396cd3a8db14bf1835034c6c0aea6c5248fe4037"
3164
  }
3165
  },
3166
  "failures": []
3167
  }
3168
  ],
3169
- "failures": [
3170
- {
3171
- "group": "data/source_alignment_audit.json",
3172
- "surface": "hf_space",
3173
- "kind": "hash_mismatch",
3174
- "path": "hf_space:data/source_alignment_audit.json",
3175
- "expected_sha256": "d7624ff175e25efdbee2004dfc328269dda7d55c19469f2b18c2b5bdafee0f36",
3176
- "actual_sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
3177
- },
3178
- {
3179
- "group": "data/source_alignment_audit.json",
3180
- "surface": "hf_artifacts",
3181
- "kind": "hash_mismatch",
3182
- "path": "hf_artifacts:docs/data/source_alignment_audit.json",
3183
- "expected_sha256": "d7624ff175e25efdbee2004dfc328269dda7d55c19469f2b18c2b5bdafee0f36",
3184
- "actual_sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
3185
- },
3186
- {
3187
- "group": "data/source_alignment_audit.json",
3188
- "surface": "hf_model",
3189
- "kind": "hash_mismatch",
3190
- "path": "hf_model:metrics/source_alignment_audit.json",
3191
- "expected_sha256": "d7624ff175e25efdbee2004dfc328269dda7d55c19469f2b18c2b5bdafee0f36",
3192
- "actual_sha256": "db0758394305b8b5df8baa518d1d90429c5ae8430eaa6464ed42d644a531f745"
3193
- },
3194
- {
3195
- "group": "docs/SOURCE_ALIGNMENT_AUDIT.md",
3196
- "surface": "hf_space",
3197
- "kind": "hash_mismatch",
3198
- "path": "hf_space:SOURCE_ALIGNMENT_AUDIT.md",
3199
- "expected_sha256": "0d7f0604bd381a3f892637f86dffa09c35ec72ee04b650b6949e8476cabedaad",
3200
- "actual_sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3201
- },
3202
- {
3203
- "group": "docs/SOURCE_ALIGNMENT_AUDIT.md",
3204
- "surface": "hf_artifacts",
3205
- "kind": "hash_mismatch",
3206
- "path": "hf_artifacts:SOURCE_ALIGNMENT_AUDIT.md",
3207
- "expected_sha256": "0d7f0604bd381a3f892637f86dffa09c35ec72ee04b650b6949e8476cabedaad",
3208
- "actual_sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3209
- },
3210
- {
3211
- "group": "docs/SOURCE_ALIGNMENT_AUDIT.md",
3212
- "surface": "hf_model",
3213
- "kind": "hash_mismatch",
3214
- "path": "hf_model:SOURCE_ALIGNMENT_AUDIT.md",
3215
- "expected_sha256": "0d7f0604bd381a3f892637f86dffa09c35ec72ee04b650b6949e8476cabedaad",
3216
- "actual_sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3217
- }
3218
- ]
3219
  }
 
1
  {
2
+ "status": "pass",
3
+ "generated_at_utc": "2026-06-03T19:30:53+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
  "group_count": 101,
7
+ "failure_count": 0,
8
+ "failures_by_surface": {}
 
 
 
 
9
  },
10
  "checks": [
11
  {
12
  "name": "repo_hf_space_artifact_model_data_parity",
13
+ "status": "pass"
14
  },
15
  {
16
  "name": "repo_hf_visual_asset_parity",
 
30
  },
31
  {
32
  "name": "repo_hf_quality_doc_parity",
33
+ "status": "pass"
34
  }
35
  ],
36
  "groups": [
 
40
  "local": {
41
  "path": "repo:docs/data/audio_ablation_summary.json",
42
  "exists": true,
43
+ "bytes": 9701,
44
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
45
  },
46
  "mirrors": {
47
  "hf_space": {
48
  "path": "hf_space:data/audio_ablation_summary.json",
49
  "exists": true,
50
+ "bytes": 9701,
51
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
52
  },
53
  "hf_artifacts": {
54
  "path": "hf_artifacts:docs/data/audio_ablation_summary.json",
55
  "exists": true,
56
+ "bytes": 9701,
57
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
58
  },
59
  "hf_model": {
60
  "path": "hf_model:metrics/audio_ablation_summary.json",
61
  "exists": true,
62
+ "bytes": 9701,
63
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
64
  }
65
  },
66
  "failures": []
 
71
  "local": {
72
  "path": "repo:docs/data/artifact_index.json",
73
  "exists": true,
74
+ "bytes": 32292,
75
+ "sha256": "dcd253ba6636ea4bf78260b51a1493b4faf7cf5fa22e74d67d4cd277b9fe4189"
76
  },
77
  "mirrors": {
78
  "hf_space": {
79
  "path": "hf_space:data/artifact_index.json",
80
  "exists": true,
81
+ "bytes": 32292,
82
+ "sha256": "dcd253ba6636ea4bf78260b51a1493b4faf7cf5fa22e74d67d4cd277b9fe4189"
83
  },
84
  "hf_artifacts": {
85
  "path": "hf_artifacts:docs/data/artifact_index.json",
86
  "exists": true,
87
+ "bytes": 32292,
88
+ "sha256": "dcd253ba6636ea4bf78260b51a1493b4faf7cf5fa22e74d67d4cd277b9fe4189"
89
  },
90
  "hf_model": {
91
  "path": "hf_model:metrics/artifact_index.json",
92
  "exists": true,
93
+ "bytes": 32292,
94
+ "sha256": "dcd253ba6636ea4bf78260b51a1493b4faf7cf5fa22e74d67d4cd277b9fe4189"
95
  }
96
  },
97
  "failures": []
 
133
  "local": {
134
  "path": "repo:docs/data/evidence_contract.json",
135
  "exists": true,
136
+ "bytes": 12096,
137
+ "sha256": "3d2815d31952a5102c78818a852db8ff36faf49d89643b32ad59bcda91d499cb"
138
  },
139
  "mirrors": {
140
  "hf_space": {
141
  "path": "hf_space:data/evidence_contract.json",
142
  "exists": true,
143
+ "bytes": 12096,
144
+ "sha256": "3d2815d31952a5102c78818a852db8ff36faf49d89643b32ad59bcda91d499cb"
145
  },
146
  "hf_artifacts": {
147
  "path": "hf_artifacts:docs/data/evidence_contract.json",
148
  "exists": true,
149
+ "bytes": 12096,
150
+ "sha256": "3d2815d31952a5102c78818a852db8ff36faf49d89643b32ad59bcda91d499cb"
151
  },
152
  "hf_model": {
153
  "path": "hf_model:metrics/evidence_contract.json",
154
  "exists": true,
155
+ "bytes": 12096,
156
+ "sha256": "3d2815d31952a5102c78818a852db8ff36faf49d89643b32ad59bcda91d499cb"
157
  }
158
  },
159
  "failures": []
 
164
  "local": {
165
  "path": "repo:docs/data/evaluation_protocol.json",
166
  "exists": true,
167
+ "bytes": 13686,
168
+ "sha256": "a2a35bd3b05e228c99c5ef7cc002c84708dcaff893cd01d51b011dadbf2c02c4"
169
  },
170
  "mirrors": {
171
  "hf_space": {
172
  "path": "hf_space:data/evaluation_protocol.json",
173
  "exists": true,
174
+ "bytes": 13686,
175
+ "sha256": "a2a35bd3b05e228c99c5ef7cc002c84708dcaff893cd01d51b011dadbf2c02c4"
176
  },
177
  "hf_artifacts": {
178
  "path": "hf_artifacts:docs/data/evaluation_protocol.json",
179
  "exists": true,
180
+ "bytes": 13686,
181
+ "sha256": "a2a35bd3b05e228c99c5ef7cc002c84708dcaff893cd01d51b011dadbf2c02c4"
182
  },
183
  "hf_model": {
184
  "path": "hf_model:metrics/evaluation_protocol.json",
185
  "exists": true,
186
+ "bytes": 13686,
187
+ "sha256": "a2a35bd3b05e228c99c5ef7cc002c84708dcaff893cd01d51b011dadbf2c02c4"
188
  }
189
  },
190
  "failures": []
 
226
  "local": {
227
  "path": "repo:docs/data/foundation_model_plan.json",
228
  "exists": true,
229
+ "bytes": 8880,
230
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
231
  },
232
  "mirrors": {
233
  "hf_space": {
234
  "path": "hf_space:data/foundation_model_plan.json",
235
  "exists": true,
236
+ "bytes": 8880,
237
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
238
  },
239
  "hf_artifacts": {
240
  "path": "hf_artifacts:docs/data/foundation_model_plan.json",
241
  "exists": true,
242
+ "bytes": 8880,
243
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
244
  },
245
  "hf_model": {
246
  "path": "hf_model:metrics/foundation_model_plan.json",
247
  "exists": true,
248
+ "bytes": 8880,
249
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
250
  }
251
  },
252
  "failures": []
 
257
  "local": {
258
  "path": "repo:docs/data/live_publication_status.json",
259
  "exists": true,
260
+ "bytes": 68749,
261
+ "sha256": "1095bd7aeee4172afddbe7b9e89c5371605ef22fab294b3d77ec98d5ad7ef0cd"
262
  },
263
  "mirrors": {
264
  "hf_space": {
265
  "path": "hf_space:data/live_publication_status.json",
266
  "exists": true,
267
+ "bytes": 68749,
268
+ "sha256": "1095bd7aeee4172afddbe7b9e89c5371605ef22fab294b3d77ec98d5ad7ef0cd"
269
  },
270
  "hf_artifacts": {
271
  "path": "hf_artifacts:docs/data/live_publication_status.json",
272
  "exists": true,
273
+ "bytes": 68749,
274
+ "sha256": "1095bd7aeee4172afddbe7b9e89c5371605ef22fab294b3d77ec98d5ad7ef0cd"
275
  },
276
  "hf_model": {
277
  "path": "hf_model:metrics/live_publication_status.json",
278
  "exists": true,
279
+ "bytes": 68749,
280
+ "sha256": "1095bd7aeee4172afddbe7b9e89c5371605ef22fab294b3d77ec98d5ad7ef0cd"
281
  }
282
  },
283
  "failures": []
 
288
  "local": {
289
  "path": "repo:docs/data/modality_atlas.json",
290
  "exists": true,
291
+ "bytes": 3797,
292
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
293
  },
294
  "mirrors": {
295
  "hf_space": {
296
  "path": "hf_space:data/modality_atlas.json",
297
  "exists": true,
298
+ "bytes": 3797,
299
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
300
  },
301
  "hf_artifacts": {
302
  "path": "hf_artifacts:docs/data/modality_atlas.json",
303
  "exists": true,
304
+ "bytes": 3797,
305
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
306
  },
307
  "hf_model": {
308
  "path": "hf_model:metrics/modality_atlas.json",
309
  "exists": true,
310
+ "bytes": 3797,
311
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
312
  }
313
  },
314
  "failures": []
 
319
  "local": {
320
  "path": "repo:docs/data/project_brief.json",
321
  "exists": true,
322
+ "bytes": 2585,
323
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
324
  },
325
  "mirrors": {
326
  "hf_space": {
327
  "path": "hf_space:data/project_brief.json",
328
  "exists": true,
329
+ "bytes": 2585,
330
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
331
  },
332
  "hf_artifacts": {
333
  "path": "hf_artifacts:docs/data/project_brief.json",
334
  "exists": true,
335
+ "bytes": 2585,
336
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
337
  },
338
  "hf_model": {
339
  "path": "hf_model:metrics/project_brief.json",
340
  "exists": true,
341
+ "bytes": 2585,
342
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
343
  }
344
  },
345
  "failures": []
 
381
  "local": {
382
  "path": "repo:docs/data/project_packet.json",
383
  "exists": true,
384
+ "bytes": 7627,
385
+ "sha256": "9b36df95df2a391b93282bbf465dca1594fe3edac96bad128aa331b0b835921a"
386
  },
387
  "mirrors": {
388
  "hf_space": {
389
  "path": "hf_space:data/project_packet.json",
390
  "exists": true,
391
+ "bytes": 7627,
392
+ "sha256": "9b36df95df2a391b93282bbf465dca1594fe3edac96bad128aa331b0b835921a"
393
  },
394
  "hf_artifacts": {
395
  "path": "hf_artifacts:docs/data/project_packet.json",
396
  "exists": true,
397
+ "bytes": 7627,
398
+ "sha256": "9b36df95df2a391b93282bbf465dca1594fe3edac96bad128aa331b0b835921a"
399
  },
400
  "hf_model": {
401
  "path": "hf_model:metrics/project_packet.json",
402
  "exists": true,
403
+ "bytes": 7627,
404
+ "sha256": "9b36df95df2a391b93282bbf465dca1594fe3edac96bad128aa331b0b835921a"
405
  }
406
  },
407
  "failures": []
 
412
  "local": {
413
  "path": "repo:docs/data/project_status.json",
414
  "exists": true,
415
+ "bytes": 8930,
416
+ "sha256": "b4f0fd7644009ff4baeb98c05beb6b8bca86b166fdb6a7dc4f263a61a7ca13dd"
417
  },
418
  "mirrors": {
419
  "hf_space": {
420
  "path": "hf_space:data/project_status.json",
421
  "exists": true,
422
+ "bytes": 8930,
423
+ "sha256": "b4f0fd7644009ff4baeb98c05beb6b8bca86b166fdb6a7dc4f263a61a7ca13dd"
424
  },
425
  "hf_artifacts": {
426
  "path": "hf_artifacts:docs/data/project_status.json",
427
  "exists": true,
428
+ "bytes": 8930,
429
+ "sha256": "b4f0fd7644009ff4baeb98c05beb6b8bca86b166fdb6a7dc4f263a61a7ca13dd"
430
  },
431
  "hf_model": {
432
  "path": "hf_model:metrics/project_status.json",
433
  "exists": true,
434
+ "bytes": 8930,
435
+ "sha256": "b4f0fd7644009ff4baeb98c05beb6b8bca86b166fdb6a7dc4f263a61a7ca13dd"
436
  }
437
  },
438
  "failures": []
 
444
  "path": "repo:docs/data/publication_audit.json",
445
  "exists": true,
446
  "bytes": 7289,
447
+ "sha256": "a019468bf2be313087ffa4b11088ccc633ac0482be38b2bf13e23540364be466"
448
  },
449
  "mirrors": {
450
  "hf_space": {
451
  "path": "hf_space:data/publication_audit.json",
452
  "exists": true,
453
  "bytes": 7289,
454
+ "sha256": "a019468bf2be313087ffa4b11088ccc633ac0482be38b2bf13e23540364be466"
455
  },
456
  "hf_artifacts": {
457
  "path": "hf_artifacts:docs/data/publication_audit.json",
458
  "exists": true,
459
  "bytes": 7289,
460
+ "sha256": "a019468bf2be313087ffa4b11088ccc633ac0482be38b2bf13e23540364be466"
461
  },
462
  "hf_model": {
463
  "path": "hf_model:metrics/publication_audit.json",
464
  "exists": true,
465
  "bytes": 7289,
466
+ "sha256": "a019468bf2be313087ffa4b11088ccc633ac0482be38b2bf13e23540364be466"
467
  }
468
  },
469
  "failures": []
 
475
  "path": "repo:docs/data/public_surface_qa.json",
476
  "exists": true,
477
  "bytes": 5631,
478
+ "sha256": "0f61bee108f0dc72f48c4edd0ca194fc5d108bb0c5cb7bcc86c6eaa56f5fae64"
479
  },
480
  "mirrors": {
481
  "hf_space": {
482
  "path": "hf_space:data/public_surface_qa.json",
483
  "exists": true,
484
  "bytes": 5631,
485
+ "sha256": "0f61bee108f0dc72f48c4edd0ca194fc5d108bb0c5cb7bcc86c6eaa56f5fae64"
486
  },
487
  "hf_artifacts": {
488
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
489
  "exists": true,
490
  "bytes": 5631,
491
+ "sha256": "0f61bee108f0dc72f48c4edd0ca194fc5d108bb0c5cb7bcc86c6eaa56f5fae64"
492
  },
493
  "hf_model": {
494
  "path": "hf_model:metrics/public_surface_qa.json",
495
  "exists": true,
496
  "bytes": 5631,
497
+ "sha256": "0f61bee108f0dc72f48c4edd0ca194fc5d108bb0c5cb7bcc86c6eaa56f5fae64"
498
  }
499
  },
500
  "failures": []
 
505
  "local": {
506
  "path": "repo:docs/data/quality_gates.json",
507
  "exists": true,
508
+ "bytes": 8118,
509
+ "sha256": "595b2e050028b612b57ecfb5086c66bdf5040be90250430537cbd9e1b9c09e76"
510
  },
511
  "mirrors": {
512
  "hf_space": {
513
  "path": "hf_space:data/quality_gates.json",
514
  "exists": true,
515
+ "bytes": 8118,
516
+ "sha256": "595b2e050028b612b57ecfb5086c66bdf5040be90250430537cbd9e1b9c09e76"
517
  },
518
  "hf_artifacts": {
519
  "path": "hf_artifacts:docs/data/quality_gates.json",
520
  "exists": true,
521
+ "bytes": 8118,
522
+ "sha256": "595b2e050028b612b57ecfb5086c66bdf5040be90250430537cbd9e1b9c09e76"
523
  },
524
  "hf_model": {
525
  "path": "hf_model:metrics/quality_gates.json",
526
  "exists": true,
527
+ "bytes": 8118,
528
+ "sha256": "595b2e050028b612b57ecfb5086c66bdf5040be90250430537cbd9e1b9c09e76"
529
  }
530
  },
531
  "failures": []
 
567
  "local": {
568
  "path": "repo:docs/data/reproducibility_matrix.json",
569
  "exists": true,
570
+ "bytes": 5229,
571
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
572
  },
573
  "mirrors": {
574
  "hf_space": {
575
  "path": "hf_space:data/reproducibility_matrix.json",
576
  "exists": true,
577
+ "bytes": 5229,
578
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
579
  },
580
  "hf_artifacts": {
581
  "path": "hf_artifacts:docs/data/reproducibility_matrix.json",
582
  "exists": true,
583
+ "bytes": 5229,
584
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
585
  },
586
  "hf_model": {
587
  "path": "hf_model:metrics/reproducibility_matrix.json",
588
  "exists": true,
589
+ "bytes": 5229,
590
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
591
  }
592
  },
593
  "failures": []
 
598
  "local": {
599
  "path": "repo:docs/data/research_roadmap.json",
600
  "exists": true,
601
+ "bytes": 5726,
602
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
603
  },
604
  "mirrors": {
605
  "hf_space": {
606
  "path": "hf_space:data/research_roadmap.json",
607
  "exists": true,
608
+ "bytes": 5726,
609
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
610
  },
611
  "hf_artifacts": {
612
  "path": "hf_artifacts:docs/data/research_roadmap.json",
613
  "exists": true,
614
+ "bytes": 5726,
615
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
616
  },
617
  "hf_model": {
618
  "path": "hf_model:metrics/research_roadmap.json",
619
  "exists": true,
620
+ "bytes": 5726,
621
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
622
  }
623
  },
624
  "failures": []
 
629
  "local": {
630
  "path": "repo:docs/data/research_roadmap_interactive.json",
631
  "exists": true,
632
+ "bytes": 131473,
633
+ "sha256": "c0e2f4872c7192995307967d27bf9c329ae88c685688e3f128f68e3fdc48e780"
634
  },
635
  "mirrors": {
636
  "hf_space": {
637
  "path": "hf_space:data/research_roadmap_interactive.json",
638
  "exists": true,
639
+ "bytes": 131473,
640
+ "sha256": "c0e2f4872c7192995307967d27bf9c329ae88c685688e3f128f68e3fdc48e780"
641
  },
642
  "hf_artifacts": {
643
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
644
  "exists": true,
645
+ "bytes": 131473,
646
+ "sha256": "c0e2f4872c7192995307967d27bf9c329ae88c685688e3f128f68e3fdc48e780"
647
  },
648
  "hf_model": {
649
  "path": "hf_model:metrics/research_roadmap_interactive.json",
650
  "exists": true,
651
+ "bytes": 131473,
652
+ "sha256": "c0e2f4872c7192995307967d27bf9c329ae88c685688e3f128f68e3fdc48e780"
653
  }
654
  },
655
  "failures": []
 
660
  "local": {
661
  "path": "repo:docs/data/research_takeaways.json",
662
  "exists": true,
663
+ "bytes": 6821,
664
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
665
  },
666
  "mirrors": {
667
  "hf_space": {
668
  "path": "hf_space:data/research_takeaways.json",
669
  "exists": true,
670
+ "bytes": 6821,
671
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
672
  },
673
  "hf_artifacts": {
674
  "path": "hf_artifacts:docs/data/research_takeaways.json",
675
  "exists": true,
676
+ "bytes": 6821,
677
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
678
  },
679
  "hf_model": {
680
  "path": "hf_model:metrics/research_takeaways.json",
681
  "exists": true,
682
+ "bytes": 6821,
683
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
684
  }
685
  },
686
  "failures": []
 
691
  "local": {
692
  "path": "repo:docs/data/research_direction_extensions.json",
693
  "exists": true,
694
+ "bytes": 11903,
695
+ "sha256": "010e254b61de6cc199e8e710fb10d8304c8156835f5cbafb79202996a74c0c77"
696
  },
697
  "mirrors": {
698
  "hf_space": {
699
  "path": "hf_space:data/research_direction_extensions.json",
700
  "exists": true,
701
+ "bytes": 11903,
702
+ "sha256": "010e254b61de6cc199e8e710fb10d8304c8156835f5cbafb79202996a74c0c77"
703
  },
704
  "hf_artifacts": {
705
  "path": "hf_artifacts:docs/data/research_direction_extensions.json",
706
  "exists": true,
707
+ "bytes": 11903,
708
+ "sha256": "010e254b61de6cc199e8e710fb10d8304c8156835f5cbafb79202996a74c0c77"
709
  },
710
  "hf_model": {
711
  "path": "hf_model:metrics/research_direction_extensions.json",
712
  "exists": true,
713
+ "bytes": 11903,
714
+ "sha256": "010e254b61de6cc199e8e710fb10d8304c8156835f5cbafb79202996a74c0c77"
715
  }
716
  },
717
  "failures": []
 
722
  "local": {
723
  "path": "repo:docs/data/research_directions.json",
724
  "exists": true,
725
+ "bytes": 14414,
726
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
727
  },
728
  "mirrors": {
729
  "hf_space": {
730
  "path": "hf_space:data/research_directions.json",
731
  "exists": true,
732
+ "bytes": 14414,
733
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
734
  },
735
  "hf_artifacts": {
736
  "path": "hf_artifacts:docs/data/research_directions.json",
737
  "exists": true,
738
+ "bytes": 14414,
739
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
740
  },
741
  "hf_model": {
742
  "path": "hf_model:metrics/research_directions.json",
743
  "exists": true,
744
+ "bytes": 14414,
745
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
746
  }
747
  },
748
  "failures": []
 
811
  },
812
  {
813
  "name": "data/source_alignment_audit.json",
814
+ "status": "pass",
815
  "local": {
816
  "path": "repo:docs/data/source_alignment_audit.json",
817
  "exists": true,
818
+ "bytes": 4432,
819
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
820
  },
821
  "mirrors": {
822
  "hf_space": {
823
  "path": "hf_space:data/source_alignment_audit.json",
824
  "exists": true,
825
  "bytes": 4432,
826
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
827
  },
828
  "hf_artifacts": {
829
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
830
  "exists": true,
831
  "bytes": 4432,
832
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
833
  },
834
  "hf_model": {
835
  "path": "hf_model:metrics/source_alignment_audit.json",
836
  "exists": true,
837
  "bytes": 4432,
838
+ "sha256": "e05e785b906d7f0ccedc6ea3bb563eb8dd923f237094f4556d2ea351178f4b5b"
839
  }
840
  },
841
+ "failures": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
842
  },
843
  {
844
  "name": "data/summary_metrics.json",
 
846
  "local": {
847
  "path": "repo:docs/data/summary_metrics.json",
848
  "exists": true,
849
+ "bytes": 25260,
850
+ "sha256": "e53e0a6151df2dd0bf02467421abf5a8e7655b88a21b6ce984786adca5d4cc43"
851
  },
852
  "mirrors": {
853
  "hf_space": {
854
  "path": "hf_space:data/summary_metrics.json",
855
  "exists": true,
856
+ "bytes": 25260,
857
+ "sha256": "e53e0a6151df2dd0bf02467421abf5a8e7655b88a21b6ce984786adca5d4cc43"
858
  },
859
  "hf_artifacts": {
860
  "path": "hf_artifacts:docs/data/summary_metrics.json",
861
  "exists": true,
862
+ "bytes": 25260,
863
+ "sha256": "e53e0a6151df2dd0bf02467421abf5a8e7655b88a21b6ce984786adca5d4cc43"
864
  },
865
  "hf_model": {
866
  "path": "hf_model:metrics/summary_metrics.json",
867
  "exists": true,
868
+ "bytes": 25260,
869
+ "sha256": "e53e0a6151df2dd0bf02467421abf5a8e7655b88a21b6ce984786adca5d4cc43"
870
  }
871
  },
872
  "failures": []
 
908
  "local": {
909
  "path": "repo:docs/data/task_walkthroughs.json",
910
  "exists": true,
911
+ "bytes": 26963,
912
+ "sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a"
913
  },
914
  "mirrors": {
915
  "hf_space": {
916
  "path": "hf_space:data/task_walkthroughs.json",
917
  "exists": true,
918
+ "bytes": 26963,
919
+ "sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a"
920
  },
921
  "hf_artifacts": {
922
  "path": "hf_artifacts:docs/data/task_walkthroughs.json",
923
  "exists": true,
924
+ "bytes": 26963,
925
+ "sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a"
926
  },
927
  "hf_model": {
928
  "path": "hf_model:metrics/task_walkthroughs.json",
929
  "exists": true,
930
+ "bytes": 26963,
931
+ "sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a"
932
  }
933
  },
934
  "failures": []
 
940
  "path": "repo:docs/data/website_integrity.json",
941
  "exists": true,
942
  "bytes": 14718,
943
+ "sha256": "96372b1d3297dd81a393010264d4d92204bd140838aa7a81f227fea7d88b5fb9"
944
  },
945
  "mirrors": {
946
  "hf_space": {
947
  "path": "hf_space:data/website_integrity.json",
948
  "exists": true,
949
  "bytes": 14718,
950
+ "sha256": "96372b1d3297dd81a393010264d4d92204bd140838aa7a81f227fea7d88b5fb9"
951
  },
952
  "hf_artifacts": {
953
  "path": "hf_artifacts:docs/data/website_integrity.json",
954
  "exists": true,
955
  "bytes": 14718,
956
+ "sha256": "96372b1d3297dd81a393010264d4d92204bd140838aa7a81f227fea7d88b5fb9"
957
  },
958
  "hf_model": {
959
  "path": "hf_model:metrics/website_integrity.json",
960
  "exists": true,
961
  "bytes": 14718,
962
+ "sha256": "96372b1d3297dd81a393010264d4d92204bd140838aa7a81f227fea7d88b5fb9"
963
  }
964
  },
965
  "failures": []
 
970
  "local": {
971
  "path": "repo:docs/data/xperience10m_dataset_card_alignment.json",
972
  "exists": true,
973
+ "bytes": 7559,
974
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
975
  },
976
  "mirrors": {
977
  "hf_space": {
978
  "path": "hf_space:data/xperience10m_dataset_card_alignment.json",
979
  "exists": true,
980
+ "bytes": 7559,
981
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
982
  },
983
  "hf_artifacts": {
984
  "path": "hf_artifacts:docs/data/xperience10m_dataset_card_alignment.json",
985
  "exists": true,
986
+ "bytes": 7559,
987
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
988
  },
989
  "hf_model": {
990
  "path": "hf_model:metrics/xperience10m_dataset_card_alignment.json",
991
  "exists": true,
992
+ "bytes": 7559,
993
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
994
  }
995
  },
996
  "failures": []
 
1667
  "local": {
1668
  "path": "repo:scripts/audio_ablation_and_raw_upgrade.py",
1669
  "exists": true,
1670
+ "bytes": 43144,
1671
+ "sha256": "f7e3a38ec906dac7ca55b13c49720bd41ed89a1fd994c7d54730a4de5dfd1b59"
1672
  },
1673
  "mirrors": {
1674
  "hf_artifacts": {
1675
  "path": "hf_artifacts:scripts/audio_ablation_and_raw_upgrade.py",
1676
  "exists": true,
1677
+ "bytes": 43144,
1678
+ "sha256": "f7e3a38ec906dac7ca55b13c49720bd41ed89a1fd994c7d54730a4de5dfd1b59"
1679
  },
1680
  "hf_model": {
1681
  "path": "hf_model:scripts/audio_ablation_and_raw_upgrade.py",
1682
  "exists": true,
1683
+ "bytes": 43144,
1684
+ "sha256": "f7e3a38ec906dac7ca55b13c49720bd41ed89a1fd994c7d54730a4de5dfd1b59"
1685
  }
1686
  },
1687
  "failures": []
 
1692
  "local": {
1693
  "path": "repo:scripts/build_artifact_index.py",
1694
  "exists": true,
1695
+ "bytes": 26566,
1696
+ "sha256": "982fcc36e6dfda3382662d1f1e1f539f27f45aaddd6503aad77a14145bcc1bf6"
1697
  },
1698
  "mirrors": {
1699
  "hf_artifacts": {
1700
  "path": "hf_artifacts:scripts/build_artifact_index.py",
1701
  "exists": true,
1702
+ "bytes": 26566,
1703
+ "sha256": "982fcc36e6dfda3382662d1f1e1f539f27f45aaddd6503aad77a14145bcc1bf6"
1704
  },
1705
  "hf_model": {
1706
  "path": "hf_model:scripts/build_artifact_index.py",
1707
  "exists": true,
1708
+ "bytes": 26566,
1709
+ "sha256": "982fcc36e6dfda3382662d1f1e1f539f27f45aaddd6503aad77a14145bcc1bf6"
1710
  }
1711
  },
1712
  "failures": []
 
1742
  "local": {
1743
  "path": "repo:scripts/build_evaluation_protocol.py",
1744
  "exists": true,
1745
+ "bytes": 16139,
1746
+ "sha256": "e2aaac38f451402971e03c004d32d5c5f8a05d67dc1820d6bf9b12d1da1a292f"
1747
  },
1748
  "mirrors": {
1749
  "hf_artifacts": {
1750
  "path": "hf_artifacts:scripts/build_evaluation_protocol.py",
1751
  "exists": true,
1752
+ "bytes": 16139,
1753
+ "sha256": "e2aaac38f451402971e03c004d32d5c5f8a05d67dc1820d6bf9b12d1da1a292f"
1754
  },
1755
  "hf_model": {
1756
  "path": "hf_model:scripts/build_evaluation_protocol.py",
1757
  "exists": true,
1758
+ "bytes": 16139,
1759
+ "sha256": "e2aaac38f451402971e03c004d32d5c5f8a05d67dc1820d6bf9b12d1da1a292f"
1760
  }
1761
  },
1762
  "failures": []
 
1792
  "local": {
1793
  "path": "repo:scripts/build_quality_gates.py",
1794
  "exists": true,
1795
+ "bytes": 11351,
1796
+ "sha256": "1a185999e568243fb480ba21d1fc181037a97136dec4e562b3b78fb1dd7d9ead"
1797
  },
1798
  "mirrors": {
1799
  "hf_artifacts": {
1800
  "path": "hf_artifacts:scripts/build_quality_gates.py",
1801
  "exists": true,
1802
+ "bytes": 11351,
1803
+ "sha256": "1a185999e568243fb480ba21d1fc181037a97136dec4e562b3b78fb1dd7d9ead"
1804
  },
1805
  "hf_model": {
1806
  "path": "hf_model:scripts/build_quality_gates.py",
1807
  "exists": true,
1808
+ "bytes": 11351,
1809
+ "sha256": "1a185999e568243fb480ba21d1fc181037a97136dec4e562b3b78fb1dd7d9ead"
1810
  }
1811
  },
1812
  "failures": []
 
1892
  "local": {
1893
  "path": "repo:scripts/build_single_episode_explorer.py",
1894
  "exists": true,
1895
+ "bytes": 30200,
1896
+ "sha256": "57924e42243c76fb37dc36acb1c41932edd0467da7b2794ea6bd08603884b61a"
1897
  },
1898
  "mirrors": {
1899
  "hf_artifacts": {
1900
  "path": "hf_artifacts:scripts/build_single_episode_explorer.py",
1901
  "exists": true,
1902
+ "bytes": 30200,
1903
+ "sha256": "57924e42243c76fb37dc36acb1c41932edd0467da7b2794ea6bd08603884b61a"
1904
  },
1905
  "hf_model": {
1906
  "path": "hf_model:scripts/build_single_episode_explorer.py",
1907
  "exists": true,
1908
+ "bytes": 30200,
1909
+ "sha256": "57924e42243c76fb37dc36acb1c41932edd0467da7b2794ea6bd08603884b61a"
1910
  }
1911
  },
1912
  "failures": []
 
1917
  "local": {
1918
  "path": "repo:scripts/build_research_takeaways.py",
1919
  "exists": true,
1920
+ "bytes": 13285,
1921
+ "sha256": "19baa1dbe3e4454e040bb1b2fc711e1dd5ce5280ee19bfc01b01cca854006d38"
1922
  },
1923
  "mirrors": {
1924
  "hf_artifacts": {
1925
  "path": "hf_artifacts:scripts/build_research_takeaways.py",
1926
  "exists": true,
1927
+ "bytes": 13285,
1928
+ "sha256": "19baa1dbe3e4454e040bb1b2fc711e1dd5ce5280ee19bfc01b01cca854006d38"
1929
  },
1930
  "hf_model": {
1931
  "path": "hf_model:scripts/build_research_takeaways.py",
1932
  "exists": true,
1933
+ "bytes": 13285,
1934
+ "sha256": "19baa1dbe3e4454e040bb1b2fc711e1dd5ce5280ee19bfc01b01cca854006d38"
1935
  }
1936
  },
1937
  "failures": []
 
1967
  "local": {
1968
  "path": "repo:scripts/verify_live_publication.py",
1969
  "exists": true,
1970
+ "bytes": 34779,
1971
+ "sha256": "73c45e1ae1b7509b9f2c54cf42424c9ac0aab8a9e54be58fc488eaa2a696acc7"
1972
  },
1973
  "mirrors": {
1974
  "hf_artifacts": {
1975
  "path": "hf_artifacts:scripts/verify_live_publication.py",
1976
  "exists": true,
1977
+ "bytes": 34779,
1978
+ "sha256": "73c45e1ae1b7509b9f2c54cf42424c9ac0aab8a9e54be58fc488eaa2a696acc7"
1979
  },
1980
  "hf_model": {
1981
  "path": "hf_model:scripts/verify_live_publication.py",
1982
  "exists": true,
1983
+ "bytes": 34779,
1984
+ "sha256": "73c45e1ae1b7509b9f2c54cf42424c9ac0aab8a9e54be58fc488eaa2a696acc7"
1985
  }
1986
  },
1987
  "failures": []
 
2017
  "local": {
2018
  "path": "repo:scripts/validate_publication_package.py",
2019
  "exists": true,
2020
+ "bytes": 19276,
2021
+ "sha256": "861b599ed7df030942e179cb8e9e68b5395a11e97d01d2775ecd5c9c2a3916d2"
2022
  },
2023
  "mirrors": {
2024
  "hf_artifacts": {
2025
  "path": "hf_artifacts:scripts/validate_publication_package.py",
2026
  "exists": true,
2027
+ "bytes": 19276,
2028
+ "sha256": "861b599ed7df030942e179cb8e9e68b5395a11e97d01d2775ecd5c9c2a3916d2"
2029
  },
2030
  "hf_model": {
2031
  "path": "hf_model:scripts/validate_publication_package.py",
2032
  "exists": true,
2033
+ "bytes": 19276,
2034
+ "sha256": "861b599ed7df030942e179cb8e9e68b5395a11e97d01d2775ecd5c9c2a3916d2"
2035
  }
2036
  },
2037
  "failures": []
 
2067
  "local": {
2068
  "path": "repo:scripts/validate_source_alignment.py",
2069
  "exists": true,
2070
+ "bytes": 15831,
2071
+ "sha256": "6f48190ca77dd6ba9dd2f821d5ace7e33bd9b4d9d76adb7237cc51ddb88de239"
2072
  },
2073
  "mirrors": {
2074
  "hf_artifacts": {
2075
  "path": "hf_artifacts:scripts/validate_source_alignment.py",
2076
  "exists": true,
2077
+ "bytes": 15831,
2078
+ "sha256": "6f48190ca77dd6ba9dd2f821d5ace7e33bd9b4d9d76adb7237cc51ddb88de239"
2079
  },
2080
  "hf_model": {
2081
  "path": "hf_model:scripts/validate_source_alignment.py",
2082
  "exists": true,
2083
+ "bytes": 15831,
2084
+ "sha256": "6f48190ca77dd6ba9dd2f821d5ace7e33bd9b4d9d76adb7237cc51ddb88de239"
2085
  }
2086
  },
2087
  "failures": []
 
2217
  "local": {
2218
  "path": "repo:docs/index.html",
2219
  "exists": true,
2220
+ "bytes": 170233,
2221
+ "sha256": "669d8f0e4f278802df86787e4e69efa87e301091bb4c83ac388670c0d456c881"
2222
  },
2223
  "mirrors": {
2224
  "hf_space": {
2225
  "path": "hf_space:index.html",
2226
  "exists": true,
2227
+ "bytes": 170233,
2228
+ "sha256": "669d8f0e4f278802df86787e4e69efa87e301091bb4c83ac388670c0d456c881"
2229
  },
2230
  "hf_artifacts_docs": {
2231
  "path": "hf_artifacts:docs/index.html",
2232
  "exists": true,
2233
+ "bytes": 170233,
2234
+ "sha256": "669d8f0e4f278802df86787e4e69efa87e301091bb4c83ac388670c0d456c881"
2235
  }
2236
  },
2237
  "failures": []
 
2751
  "local": {
2752
  "path": "repo:QUALITY_GATES.md",
2753
  "exists": true,
2754
+ "bytes": 4901,
2755
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
2756
  },
2757
  "mirrors": {
2758
  "hf_space": {
2759
  "path": "hf_space:QUALITY_GATES.md",
2760
  "exists": true,
2761
+ "bytes": 4901,
2762
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
2763
  },
2764
  "hf_artifacts": {
2765
  "path": "hf_artifacts:QUALITY_GATES.md",
2766
  "exists": true,
2767
+ "bytes": 4901,
2768
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
2769
  },
2770
  "hf_model": {
2771
  "path": "hf_model:QUALITY_GATES.md",
2772
  "exists": true,
2773
+ "bytes": 4901,
2774
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
2775
  }
2776
  },
2777
  "failures": []
 
2844
  "local": {
2845
  "path": "repo:FOUNDATION_MODEL_PLAN.md",
2846
  "exists": true,
2847
+ "bytes": 6545,
2848
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
2849
  },
2850
  "mirrors": {
2851
  "hf_space": {
2852
  "path": "hf_space:FOUNDATION_MODEL_PLAN.md",
2853
  "exists": true,
2854
+ "bytes": 6545,
2855
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
2856
  },
2857
  "hf_artifacts": {
2858
  "path": "hf_artifacts:FOUNDATION_MODEL_PLAN.md",
2859
  "exists": true,
2860
+ "bytes": 6545,
2861
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
2862
  },
2863
  "hf_model": {
2864
  "path": "hf_model:FOUNDATION_MODEL_PLAN.md",
2865
  "exists": true,
2866
+ "bytes": 6545,
2867
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
2868
  }
2869
  },
2870
  "failures": []
 
2875
  "local": {
2876
  "path": "repo:PROJECT_BRIEF.md",
2877
  "exists": true,
2878
+ "bytes": 2516,
2879
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
2880
  },
2881
  "mirrors": {
2882
  "hf_space": {
2883
  "path": "hf_space:PROJECT_BRIEF.md",
2884
  "exists": true,
2885
+ "bytes": 2516,
2886
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
2887
  },
2888
  "hf_artifacts": {
2889
  "path": "hf_artifacts:PROJECT_BRIEF.md",
2890
  "exists": true,
2891
+ "bytes": 2516,
2892
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
2893
  },
2894
  "hf_model": {
2895
  "path": "hf_model:PROJECT_BRIEF.md",
2896
  "exists": true,
2897
+ "bytes": 2516,
2898
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
2899
  }
2900
  },
2901
  "failures": []
 
2937
  "local": {
2938
  "path": "repo:RESEARCH_ROADMAP.md",
2939
  "exists": true,
2940
+ "bytes": 6645,
2941
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
2942
  },
2943
  "mirrors": {
2944
  "hf_space": {
2945
  "path": "hf_space:RESEARCH_ROADMAP.md",
2946
  "exists": true,
2947
+ "bytes": 6645,
2948
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
2949
  },
2950
  "hf_artifacts": {
2951
  "path": "hf_artifacts:RESEARCH_ROADMAP.md",
2952
  "exists": true,
2953
+ "bytes": 6645,
2954
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
2955
  },
2956
  "hf_model": {
2957
  "path": "hf_model:RESEARCH_ROADMAP.md",
2958
  "exists": true,
2959
+ "bytes": 6645,
2960
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
2961
  }
2962
  },
2963
  "failures": []
 
2968
  "local": {
2969
  "path": "repo:PROJECT_STATUS.md",
2970
  "exists": true,
2971
+ "bytes": 6710,
2972
+ "sha256": "22c3ba04620eb003b6ba206f55cfe02c723c41b0c972dcd5a03f0aade1e43fda"
2973
  },
2974
  "mirrors": {
2975
  "hf_space": {
2976
  "path": "hf_space:PROJECT_STATUS.md",
2977
  "exists": true,
2978
+ "bytes": 6710,
2979
+ "sha256": "22c3ba04620eb003b6ba206f55cfe02c723c41b0c972dcd5a03f0aade1e43fda"
2980
  },
2981
  "hf_artifacts": {
2982
  "path": "hf_artifacts:PROJECT_STATUS.md",
2983
  "exists": true,
2984
+ "bytes": 6710,
2985
+ "sha256": "22c3ba04620eb003b6ba206f55cfe02c723c41b0c972dcd5a03f0aade1e43fda"
2986
  },
2987
  "hf_model": {
2988
  "path": "hf_model:PROJECT_STATUS.md",
2989
  "exists": true,
2990
+ "bytes": 6710,
2991
+ "sha256": "22c3ba04620eb003b6ba206f55cfe02c723c41b0c972dcd5a03f0aade1e43fda"
2992
  }
2993
  },
2994
  "failures": []
 
3030
  "local": {
3031
  "path": "repo:RESEARCH_TAKEAWAYS.md",
3032
  "exists": true,
3033
+ "bytes": 4889,
3034
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
3035
  },
3036
  "mirrors": {
3037
  "hf_space": {
3038
  "path": "hf_space:RESEARCH_TAKEAWAYS.md",
3039
  "exists": true,
3040
+ "bytes": 4889,
3041
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
3042
  },
3043
  "hf_artifacts": {
3044
  "path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
3045
  "exists": true,
3046
+ "bytes": 4889,
3047
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
3048
  },
3049
  "hf_model": {
3050
  "path": "hf_model:RESEARCH_TAKEAWAYS.md",
3051
  "exists": true,
3052
+ "bytes": 4889,
3053
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
3054
  }
3055
  },
3056
  "failures": []
3057
  },
3058
  {
3059
  "name": "docs/SOURCE_ALIGNMENT_AUDIT.md",
3060
+ "status": "pass",
3061
  "local": {
3062
  "path": "repo:SOURCE_ALIGNMENT_AUDIT.md",
3063
  "exists": true,
3064
  "bytes": 2309,
3065
+ "sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3066
  },
3067
  "mirrors": {
3068
  "hf_space": {
 
3084
  "sha256": "9950b526c18ff184ea8ab1c38a12c8aec3fa363a66db1099d9c36063c3634be9"
3085
  }
3086
  },
3087
+ "failures": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3088
  },
3089
  {
3090
  "name": "docs/XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
 
3092
  "local": {
3093
  "path": "repo:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3094
  "exists": true,
3095
+ "bytes": 10625,
3096
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
3097
  },
3098
  "mirrors": {
3099
  "hf_space": {
3100
  "path": "hf_space:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3101
  "exists": true,
3102
+ "bytes": 10625,
3103
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
3104
  },
3105
  "hf_artifacts": {
3106
  "path": "hf_artifacts:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3107
  "exists": true,
3108
+ "bytes": 10625,
3109
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
3110
  },
3111
  "hf_model": {
3112
  "path": "hf_model:XPERIENCE10M_DATASET_CARD_ALIGNMENT.md",
3113
  "exists": true,
3114
+ "bytes": 10625,
3115
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
3116
  }
3117
  },
3118
  "failures": []
3119
  }
3120
  ],
3121
+ "failures": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3122
  }
docs/data/modality_atlas.json CHANGED
@@ -5,7 +5,7 @@
5
  "notes": [
6
  "Images are lightweight derived thumbnails for review and website presentation.",
7
  "Raw MP4, HDF5, and RRD files remain excluded from the public repo and Hugging Face bundles.",
8
- "AAC audio is extracted from the sample MP4 stream and included in the current baseline feature vector."
9
  ],
10
  "modalities": [
11
  {
@@ -29,7 +29,7 @@
29
  "name": "audio",
30
  "type": "acoustic stream",
31
  "sample_contains": "AAC stream embedded in MP4",
32
- "current_baseline_use": "AAC audio feature block",
33
  "image": "assets/modalities/audio.png",
34
  "image_size": [
35
  880,
@@ -44,7 +44,7 @@
44
  "name": "depth",
45
  "type": "geometry map",
46
  "sample_contains": "depth map + confidence channel",
47
- "current_baseline_use": "spatial geometry feature block",
48
  "image": "assets/modalities/depth.jpg",
49
  "image_size": [
50
  880,
 
5
  "notes": [
6
  "Images are lightweight derived thumbnails for review and website presentation.",
7
  "Raw MP4, HDF5, and RRD files remain excluded from the public repo and Hugging Face bundles.",
8
+ "The public sample modalities are mapped into the current 8,546-dimensional task representation."
9
  ],
10
  "modalities": [
11
  {
 
29
  "name": "audio",
30
  "type": "acoustic stream",
31
  "sample_contains": "AAC stream embedded in MP4",
32
+ "current_baseline_use": "acoustic signal",
33
  "image": "assets/modalities/audio.png",
34
  "image_size": [
35
  880,
 
44
  "name": "depth",
45
  "type": "geometry map",
46
  "sample_contains": "depth map + confidence channel",
47
+ "current_baseline_use": "spatial geometry signal",
48
  "image": "assets/modalities/depth.jpg",
49
  "image_size": [
50
  880,
docs/data/project_brief.json CHANGED
@@ -8,7 +8,7 @@
8
  },
9
  {
10
  "layer": "Modalities",
11
- "status": "Video-derived features, AAC audio, depth, pose/SLAM, mocap, IMU, calibration, and language-derived features"
12
  },
13
  {
14
  "layer": "Task suite",
@@ -24,7 +24,7 @@
24
  },
25
  {
26
  "layer": "Scale-up path",
27
- "status": "Qwen3-Omni LoRA pilot code path prepared for 32 held-out episodes after gated data access"
28
  }
29
  ],
30
  "reading_order": [
 
8
  },
9
  {
10
  "layer": "Modalities",
11
+ "status": "Video-derived features, audio, depth, pose/SLAM, mocap, IMU, calibration, and language-derived features"
12
  },
13
  {
14
  "layer": "Task suite",
 
24
  },
25
  {
26
  "layer": "Scale-up path",
27
+ "status": "Qwen3-Omni LoRA code path prepared; full-dataset access is granted and a 128-episode selected relay is being staged"
28
  }
29
  ],
30
  "reading_order": [
docs/data/project_packet.json CHANGED
@@ -10,9 +10,9 @@
10
  "neural_head_count": 12,
11
  "direction_extension_probe_count": 4,
12
  "raw_xperience10m_data_in_repo": false,
13
- "audio_feature_status": "AAC audio is decoded from fisheye_cam0.mp4 and included in the current baseline feature vector as audio_fisheye_cam0_aac.",
14
  "qwen3_omni_32_episode_claim": false,
15
- "qwen3_omni_status": "Setup-stage until at least 32 valid episodes are available and held-out episode evaluation finishes."
16
  },
17
  "reading_path": [
18
  {
@@ -41,7 +41,7 @@
41
  "docs/data/scope_claims_audit.json",
42
  "docs/data/website_integrity.json"
43
  ],
44
- "readout": "The project status table and roadmap give the compact current-state summary. Single-episode task engineering, metrics, visualizations, public website integrity, mirror parity, and scale-up status checks are implemented; cross-episode generalization and 32-episode Qwen3-Omni metrics are later milestones."
45
  },
46
  {
47
  "step": 2,
@@ -93,7 +93,7 @@
93
  "results/episode_task_suite/available_modalities.json",
94
  "docs/data/modality_atlas.json"
95
  ],
96
- "readout": "The current model input is an 8,546-dimensional aligned window vector with explicit feature-block boundaries, including a 168-d AAC audio block, and the readable atlas shows each public-sample modality without raw data redistribution."
97
  },
98
  {
99
  "step": 7,
@@ -115,7 +115,7 @@
115
  "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md",
116
  "scripts/omni/discover_xperience10m_sources.py"
117
  ],
118
- "readout": "The next milestone is a 32-episode held-out-episode Qwen3-Omni LoRA pilot after gated Xperience-10M access is available."
119
  }
120
  ],
121
  "project_status": "PROJECT_STATUS.md",
@@ -142,7 +142,7 @@
142
  },
143
  "current_reading_notes": [
144
  "Cross-environment generalization is evaluated in the later multi-episode stage.",
145
- "The Qwen3-Omni setup run is separate from the planned 32-episode fine-tune.",
146
  "Feature-vector reconstruction is separate from pixel-depth, mesh, NeRF, or Gaussian reconstruction.",
147
  "Raw Xperience-10M data is not redistributed in this repo."
148
  ]
 
10
  "neural_head_count": 12,
11
  "direction_extension_probe_count": 4,
12
  "raw_xperience10m_data_in_repo": false,
13
+ "audio_feature_status": "Audio is one of the synchronized source modalities in the current task representation.",
14
  "qwen3_omni_32_episode_claim": false,
15
+ "qwen3_omni_status": "Full-dataset access is granted; 128 selected episodes are in relay/staging before held-out episode evaluation."
16
  },
17
  "reading_path": [
18
  {
 
41
  "docs/data/scope_claims_audit.json",
42
  "docs/data/website_integrity.json"
43
  ],
44
+ "readout": "The project status table and roadmap give the compact current-state summary. Single-episode task engineering, metrics, visualizations, public website integrity, mirror parity, and scale-up status checks are implemented; cross-episode generalization and Qwen3-Omni held-out metrics are later milestones."
45
  },
46
  {
47
  "step": 2,
 
93
  "results/episode_task_suite/available_modalities.json",
94
  "docs/data/modality_atlas.json"
95
  ],
96
+ "readout": "The current model input is an 8,546-dimensional aligned multimodal window, and the readable atlas shows each public-sample modality without raw data redistribution."
97
  },
98
  {
99
  "step": 7,
 
115
  "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md",
116
  "scripts/omni/discover_xperience10m_sources.py"
117
  ],
118
+ "readout": "The next milestone is a selected-episode held-out Qwen3-Omni LoRA pilot after staging and preprocessing complete."
119
  }
120
  ],
121
  "project_status": "PROJECT_STATUS.md",
 
142
  },
143
  "current_reading_notes": [
144
  "Cross-environment generalization is evaluated in the later multi-episode stage.",
145
+ "The Qwen3-Omni setup run is separate from the planned held-out fine-tune.",
146
  "Feature-vector reconstruction is separate from pixel-depth, mesh, NeRF, or Gaussian reconstruction.",
147
  "Raw Xperience-10M data is not redistributed in this repo."
148
  ]
docs/data/project_status.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Project Status",
3
  "version": "2026-06-01",
4
- "decision": "public_sample_pipeline_verified_multi_episode_omni_data_gated",
5
  "scope_boundary": {
6
  "validated_episode_count": 1,
7
  "aligned_frames": 5821,
@@ -23,7 +23,7 @@
23
  "results/episode_task_suite/windows.csv",
24
  "results/episode_task_suite/feature_manifest.json"
25
  ],
26
- "readout": "One public Xperience-10M sample episode is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional current feature contract."
27
  },
28
  {
29
  "area": "Task suite",
@@ -45,14 +45,14 @@
45
  "readout": "Each task also has a compact PyTorch MLP run over the same feature tensor and chronological split."
46
  },
47
  {
48
- "area": "Audio ablation and raw-audio upgrade",
49
  "status": "verified",
50
  "evidence": [
51
  "scripts/audio_ablation_and_raw_upgrade.py",
52
  "results/audio_ablation/",
53
  "docs/data/audio_ablation_summary.json"
54
  ],
55
- "readout": "Current AAC audio improves the primary metric on 6 of 12 task contracts; replacing the current handcrafted block with a 588-d raw log-mel feature improves over current audio on 6 of 12 tasks."
56
  },
57
  {
58
  "area": "Evaluation protocol",
@@ -81,7 +81,7 @@
81
  "RESEARCH_ROADMAP.md",
82
  "docs/data/research_roadmap.json"
83
  ],
84
- "readout": "The staged path connects public-sample task development to multi-episode data staging, the 32-episode Qwen3-Omni LoRA pilot, foundation-model selection, robustness runs, and larger omni/world-model extensions."
85
  },
86
  {
87
  "area": "Foundation-model plan",
@@ -143,12 +143,12 @@
143
  },
144
  {
145
  "area": "Qwen3-Omni fine-tuning",
146
- "status": "data_gated_full_metrics_pending",
147
  "evidence": [
148
  "results/omni_finetune/DATA_ACCESS_STATUS.md",
149
  "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md"
150
  ],
151
- "readout": "The 32-episode LoRA pilot is prepared, with final held-out metrics pending gated data access, manifest construction, training, and held-out evaluation."
152
  },
153
  {
154
  "area": "Raw Xperience-10M redistribution",
@@ -175,10 +175,10 @@
175
  ],
176
  "current_reading_notes": [
177
  "Cross-episode generalization is evaluated in the later multi-episode stage.",
178
- "Historical 32ep path names refer to setup files, not completed 32-episode training results.",
179
  "The current reconstruction task reconstructs feature vectors, not pixel-depth, mesh, NeRF, or Gaussian reconstruction.",
180
- "AAC audio is decoded from fisheye_cam0.mp4 and included in the current 8,546-dimensional baseline feature vector.",
181
- "Audio is now evaluated directly: the current AAC block and a raw log-mel replacement are compared across all 12 task contracts in results/audio_ablation/.",
182
  "Foundation-model selection is explicit: Qwen3-Omni is the immediate trainable pilot, Cosmos 3 is the first world-model branch, and policy models such as OpenVLA/openpi/GR00T wait for action-target conversion."
183
  ]
184
  }
 
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Project Status",
3
  "version": "2026-06-01",
4
+ "decision": "public_sample_pipeline_verified_multi_episode_omni_data_staging",
5
  "scope_boundary": {
6
  "validated_episode_count": 1,
7
  "aligned_frames": 5821,
 
23
  "results/episode_task_suite/windows.csv",
24
  "results/episode_task_suite/feature_manifest.json"
25
  ],
26
+ "readout": "One public Xperience-10M sample episode is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional representation for repeatable task evaluation."
27
  },
28
  {
29
  "area": "Task suite",
 
45
  "readout": "Each task also has a compact PyTorch MLP run over the same feature tensor and chronological split."
46
  },
47
  {
48
+ "area": "Audio contribution study",
49
  "status": "verified",
50
  "evidence": [
51
  "scripts/audio_ablation_and_raw_upgrade.py",
52
  "results/audio_ablation/",
53
  "docs/data/audio_ablation_summary.json"
54
  ],
55
+ "readout": "Audio variants improve the primary metric on 6 of 12 task contracts in this single-episode setting."
56
  },
57
  {
58
  "area": "Evaluation protocol",
 
81
  "RESEARCH_ROADMAP.md",
82
  "docs/data/research_roadmap.json"
83
  ],
84
+ "readout": "The staged path connects public-sample task development to 128-episode data staging, Qwen3-Omni LoRA, foundation-model selection, robustness runs, and larger omni/world-model extensions."
85
  },
86
  {
87
  "area": "Foundation-model plan",
 
143
  },
144
  {
145
  "area": "Qwen3-Omni fine-tuning",
146
+ "status": "data_staging_full_metrics_pending",
147
  "evidence": [
148
  "results/omni_finetune/DATA_ACCESS_STATUS.md",
149
  "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md"
150
  ],
151
+ "readout": "Full-dataset access is granted and a 128-episode selected relay is in progress; final held-out metrics require completed staging, manifest construction, training, and held-out evaluation."
152
  },
153
  {
154
  "area": "Raw Xperience-10M redistribution",
 
175
  ],
176
  "current_reading_notes": [
177
  "Cross-episode generalization is evaluated in the later multi-episode stage.",
178
+ "Older pilot path names refer to setup files, not completed held-out training results.",
179
  "The current reconstruction task reconstructs feature vectors, not pixel-depth, mesh, NeRF, or Gaussian reconstruction.",
180
+ "Audio is one of the synchronized source modalities in the current task representation.",
181
+ "The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
182
  "Foundation-model selection is explicit: Qwen3-Omni is the immediate trainable pilot, Cosmos 3 is the first world-model branch, and policy models such as OpenVLA/openpi/GR00T wait for action-target conversion."
183
  ]
184
  }
docs/data/public_surface_qa.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-03T16:57:49+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
@@ -18,7 +18,7 @@
18
  "website_integrity": {
19
  "exists": true,
20
  "status": "pass",
21
- "generated_at_utc": "2026-06-03T16:54:01+00:00"
22
  },
23
  "rendered_site_check": {
24
  "exists": true,
@@ -33,7 +33,7 @@
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
- "generated_at_utc": "2026-06-03T14:46:14+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
@@ -43,12 +43,12 @@
43
  "publication_package": {
44
  "exists": true,
45
  "status": "pass",
46
- "generated_at_utc": "2026-06-03T14:46:16+00:00"
47
  },
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
- "generated_at_utc": "2026-06-03T14:46:40+00:00"
52
  },
53
  "live_publication": {
54
  "exists": true,
 
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-03T18:26:03+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
 
18
  "website_integrity": {
19
  "exists": true,
20
  "status": "pass",
21
+ "generated_at_utc": "2026-06-03T18:25:52+00:00"
22
  },
23
  "rendered_site_check": {
24
  "exists": true,
 
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
+ "generated_at_utc": "2026-06-03T17:02:07+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
 
43
  "publication_package": {
44
  "exists": true,
45
  "status": "pass",
46
+ "generated_at_utc": "2026-06-03T17:39:33+00:00"
47
  },
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
+ "generated_at_utc": "2026-06-03T17:06:49+00:00"
52
  },
53
  "live_publication": {
54
  "exists": true,
docs/data/publication_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "status": "fail",
3
- "generated_at_utc": "2026-06-03T16:58:22+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
@@ -29,8 +29,8 @@
29
  },
30
  {
31
  "name": "no_local_filesystem_paths_in_public_text",
32
- "status": "fail",
33
- "count": 11
34
  },
35
  {
36
  "name": "no_stale_task_suite_presentation_copy",
@@ -39,33 +39,8 @@
39
  },
40
  {
41
  "name": "public_cards_reference_taskfirst_figure",
42
- "status": "fail",
43
- "failures": [
44
- {
45
- "surface": "hf_space_bundle",
46
- "path": "README.md",
47
- "exists": true,
48
- "required_marker_count": 20,
49
- "missing_markers": [
50
- "task-first 12-task infographic",
51
- "native responsive modality atlas",
52
- "interactive scrub/play task walkthrough storyboard"
53
- ],
54
- "status": "fail"
55
- },
56
- {
57
- "surface": "hf_model_bundle",
58
- "path": "README.md",
59
- "exists": true,
60
- "required_marker_count": 20,
61
- "missing_markers": [
62
- "task-first 12-head",
63
- "responsive modality atlas",
64
- "interactive scrub/play storyboard"
65
- ],
66
- "status": "fail"
67
- }
68
- ]
69
  }
70
  ],
71
  "required_assets": {
@@ -175,12 +150,8 @@
175
  "path": "README.md",
176
  "exists": true,
177
  "required_marker_count": 20,
178
- "missing_markers": [
179
- "task-first 12-task infographic",
180
- "native responsive modality atlas",
181
- "interactive scrub/play task walkthrough storyboard"
182
- ],
183
- "status": "fail"
184
  },
185
  {
186
  "surface": "hf_artifact_bundle",
@@ -203,185 +174,55 @@
203
  "path": "README.md",
204
  "exists": true,
205
  "required_marker_count": 20,
206
- "missing_markers": [
207
- "task-first 12-head",
208
- "responsive modality atlas",
209
- "interactive scrub/play storyboard"
210
- ],
211
- "status": "fail"
212
  }
213
  ],
214
  "scans": {
215
  "github_repo": {
216
  "root": "repo",
217
  "exists": true,
218
- "file_count": 379,
219
- "text_file_count": 314,
220
  "largest_file": {
221
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
222
  "bytes": 55702978
223
  },
224
- "violations": [
225
- {
226
- "kind": "local_filesystem_path",
227
- "path": "results/omni_finetune/ANNOTATION_RECORD_PROBE.md",
228
- "detail": "local scratch path in public text"
229
- },
230
- {
231
- "kind": "local_filesystem_path",
232
- "path": "results/omni_finetune/annotation_record_probe.json",
233
- "detail": "local scratch path in public text"
234
- },
235
- {
236
- "kind": "local_filesystem_path",
237
- "path": "scripts/omni/probe_xperience10m_annotation_records.py",
238
- "detail": "local scratch path in public text"
239
- }
240
- ]
241
  },
242
  "hf_space_bundle": {
243
  "root": "hf_publish/space",
244
  "exists": true,
245
- "file_count": 322,
246
- "text_file_count": 257,
247
  "largest_file": {
248
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
249
  "bytes": 55702978
250
  },
251
- "violations": [
252
- {
253
- "kind": "local_filesystem_path",
254
- "path": "results/omni_finetune/annotation_record_probe.json",
255
- "detail": "local scratch path in public text"
256
- },
257
- {
258
- "kind": "local_filesystem_path",
259
- "path": "results/omni_finetune/ANNOTATION_RECORD_PROBE.md",
260
- "detail": "local scratch path in public text"
261
- }
262
- ]
263
  },
264
  "hf_artifact_bundle": {
265
  "root": "hf_publish/artifacts",
266
  "exists": true,
267
- "file_count": 409,
268
- "text_file_count": 324,
269
  "largest_file": {
270
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
271
  "bytes": 55702978
272
  },
273
- "violations": [
274
- {
275
- "kind": "local_filesystem_path",
276
- "path": "results/omni_finetune/annotation_record_probe.json",
277
- "detail": "local scratch path in public text"
278
- },
279
- {
280
- "kind": "local_filesystem_path",
281
- "path": "results/omni_finetune/ANNOTATION_RECORD_PROBE.md",
282
- "detail": "local scratch path in public text"
283
- },
284
- {
285
- "kind": "local_filesystem_path",
286
- "path": "scripts/omni/probe_xperience10m_annotation_records.py",
287
- "detail": "local scratch path in public text"
288
- }
289
- ]
290
  },
291
  "hf_model_bundle": {
292
  "root": "hf_publish/model",
293
  "exists": true,
294
- "file_count": 634,
295
- "text_file_count": 512,
296
  "largest_file": {
297
  "path": "artifacts/episode_task_suite/modality_reconstruction/predictions.npz",
298
  "bytes": 55702978
299
  },
300
- "violations": [
301
- {
302
- "kind": "local_filesystem_path",
303
- "path": "results/omni_finetune/annotation_record_probe.json",
304
- "detail": "local scratch path in public text"
305
- },
306
- {
307
- "kind": "local_filesystem_path",
308
- "path": "results/omni_finetune/ANNOTATION_RECORD_PROBE.md",
309
- "detail": "local scratch path in public text"
310
- },
311
- {
312
- "kind": "local_filesystem_path",
313
- "path": "scripts/omni/probe_xperience10m_annotation_records.py",
314
- "detail": "local scratch path in public text"
315
- }
316
- ]
317
  }
318
  },
319
- "violations": [
320
- {
321
- "root": "github_repo",
322
- "kind": "local_filesystem_path",
323
- "path": "results/omni_finetune/ANNOTATION_RECORD_PROBE.md",
324
- "detail": "local scratch path in public text"
325
- },
326
- {
327
- "root": "github_repo",
328
- "kind": "local_filesystem_path",
329
- "path": "results/omni_finetune/annotation_record_probe.json",
330
- "detail": "local scratch path in public text"
331
- },
332
- {
333
- "root": "github_repo",
334
- "kind": "local_filesystem_path",
335
- "path": "scripts/omni/probe_xperience10m_annotation_records.py",
336
- "detail": "local scratch path in public text"
337
- },
338
- {
339
- "root": "hf_space_bundle",
340
- "kind": "local_filesystem_path",
341
- "path": "results/omni_finetune/annotation_record_probe.json",
342
- "detail": "local scratch path in public text"
343
- },
344
- {
345
- "root": "hf_space_bundle",
346
- "kind": "local_filesystem_path",
347
- "path": "results/omni_finetune/ANNOTATION_RECORD_PROBE.md",
348
- "detail": "local scratch path in public text"
349
- },
350
- {
351
- "root": "hf_artifact_bundle",
352
- "kind": "local_filesystem_path",
353
- "path": "results/omni_finetune/annotation_record_probe.json",
354
- "detail": "local scratch path in public text"
355
- },
356
- {
357
- "root": "hf_artifact_bundle",
358
- "kind": "local_filesystem_path",
359
- "path": "results/omni_finetune/ANNOTATION_RECORD_PROBE.md",
360
- "detail": "local scratch path in public text"
361
- },
362
- {
363
- "root": "hf_artifact_bundle",
364
- "kind": "local_filesystem_path",
365
- "path": "scripts/omni/probe_xperience10m_annotation_records.py",
366
- "detail": "local scratch path in public text"
367
- },
368
- {
369
- "root": "hf_model_bundle",
370
- "kind": "local_filesystem_path",
371
- "path": "results/omni_finetune/annotation_record_probe.json",
372
- "detail": "local scratch path in public text"
373
- },
374
- {
375
- "root": "hf_model_bundle",
376
- "kind": "local_filesystem_path",
377
- "path": "results/omni_finetune/ANNOTATION_RECORD_PROBE.md",
378
- "detail": "local scratch path in public text"
379
- },
380
- {
381
- "root": "hf_model_bundle",
382
- "kind": "local_filesystem_path",
383
- "path": "scripts/omni/probe_xperience10m_annotation_records.py",
384
- "detail": "local scratch path in public text"
385
- }
386
- ]
387
  }
 
1
  {
2
+ "status": "pass",
3
+ "generated_at_utc": "2026-06-03T19:29:55+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
 
29
  },
30
  {
31
  "name": "no_local_filesystem_paths_in_public_text",
32
+ "status": "pass",
33
+ "count": 0
34
  },
35
  {
36
  "name": "no_stale_task_suite_presentation_copy",
 
39
  },
40
  {
41
  "name": "public_cards_reference_taskfirst_figure",
42
+ "status": "pass",
43
+ "failures": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  }
45
  ],
46
  "required_assets": {
 
150
  "path": "README.md",
151
  "exists": true,
152
  "required_marker_count": 20,
153
+ "missing_markers": [],
154
+ "status": "pass"
 
 
 
 
155
  },
156
  {
157
  "surface": "hf_artifact_bundle",
 
174
  "path": "README.md",
175
  "exists": true,
176
  "required_marker_count": 20,
177
+ "missing_markers": [],
178
+ "status": "pass"
 
 
 
 
179
  }
180
  ],
181
  "scans": {
182
  "github_repo": {
183
  "root": "repo",
184
  "exists": true,
185
+ "file_count": 380,
186
+ "text_file_count": 315,
187
  "largest_file": {
188
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
189
  "bytes": 55702978
190
  },
191
+ "violations": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  },
193
  "hf_space_bundle": {
194
  "root": "hf_publish/space",
195
  "exists": true,
196
+ "file_count": 312,
197
+ "text_file_count": 247,
198
  "largest_file": {
199
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
200
  "bytes": 55702978
201
  },
202
+ "violations": []
 
 
 
 
 
 
 
 
 
 
 
203
  },
204
  "hf_artifact_bundle": {
205
  "root": "hf_publish/artifacts",
206
  "exists": true,
207
+ "file_count": 410,
208
+ "text_file_count": 325,
209
  "largest_file": {
210
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
211
  "bytes": 55702978
212
  },
213
+ "violations": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  },
215
  "hf_model_bundle": {
216
  "root": "hf_publish/model",
217
  "exists": true,
218
+ "file_count": 635,
219
+ "text_file_count": 513,
220
  "largest_file": {
221
  "path": "artifacts/episode_task_suite/modality_reconstruction/predictions.npz",
222
  "bytes": 55702978
223
  },
224
+ "violations": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  }
226
  },
227
+ "violations": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
228
  }
docs/data/quality_gates.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Release Checks",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-03T16:58:00+00:00",
5
  "rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
6
  "automated_gates": [
7
  {
@@ -9,8 +9,8 @@
9
  "title": "Multi-episode pilot status",
10
  "command": "python scripts/validate_scope_claims.py",
11
  "report": "docs/data/scope_claims_audit.json",
12
- "blocks_if": "Historical 32ep setup/provenance strings are presented as completed 32-episode metrics.",
13
- "shows": "Qwen3-Omni setup artifacts stay distinct from the planned held-out 32-episode pilot.",
14
  "current_report": {
15
  "exists": true,
16
  "status": "pass"
 
1
  {
2
  "title": "Ropedia Xperience-10M Release Checks",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-03T18:27:05+00:00",
5
  "rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
6
  "automated_gates": [
7
  {
 
9
  "title": "Multi-episode pilot status",
10
  "command": "python scripts/validate_scope_claims.py",
11
  "report": "docs/data/scope_claims_audit.json",
12
+ "blocks_if": "Setup/provenance strings are presented as completed held-out metrics.",
13
+ "shows": "Qwen3-Omni setup artifacts stay distinct from the planned held-out pilot.",
14
  "current_report": {
15
  "exists": true,
16
  "status": "pass"
docs/data/reproducibility_matrix.json CHANGED
@@ -40,7 +40,7 @@
40
  "status": "reproducible",
41
  "command": "python scripts/episode_task_suite.py --workspace $WORKSPACE --include-neural",
42
  "expected": "12 task metrics, predictions, manifests, and neural_mlp task-head artifacts",
43
- "boundary": "8,546-d current feature contract, including the decoded AAC audio block"
44
  },
45
  {
46
  "id": "research_direction_outputs",
@@ -78,11 +78,11 @@
78
  "boundary": "checks local website integrity plus public repo, prepared HF bundles, and prepared mirror parity"
79
  },
80
  {
81
- "id": "qwen3_omni_32_episode_pilot",
82
  "status": "not_publicly_reproducible_yet",
83
- "command": "scripts/omni/discover_xperience10m_sources.py then scripts/omni/train_qwen3_omni_lora.py after 32 valid episodes exist",
84
  "expected": "held-out episode LoRA pilot metrics after data gate passes",
85
- "boundary": "blocked by gated full Xperience-10M access; no 32-episode metric is claimed"
86
  }
87
  ]
88
  }
 
40
  "status": "reproducible",
41
  "command": "python scripts/episode_task_suite.py --workspace $WORKSPACE --include-neural",
42
  "expected": "12 task metrics, predictions, manifests, and neural_mlp task-head artifacts",
43
+ "boundary": "8,546-dimensional multimodal window contract"
44
  },
45
  {
46
  "id": "research_direction_outputs",
 
78
  "boundary": "checks local website integrity plus public repo, prepared HF bundles, and prepared mirror parity"
79
  },
80
  {
81
+ "id": "qwen3_omni_multi_episode_pilot",
82
  "status": "not_publicly_reproducible_yet",
83
+ "command": "scripts/omni/discover_xperience10m_sources.py then scripts/omni/train_qwen3_omni_lora.py after selected episodes are staged",
84
  "expected": "held-out episode LoRA pilot metrics after data gate passes",
85
+ "boundary": "full-dataset access is granted, but no held-out multi-episode metric is claimed until staging, training, and evaluation finish"
86
  }
87
  ]
88
  }
docs/data/research_direction_extensions.json CHANGED
@@ -33,7 +33,7 @@
33
  "name": "Body and Hand Motion Intensity",
34
  "family": "classification",
35
  "case_study": "A window with a fast reach or pour should be classified as high motion; a steady holding window should be low motion.",
36
- "input": "Current non-mocap feature blocks: video, AAC audio, depth, camera pose/rotation, IMU, SLAM, calibration, and language context.",
37
  "middle_process": "Compute the target from hand/body joint changes between neighboring windows, hide the mocap blocks from the input, then classify high versus low motion using the train-set median as the threshold.",
38
  "output": "Binary label: high_motion or low_motion.",
39
  "minimal_baseline": "Ridge classifier on standardized non-mocap features.",
@@ -100,17 +100,17 @@
100
  "input_dim": 6425,
101
  "target_source": "hand/body joint delta between neighboring windows",
102
  "minimal": {
103
- "accuracy": 0.7787356321839081,
104
- "macro_f1": 0.7685510688836106,
105
  "positive_rate_true": 0.35919540229885055,
106
- "positive_rate_pred": 0.43103448275862066,
107
  "num_test": 348
108
  },
109
  "neural_mlp": {
110
- "accuracy": 0.8218390804597702,
111
- "macro_f1": 0.8163807189542484,
112
  "positive_rate_true": 0.35919540229885055,
113
- "positive_rate_pred": 0.46839080459770116,
114
  "num_test": 348
115
  },
116
  "neural_training": {
@@ -118,31 +118,31 @@
118
  "epochs": 25,
119
  "hidden_dim": 128,
120
  "loss_history": [
121
- 0.3781587006570083,
122
- 0.22267521227815468,
123
- 0.13476210898660088,
124
- 0.1000808995639162,
125
- 0.074504286399469,
126
- 0.06342194511972625,
127
- 0.052560133978797885,
128
- 0.04292357993757196,
129
- 0.030875398993051698,
130
- 0.03208484900702396,
131
- 0.031622758848601815,
132
- 0.02632193020522007,
133
- 0.022023197674086968,
134
- 0.017444461822656576,
135
- 0.017830463406157317,
136
- 0.01671520966848386,
137
- 0.012931180691227244,
138
- 0.009671396886691304,
139
- 0.008911670790067668,
140
- 0.006801604596081332,
141
- 0.006320740412828958,
142
- 0.0066360303526514855,
143
- 0.006593080356790514,
144
- 0.0066198104168999515,
145
- 0.005764562139984936
146
  ]
147
  }
148
  },
@@ -154,7 +154,7 @@
154
  "query_dim": 686,
155
  "target_dim": 686,
156
  "minimal": {
157
- "mrr": 0.552907407283783,
158
  "top1": 0.41954022988505746,
159
  "top5": 0.7068965517241379,
160
  "top10": 0.8304597701149425,
@@ -162,10 +162,10 @@
162
  "num_test": 348
163
  },
164
  "neural_mlp": {
165
- "mrr": 0.3451290726661682,
166
- "top1": 0.22988505747126436,
167
- "top5": 0.4540229885057471,
168
- "top10": 0.5862068965517241,
169
  "median_rank": 7.0,
170
  "num_test": 348
171
  },
@@ -174,31 +174,31 @@
174
  "epochs": 25,
175
  "hidden_dim": 128,
176
  "loss_history": [
177
- 0.9802072261532294,
178
- 0.8302588426172367,
179
- 0.7033629322843798,
180
- 0.6110119350428658,
181
- 0.5481111645551918,
182
- 0.4936590702771261,
183
- 0.45608002786853363,
184
- 0.42634973314855373,
185
- 0.39841723533720697,
186
- 0.37698091557398344,
187
- 0.3569651228108823,
188
- 0.34343410762620297,
189
- 0.330490266008424,
190
- 0.31780097566700805,
191
- 0.30736573823117097,
192
- 0.29689836681695586,
193
- 0.2889042267573569,
194
- 0.28041428760115655,
195
- 0.27232901398252884,
196
- 0.26450822736064444,
197
- 0.2603846002292223,
198
- 0.25524227731708815,
199
- 0.2491118810053681,
200
- 0.24406919165584287,
201
- 0.23761634876880552
202
  ]
203
  }
204
  },
@@ -208,15 +208,15 @@
208
  "input_dim": 7650,
209
  "target_source": "normalized position inside contiguous action-label runs",
210
  "minimal": {
211
- "mse": 0.1694207489490509,
212
- "mae": 0.3267306983470917,
213
- "r2": -1.0234981195481887,
214
  "num_test": 348
215
  },
216
  "neural_mlp": {
217
- "mse": 0.13695015013217926,
218
- "mae": 0.29772356152534485,
219
- "r2": -0.6356814781977305,
220
  "num_test": 348
221
  },
222
  "neural_training": {
@@ -224,31 +224,31 @@
224
  "epochs": 25,
225
  "hidden_dim": 128,
226
  "loss_history": [
227
- 3.0329475983482443,
228
- 1.2599444914274696,
229
- 0.85070915826279,
230
- 0.619871592133101,
231
- 0.48542586764432993,
232
- 0.42507788102711846,
233
- 0.29655895087991696,
234
- 0.2454112539798718,
235
- 0.20303582259869662,
236
- 0.15765487147909835,
237
- 0.13586207317946727,
238
- 0.13174593402817386,
239
- 0.1372238758305342,
240
- 0.13300886880354396,
241
- 0.124804903293741,
242
- 0.10118342695017729,
243
- 0.09366046138758442,
244
- 0.093825314583447,
245
- 0.09046100699520346,
246
- 0.08759752604171066,
247
- 0.07746588366351298,
248
- 0.07865790530654337,
249
- 0.06554747357744573,
250
- 0.06426462710251961,
251
- 0.05965157469956784
252
  ]
253
  }
254
  },
@@ -261,15 +261,15 @@
261
  "target_dim": 21,
262
  "target_source": "future minus current camera_translation feature block",
263
  "minimal": {
264
- "mse": 3.318504571914673,
265
- "mae": 0.1699875444173813,
266
- "r2": -5674.148995961734,
267
  "num_test": 347
268
  },
269
  "neural_mlp": {
270
- "mse": 0.7483499646186829,
271
- "mae": 0.0953596979379654,
272
- "r2": -1278.7925303160894,
273
  "num_test": 347
274
  },
275
  "neural_training": {
@@ -277,31 +277,31 @@
277
  "epochs": 25,
278
  "hidden_dim": 128,
279
  "loss_history": [
280
- 1.0473333364651527,
281
- 0.6150051871935527,
282
- 0.4443125699773247,
283
- 0.35273332441294636,
284
- 0.2848470503901258,
285
- 0.23567287907188322,
286
- 0.19179441708105582,
287
- 0.17041770444240098,
288
- 0.1639460261589215,
289
- 0.13933086925082735,
290
- 0.12862536557662635,
291
- 0.11986567676067353,
292
- 0.10877050499857208,
293
- 0.1035334379768666,
294
- 0.09534551799297333,
295
- 0.0938962385242368,
296
- 0.08685412046350079,
297
- 0.08199865805146135,
298
- 0.0804690555565887,
299
- 0.08263200140661664,
300
- 0.07935356992630312,
301
- 0.08362679818162212,
302
- 0.07105950446408472,
303
- 0.07413670999216444,
304
- 0.07001579207034758
305
  ]
306
  }
307
  }
 
33
  "name": "Body and Hand Motion Intensity",
34
  "family": "classification",
35
  "case_study": "A window with a fast reach or pour should be classified as high motion; a steady holding window should be low motion.",
36
+ "input": "Current non-mocap feature blocks: video, audio, depth, camera pose/rotation, IMU, SLAM, calibration, and language context.",
37
  "middle_process": "Compute the target from hand/body joint changes between neighboring windows, hide the mocap blocks from the input, then classify high versus low motion using the train-set median as the threshold.",
38
  "output": "Binary label: high_motion or low_motion.",
39
  "minimal_baseline": "Ridge classifier on standardized non-mocap features.",
 
100
  "input_dim": 6425,
101
  "target_source": "hand/body joint delta between neighboring windows",
102
  "minimal": {
103
+ "accuracy": 0.7758620689655172,
104
+ "macro_f1": 0.7658385093167701,
105
  "positive_rate_true": 0.35919540229885055,
106
+ "positive_rate_pred": 0.4339080459770115,
107
  "num_test": 348
108
  },
109
  "neural_mlp": {
110
+ "accuracy": 0.8304597701149425,
111
+ "macro_f1": 0.8254423029509534,
112
  "positive_rate_true": 0.35919540229885055,
113
+ "positive_rate_pred": 0.47126436781609193,
114
  "num_test": 348
115
  },
116
  "neural_training": {
 
118
  "epochs": 25,
119
  "hidden_dim": 128,
120
  "loss_history": [
121
+ 0.37322977610996794,
122
+ 0.22245765099384515,
123
+ 0.1382973729242832,
124
+ 0.10363741681493562,
125
+ 0.0795709453523159,
126
+ 0.06539858697817244,
127
+ 0.055655122610735776,
128
+ 0.043255199022187385,
129
+ 0.03558319240001035,
130
+ 0.031631215764530776,
131
+ 0.029465350402711796,
132
+ 0.024383640274625695,
133
+ 0.02020622924740972,
134
+ 0.016222001351599624,
135
+ 0.018758724778523587,
136
+ 0.013199950316049196,
137
+ 0.014794624612432689,
138
+ 0.01013119441452505,
139
+ 0.009688532855040554,
140
+ 0.008956241283767622,
141
+ 0.006733611014469761,
142
+ 0.006677041435843618,
143
+ 0.0067647325489761795,
144
+ 0.005346325666556511,
145
+ 0.004052691048084588
146
  ]
147
  }
148
  },
 
154
  "query_dim": 686,
155
  "target_dim": 686,
156
  "minimal": {
157
+ "mrr": 0.5533982515335083,
158
  "top1": 0.41954022988505746,
159
  "top5": 0.7068965517241379,
160
  "top10": 0.8304597701149425,
 
162
  "num_test": 348
163
  },
164
  "neural_mlp": {
165
+ "mrr": 0.34691643714904785,
166
+ "top1": 0.23275862068965517,
167
+ "top5": 0.46264367816091956,
168
+ "top10": 0.5890804597701149,
169
  "median_rank": 7.0,
170
  "num_test": 348
171
  },
 
174
  "epochs": 25,
175
  "hidden_dim": 128,
176
  "loss_history": [
177
+ 0.9800718805740094,
178
+ 0.8296866191855803,
179
+ 0.7029420470986126,
180
+ 0.6089339927846948,
181
+ 0.5426930648814268,
182
+ 0.49323386093200644,
183
+ 0.45315542230600214,
184
+ 0.4240272395578551,
185
+ 0.3964498403400806,
186
+ 0.37567753094588696,
187
+ 0.3599070675332021,
188
+ 0.3417643405048023,
189
+ 0.32952829051721577,
190
+ 0.31516501450450657,
191
+ 0.3070896395824639,
192
+ 0.29752101269888553,
193
+ 0.287490411878072,
194
+ 0.2791558311654193,
195
+ 0.2707079971921693,
196
+ 0.2669465311998811,
197
+ 0.2603630047442728,
198
+ 0.2501040017656148,
199
+ 0.24714160980920216,
200
+ 0.24146720613060843,
201
+ 0.23866056472173036
202
  ]
203
  }
204
  },
 
208
  "input_dim": 7650,
209
  "target_source": "normalized position inside contiguous action-label runs",
210
  "minimal": {
211
+ "mse": 0.16943013668060303,
212
+ "mae": 0.32674381136894226,
213
+ "r2": -1.0236103208433347,
214
  "num_test": 348
215
  },
216
  "neural_mlp": {
217
+ "mse": 0.14226463437080383,
218
+ "mae": 0.301545649766922,
219
+ "r2": -0.6991557278041094,
220
  "num_test": 348
221
  },
222
  "neural_training": {
 
224
  "epochs": 25,
225
  "hidden_dim": 128,
226
  "loss_history": [
227
+ 3.236165899632162,
228
+ 1.2893786148831414,
229
+ 0.8036823107014429,
230
+ 0.5113777590120557,
231
+ 0.42643894586909153,
232
+ 0.37627028047965166,
233
+ 0.30304253713524504,
234
+ 0.25041163572526065,
235
+ 0.20774717810409096,
236
+ 0.18116216590630319,
237
+ 0.16409150619165191,
238
+ 0.14362229159397394,
239
+ 0.1277421933001991,
240
+ 0.1232111468672899,
241
+ 0.11924667946013724,
242
+ 0.11960234325310401,
243
+ 0.09951645682988572,
244
+ 0.08239271907825459,
245
+ 0.08965909919102401,
246
+ 0.07973466079503408,
247
+ 0.07939992471154765,
248
+ 0.07085797808340408,
249
+ 0.08331163055269188,
250
+ 0.068286436959313,
251
+ 0.07575550977814241
252
  ]
253
  }
254
  },
 
261
  "target_dim": 21,
262
  "target_source": "future minus current camera_translation feature block",
263
  "minimal": {
264
+ "mse": 3.3189830780029297,
265
+ "mae": 0.16999860107898712,
266
+ "r2": -5674.96718626448,
267
  "num_test": 347
268
  },
269
  "neural_mlp": {
270
+ "mse": 0.547074019908905,
271
+ "mae": 0.0833469107747078,
272
+ "r2": -934.5800418396838,
273
  "num_test": 347
274
  },
275
  "neural_training": {
 
277
  "epochs": 25,
278
  "hidden_dim": 128,
279
  "loss_history": [
280
+ 1.034793225188314,
281
+ 0.6070329941349265,
282
+ 0.459870958622591,
283
+ 0.3616479166495947,
284
+ 0.2902924293353234,
285
+ 0.23913239262722158,
286
+ 0.1907091121982645,
287
+ 0.17297036942140556,
288
+ 0.15034288657300265,
289
+ 0.13807891327657817,
290
+ 0.13084740807980666,
291
+ 0.12387588925567675,
292
+ 0.12085371225336451,
293
+ 0.11271689225126195,
294
+ 0.10728766140010622,
295
+ 0.10044601888936243,
296
+ 0.09365091108613544,
297
+ 0.09090288755150489,
298
+ 0.08592776887946658,
299
+ 0.0805281208805096,
300
+ 0.08014915316929051,
301
+ 0.07900124887625376,
302
+ 0.07897219589830917,
303
+ 0.07575527565714754,
304
+ 0.0774567014273302
305
  ]
306
  }
307
  }
docs/data/research_directions.json CHANGED
@@ -70,7 +70,7 @@
70
  "current_readout": "Most of the 12 tasks directly target egocentric action, task state, interaction, grounding, and alignment.",
71
  "next_steps": [
72
  "Move from single-episode chronological splits to held-out-episode splits.",
73
- "Use the extracted AAC audio block with stronger multimodal backbones for action, intent, and grounding.",
74
  "Evaluate long-horizon task success prediction and action-conditioned generation."
75
  ],
76
  "tasks": [
 
70
  "current_readout": "Most of the 12 tasks directly target egocentric action, task state, interaction, grounding, and alignment.",
71
  "next_steps": [
72
  "Move from single-episode chronological splits to held-out-episode splits.",
73
+ "Use audio together with stronger multimodal backbones for action, intent, and grounding.",
74
  "Evaluate long-horizon task success prediction and action-conditioned generation."
75
  ],
76
  "tasks": [
docs/data/research_roadmap.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Research Roadmap",
3
  "summary": "Staged path from the public-sample task lab to multi-episode held-out evaluation, foundation-model selection, and larger omni/world-model extensions.",
4
- "current_decision_point": "Keep the public-sample task suite as the development harness, stage enough official Xperience-10M episodes to run the 32-episode held-out pilot, then branch into Cosmos 3 world modeling and policy-model experiments only after the data gate is real.",
5
  "phases": [
6
  {
7
  "id": "public_sample_task_lab",
@@ -30,9 +30,9 @@
30
  "id": "multi_episode_data_staging",
31
  "name": "Multi-Episode Data Staging",
32
  "status": "active",
33
- "entry_condition": "Gated dataset access and enough storage for selected episodes.",
34
  "deliverables": [
35
- "32 valid episodes",
36
  "episode manifest",
37
  "missing-view manifest",
38
  "held-out episode split",
@@ -46,10 +46,10 @@
46
  "reader_takeaway": "The next scale decision is data staging, with train/test separation at the episode level."
47
  },
48
  {
49
- "id": "qwen3_omni_lora_pilot_32_episode",
50
- "name": "32-Episode Qwen3-Omni LoRA Pilot",
51
  "status": "next",
52
- "entry_condition": "At least 32 valid episodes are staged locally with no train/test episode leakage.",
53
  "deliverables": [
54
  "dataset JSONL/media manifests",
55
  "LoRA adapter checkpoint",
@@ -73,7 +73,7 @@
73
  "id": "foundation_model_selection_matrix",
74
  "name": "Foundation-Model Selection Matrix",
75
  "status": "next",
76
- "entry_condition": "The 32-episode data gate is satisfied or a 3-8 episode dry run is staged for preprocessing checks.",
77
  "deliverables": [
78
  "backbone registry",
79
  "Cosmos 3 world-model branch plan",
@@ -92,7 +92,7 @@
92
  "id": "robustness_run_64_128_episode",
93
  "name": "64-128 Episode Robustness Run",
94
  "status": "planned",
95
- "entry_condition": "The 32-episode pilot trains and evaluates cleanly.",
96
  "deliverables": [
97
  "split-by-session metrics",
98
  "modality ablations",
 
1
  {
2
  "title": "Ropedia Xperience-10M Research Roadmap",
3
  "summary": "Staged path from the public-sample task lab to multi-episode held-out evaluation, foundation-model selection, and larger omni/world-model extensions.",
4
+ "current_decision_point": "Keep the public-sample task suite as the development harness, stage the selected official Xperience-10M relay for the held-out Qwen3-Omni pilot, then branch into Cosmos 3 world modeling and policy-model experiments after the data staging path is stable.",
5
  "phases": [
6
  {
7
  "id": "public_sample_task_lab",
 
30
  "id": "multi_episode_data_staging",
31
  "name": "Multi-Episode Data Staging",
32
  "status": "active",
33
+ "entry_condition": "Full-dataset access and enough storage for selected episodes.",
34
  "deliverables": [
35
+ "128 selected episodes",
36
  "episode manifest",
37
  "missing-view manifest",
38
  "held-out episode split",
 
46
  "reader_takeaway": "The next scale decision is data staging, with train/test separation at the episode level."
47
  },
48
  {
49
+ "id": "qwen3_omni_lora_pilot",
50
+ "name": "Qwen3-Omni LoRA Pilot",
51
  "status": "next",
52
+ "entry_condition": "Selected episodes are staged locally with no train/test episode leakage.",
53
  "deliverables": [
54
  "dataset JSONL/media manifests",
55
  "LoRA adapter checkpoint",
 
73
  "id": "foundation_model_selection_matrix",
74
  "name": "Foundation-Model Selection Matrix",
75
  "status": "next",
76
+ "entry_condition": "The selected relay is staged or a 3-8 episode dry run is staged for preprocessing checks.",
77
  "deliverables": [
78
  "backbone registry",
79
  "Cosmos 3 world-model branch plan",
 
92
  "id": "robustness_run_64_128_episode",
93
  "name": "64-128 Episode Robustness Run",
94
  "status": "planned",
95
+ "entry_condition": "The selected-episode pilot trains and evaluates cleanly.",
96
  "deliverables": [
97
  "split-by-session metrics",
98
  "modality ablations",
docs/data/research_roadmap_interactive.json CHANGED
@@ -525,7 +525,7 @@
525
  "name": "Egocentric Vision & Interaction",
526
  "next_steps": [
527
  "Move from single-episode chronological splits to held-out-episode splits.",
528
- "Use the extracted AAC audio block with stronger multimodal backbones for action, intent, and grounding.",
529
  "Evaluate long-horizon task success prediction and action-conditioned generation."
530
  ],
531
  "preferred_background": "Video understanding, action recognition, or egocentric vision.",
@@ -1925,10 +1925,10 @@
1925
  ],
1926
  "model_families": [
1927
  {
1928
- "best_role": "First 32-episode multimodal LoRA pilot and structured task predictor.",
1929
  "category": "omni_instruction_model",
1930
  "current_decision": "keep_as_first_pilot",
1931
- "entry_condition": "At least 32 valid episodes staged with held-out episode split.",
1932
  "family": "Qwen3-Omni",
1933
  "openness": "open_weights_available_from_official_hf_repo",
1934
  "priority": 1,
@@ -2110,13 +2110,13 @@
2110
  "results/omni_finetune/source_discovery.json"
2111
  ],
2112
  "deliverables": [
2113
- "32 valid episodes",
2114
  "episode manifest",
2115
  "missing-view manifest",
2116
  "held-out episode split",
2117
  "source-discovery report"
2118
  ],
2119
- "entry_condition": "Gated dataset access and enough storage for selected episodes.",
2120
  "id": "multi_episode_data_staging",
2121
  "name": "Multi-Episode Data Staging",
2122
  "reader_takeaway": "The next scale decision is data staging, with train/test separation at the episode level.",
@@ -2141,9 +2141,9 @@
2141
  "confusion matrices",
2142
  "run report"
2143
  ],
2144
- "entry_condition": "At least 32 valid episodes are staged locally with no train/test episode leakage.",
2145
- "id": "qwen3_omni_lora_pilot_32_episode",
2146
- "name": "32-Episode Qwen3-Omni LoRA Pilot",
2147
  "reader_takeaway": "The first omni-model pilot should establish a complete held-out-episode training and evaluation loop.",
2148
  "stage": "omni",
2149
  "status": "next"
@@ -2161,7 +2161,7 @@
2161
  "OpenVLA/openpi/GR00T policy-branch candidates",
2162
  "model-specific evaluation additions"
2163
  ],
2164
- "entry_condition": "The 32-episode data gate is satisfied or a 3-8 episode dry run is staged for preprocessing checks.",
2165
  "id": "foundation_model_selection_matrix",
2166
  "name": "Foundation-Model Selection Matrix",
2167
  "reader_takeaway": "Qwen3-Omni remains the first trainable held-out pilot; Cosmos 3 is the first world-model branch; VLA/policy models wait for explicit action targets.",
@@ -2182,7 +2182,7 @@
2182
  "calibration/object/language error analysis",
2183
  "missing-view sensitivity analysis"
2184
  ],
2185
- "entry_condition": "The 32-episode pilot trains and evaluates cleanly.",
2186
  "id": "robustness_run_64_128_episode",
2187
  "name": "64-128 Episode Robustness Run",
2188
  "reader_takeaway": "The robustness run tests whether the pilot conclusions survive broader sessions and missing modalities.",
@@ -2211,16 +2211,16 @@
2211
  }
2212
  ],
2213
  "scale_up": {
2214
- "access_status": "Hugging Face returns 403 pending review for the full Xperience-10M gated dataset.",
2215
- "candidate_scan_top_level_sessions": 64,
2216
- "estimated_bytes": 72031620552,
2217
  "exclude": [
2218
  "visualization.rrd"
2219
  ],
2220
  "selection_strategy": "stratified_round_robin_by_top_level_session",
2221
- "status": "pending_huggingface_gated_access",
2222
- "target_episodes": 32,
2223
- "valid_candidates": 680
2224
  },
2225
  "scope": {
2226
  "feature_blocks": 18,
 
525
  "name": "Egocentric Vision & Interaction",
526
  "next_steps": [
527
  "Move from single-episode chronological splits to held-out-episode splits.",
528
+ "Use the audio signal with stronger multimodal backbones for action, intent, and grounding.",
529
  "Evaluate long-horizon task success prediction and action-conditioned generation."
530
  ],
531
  "preferred_background": "Video understanding, action recognition, or egocentric vision.",
 
1925
  ],
1926
  "model_families": [
1927
  {
1928
+ "best_role": "First selected-episode multimodal LoRA pilot and structured task predictor.",
1929
  "category": "omni_instruction_model",
1930
  "current_decision": "keep_as_first_pilot",
1931
+ "entry_condition": "Selected episodes staged with held-out episode split.",
1932
  "family": "Qwen3-Omni",
1933
  "openness": "open_weights_available_from_official_hf_repo",
1934
  "priority": 1,
 
2110
  "results/omni_finetune/source_discovery.json"
2111
  ],
2112
  "deliverables": [
2113
+ "128 selected episodes",
2114
  "episode manifest",
2115
  "missing-view manifest",
2116
  "held-out episode split",
2117
  "source-discovery report"
2118
  ],
2119
+ "entry_condition": "Full-dataset access and enough storage for selected episodes.",
2120
  "id": "multi_episode_data_staging",
2121
  "name": "Multi-Episode Data Staging",
2122
  "reader_takeaway": "The next scale decision is data staging, with train/test separation at the episode level.",
 
2141
  "confusion matrices",
2142
  "run report"
2143
  ],
2144
+ "entry_condition": "Selected episodes are staged locally with no train/test episode leakage.",
2145
+ "id": "qwen3_omni_lora_pilot",
2146
+ "name": "Qwen3-Omni LoRA Pilot",
2147
  "reader_takeaway": "The first omni-model pilot should establish a complete held-out-episode training and evaluation loop.",
2148
  "stage": "omni",
2149
  "status": "next"
 
2161
  "OpenVLA/openpi/GR00T policy-branch candidates",
2162
  "model-specific evaluation additions"
2163
  ],
2164
+ "entry_condition": "The selected relay is staged or a 3-8 episode dry run is staged for preprocessing checks.",
2165
  "id": "foundation_model_selection_matrix",
2166
  "name": "Foundation-Model Selection Matrix",
2167
  "reader_takeaway": "Qwen3-Omni remains the first trainable held-out pilot; Cosmos 3 is the first world-model branch; VLA/policy models wait for explicit action targets.",
 
2182
  "calibration/object/language error analysis",
2183
  "missing-view sensitivity analysis"
2184
  ],
2185
+ "entry_condition": "The selected-episode pilot trains and evaluates cleanly.",
2186
  "id": "robustness_run_64_128_episode",
2187
  "name": "64-128 Episode Robustness Run",
2188
  "reader_takeaway": "The robustness run tests whether the pilot conclusions survive broader sessions and missing modalities.",
 
2211
  }
2212
  ],
2213
  "scale_up": {
2214
+ "access_status": "Full-dataset access is granted; selected multi-episode relay is in progress.",
2215
+ "candidate_scan_top_level_sessions": 802,
2216
+ "estimated_bytes": 298188841943,
2217
  "exclude": [
2218
  "visualization.rrd"
2219
  ],
2220
  "selection_strategy": "stratified_round_robin_by_top_level_session",
2221
+ "status": "selected_relay_in_progress",
2222
+ "target_episodes": 128,
2223
+ "valid_candidates": 12102
2224
  },
2225
  "scope": {
2226
  "feature_blocks": 18,
docs/data/research_takeaways.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Research Takeaways",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-03T14:16:16+00:00",
5
  "source_files": [
6
  "docs/data/summary_metrics.json",
7
  "results/episode_task_suite/summary_report.json",
@@ -133,7 +133,7 @@
133
  {
134
  "id": "audio_contribution_is_task_specific",
135
  "title": "Audio helps some tasks and hurts others on the public sample",
136
- "readout": "The current AAC audio block improves the primary metric on 6 of 12 tasks, while raw log-mel replacement improves over the current handcrafted block on 6 of 12 tasks. The largest current-audio gain appears in feature reconstruction, not in action classification.",
137
  "evidence": [
138
  {
139
  "label": "tasks_where_current_audio_improves",
@@ -166,23 +166,23 @@
166
  {
167
  "id": "scale_requires_episodes",
168
  "title": "The next scientific unit is held-out episodes, not more adjacent windows",
169
- "readout": "The prepared Qwen3-Omni path targets 32 episodes from 32 sessions, but it remains data-gated until access and held-out evaluation complete.",
170
  "evidence": [
171
  {
172
  "label": "target_episodes",
173
- "value": 32
174
  },
175
  {
176
  "label": "selected_sessions",
177
- "value": 32
178
  },
179
  {
180
  "label": "valid_candidates",
181
- "value": 680
182
  }
183
  ],
184
  "source": "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md",
185
- "current_scope": "The 32-episode Qwen3-Omni fine-tune requires gated data staging and held-out evaluation."
186
  }
187
  ]
188
  }
 
1
  {
2
  "title": "Ropedia Xperience-10M Research Takeaways",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-03T18:11:32+00:00",
5
  "source_files": [
6
  "docs/data/summary_metrics.json",
7
  "results/episode_task_suite/summary_report.json",
 
133
  {
134
  "id": "audio_contribution_is_task_specific",
135
  "title": "Audio helps some tasks and hurts others on the public sample",
136
+ "readout": "Audio improves the primary metric on 6 of 12 tasks, while raw log-mel replacement improves over the current handcrafted block on 6 of 12 tasks. The largest current-audio gain appears in feature reconstruction, not in action classification.",
137
  "evidence": [
138
  {
139
  "label": "tasks_where_current_audio_improves",
 
166
  {
167
  "id": "scale_requires_episodes",
168
  "title": "The next scientific unit is held-out episodes, not more adjacent windows",
169
+ "readout": "The prepared Qwen3-Omni path now targets a selected 128-episode pilot; held-out metrics will be reported after staging, training, and evaluation complete.",
170
  "evidence": [
171
  {
172
  "label": "target_episodes",
173
+ "value": 128
174
  },
175
  {
176
  "label": "selected_sessions",
177
+ "value": 128
178
  },
179
  {
180
  "label": "valid_candidates",
181
+ "value": 12102
182
  }
183
  ],
184
  "source": "results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md",
185
+ "current_scope": "The selected-episode Qwen3-Omni fine-tune requires completed data staging and held-out evaluation."
186
  }
187
  ]
188
  }
docs/data/source_alignment_audit.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Source Alignment Note",
3
- "status": "fail",
4
- "generated_at_utc": "2026-06-03T16:58:21+00:00",
5
  "alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
6
  "alignment_summary": {
7
  "full_dataset_repo": "ropedia-ai/xperience-10m",
@@ -75,7 +75,7 @@
75
  },
76
  {
77
  "name": "hf_public_cards_preserve_source_markers",
78
- "status": "fail",
79
  "detail": "HF Space, artifact dataset, model card, and mirrored project README expose project coverage",
80
  "evidence": [
81
  "space/README.md",
@@ -120,10 +120,8 @@
120
  "path": "space/README.md",
121
  "exists": true,
122
  "required_marker_count": 10,
123
- "missing_markers": [
124
- "source-listing facts only"
125
- ],
126
- "status": "fail"
127
  },
128
  {
129
  "path": "artifacts/README.md",
@@ -143,23 +141,9 @@
143
  "path": "model/README.md",
144
  "exists": true,
145
  "required_marker_count": 11,
146
- "missing_markers": [
147
- "upstream metadata facts"
148
- ],
149
- "status": "fail"
150
  }
151
  ],
152
- "failures": [
153
- {
154
- "name": "hf_public_cards_preserve_source_markers",
155
- "status": "fail",
156
- "detail": "HF Space, artifact dataset, model card, and mirrored project README expose project coverage",
157
- "evidence": [
158
- "space/README.md",
159
- "artifacts/README.md",
160
- "artifacts/PROJECT_README.md",
161
- "model/README.md"
162
- ]
163
- }
164
- ]
165
  }
 
1
  {
2
  "title": "Ropedia Xperience-10M Source Alignment Note",
3
+ "status": "pass",
4
+ "generated_at_utc": "2026-06-03T17:02:07+00:00",
5
  "alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
6
  "alignment_summary": {
7
  "full_dataset_repo": "ropedia-ai/xperience-10m",
 
75
  },
76
  {
77
  "name": "hf_public_cards_preserve_source_markers",
78
+ "status": "pass",
79
  "detail": "HF Space, artifact dataset, model card, and mirrored project README expose project coverage",
80
  "evidence": [
81
  "space/README.md",
 
120
  "path": "space/README.md",
121
  "exists": true,
122
  "required_marker_count": 10,
123
+ "missing_markers": [],
124
+ "status": "pass"
 
 
125
  },
126
  {
127
  "path": "artifacts/README.md",
 
141
  "path": "model/README.md",
142
  "exists": true,
143
  "required_marker_count": 11,
144
+ "missing_markers": [],
145
+ "status": "pass"
 
 
146
  }
147
  ],
148
+ "failures": []
 
 
 
 
 
 
 
 
 
 
 
 
149
  }
docs/data/summary_metrics.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
  "omni_relay": {
3
- "status": "pending_huggingface_gated_access",
4
  "dataset": "ropedia-ai/xperience-10m",
5
  "staging": "prepared_generic_host_to_host_transfer",
6
  "training_target": "external_multi_gpu_training_host",
7
  "selection_strategy": "stratified_round_robin_by_top_level_session",
8
- "target_episodes": 32,
9
- "selected_sessions": 32,
10
- "candidate_scan_top_level_sessions": 64,
11
- "valid_candidates": 680,
12
- "estimated_bytes": 72031620552,
13
  "exclude": [
14
  "visualization.rrd"
15
  ],
16
- "access_status": "Hugging Face returns 403 pending review for the full Xperience-10M gated dataset.",
17
- "current_scope": "The 32-episode Qwen3-Omni fine-tune requires gated data staging and held-out evaluation."
18
  },
19
  "models": {
20
  "motion_action": {
@@ -663,103 +663,103 @@
663
  },
664
  "feature_manifest": [
665
  {
666
- "name": "hand_left_joints",
667
  "start": 0,
668
  "end": 441,
669
  "dim": 441
670
  },
671
  {
672
- "name": "hand_right_joints",
673
  "start": 441,
674
  "end": 882,
675
  "dim": 441
676
  },
677
  {
678
- "name": "body_joints",
679
  "start": 882,
680
  "end": 1974,
681
  "dim": 1092
682
  },
683
  {
684
- "name": "body_contacts",
685
  "start": 1974,
686
  "end": 2121,
687
  "dim": 147
688
  },
689
  {
690
- "name": "camera_translation",
691
  "start": 2121,
692
  "end": 2142,
693
  "dim": 21
694
  },
695
  {
696
- "name": "camera_rotation_matrix",
697
  "start": 2142,
698
  "end": 2205,
699
  "dim": 63
700
  },
701
  {
702
- "name": "imu_accel_gyro",
703
  "start": 2205,
704
  "end": 2247,
705
  "dim": 42
706
  },
707
  {
708
- "name": "depth_confidence",
709
  "start": 2247,
710
  "end": 3227,
711
  "dim": 980
712
  },
713
  {
714
- "name": "video_fisheye_cam0",
715
  "start": 3227,
716
  "end": 3913,
717
  "dim": 686
718
  },
719
  {
720
- "name": "video_fisheye_cam1",
721
  "start": 3913,
722
  "end": 4599,
723
  "dim": 686
724
  },
725
  {
726
- "name": "video_fisheye_cam2",
727
  "start": 4599,
728
  "end": 5285,
729
  "dim": 686
730
  },
731
  {
732
- "name": "video_fisheye_cam3",
733
  "start": 5285,
734
  "end": 5971,
735
  "dim": 686
736
  },
737
  {
738
- "name": "video_stereo_left",
739
  "start": 5971,
740
  "end": 6657,
741
  "dim": 686
742
  },
743
  {
744
- "name": "video_stereo_right",
745
  "start": 6657,
746
  "end": 7343,
747
  "dim": 686
748
  },
749
  {
750
- "name": "audio_fisheye_cam0_aac",
751
  "start": 7343,
752
  "end": 7511,
753
  "dim": 168
754
  },
755
  {
756
- "name": "caption_objects_interaction_text",
757
  "start": 7511,
758
  "end": 8407,
759
  "dim": 896
760
  },
761
  {
762
- "name": "slam_point_cloud",
763
  "start": 8407,
764
  "end": 8429,
765
  "dim": 22
 
1
  {
2
  "omni_relay": {
3
+ "status": "selected_relay_in_progress",
4
  "dataset": "ropedia-ai/xperience-10m",
5
  "staging": "prepared_generic_host_to_host_transfer",
6
  "training_target": "external_multi_gpu_training_host",
7
  "selection_strategy": "stratified_round_robin_by_top_level_session",
8
+ "target_episodes": 128,
9
+ "selected_sessions": 128,
10
+ "candidate_scan_top_level_sessions": 802,
11
+ "valid_candidates": 12102,
12
+ "estimated_bytes": 298188841943,
13
  "exclude": [
14
  "visualization.rrd"
15
  ],
16
+ "access_status": "Full-dataset access is granted; selected multi-episode relay is in progress.",
17
+ "current_scope": "The selected-episode Qwen3-Omni fine-tune requires completed data staging and held-out evaluation."
18
  },
19
  "models": {
20
  "motion_action": {
 
663
  },
664
  "feature_manifest": [
665
  {
666
+ "name": "hand left joints",
667
  "start": 0,
668
  "end": 441,
669
  "dim": 441
670
  },
671
  {
672
+ "name": "hand right joints",
673
  "start": 441,
674
  "end": 882,
675
  "dim": 441
676
  },
677
  {
678
+ "name": "body joints",
679
  "start": 882,
680
  "end": 1974,
681
  "dim": 1092
682
  },
683
  {
684
+ "name": "body contacts",
685
  "start": 1974,
686
  "end": 2121,
687
  "dim": 147
688
  },
689
  {
690
+ "name": "camera translation",
691
  "start": 2121,
692
  "end": 2142,
693
  "dim": 21
694
  },
695
  {
696
+ "name": "camera rotation matrix",
697
  "start": 2142,
698
  "end": 2205,
699
  "dim": 63
700
  },
701
  {
702
+ "name": "imu accel gyro",
703
  "start": 2205,
704
  "end": 2247,
705
  "dim": 42
706
  },
707
  {
708
+ "name": "depth confidence",
709
  "start": 2247,
710
  "end": 3227,
711
  "dim": 980
712
  },
713
  {
714
+ "name": "video fisheye cam0",
715
  "start": 3227,
716
  "end": 3913,
717
  "dim": 686
718
  },
719
  {
720
+ "name": "video fisheye cam1",
721
  "start": 3913,
722
  "end": 4599,
723
  "dim": 686
724
  },
725
  {
726
+ "name": "video fisheye cam2",
727
  "start": 4599,
728
  "end": 5285,
729
  "dim": 686
730
  },
731
  {
732
+ "name": "video fisheye cam3",
733
  "start": 5285,
734
  "end": 5971,
735
  "dim": 686
736
  },
737
  {
738
+ "name": "video stereo left",
739
  "start": 5971,
740
  "end": 6657,
741
  "dim": 686
742
  },
743
  {
744
+ "name": "video stereo right",
745
  "start": 6657,
746
  "end": 7343,
747
  "dim": 686
748
  },
749
  {
750
+ "name": "audio",
751
  "start": 7343,
752
  "end": 7511,
753
  "dim": 168
754
  },
755
  {
756
+ "name": "language text",
757
  "start": 7511,
758
  "end": 8407,
759
  "dim": 896
760
  },
761
  {
762
+ "name": "slam point cloud",
763
  "start": 8407,
764
  "end": 8429,
765
  "dim": 22
docs/data/task_walkthroughs.json CHANGED
@@ -12,7 +12,7 @@
12
  "shared_pipeline": [
13
  "Read annotation.hdf5 and synchronized video-derived features.",
14
  "Slice the episode into 20-frame windows with stride 5.",
15
- "Build a 8,546-d current feature vector from available modality blocks, including AAC audio features.",
16
  "Construct a task-specific target from labels, future frames, paired windows, or modality splits.",
17
  "Train a minimal head and, when enabled, a neural MLP head.",
18
  "Write metrics, predictions, and model artifacts for downstream exploration."
 
12
  "shared_pipeline": [
13
  "Read annotation.hdf5 and synchronized video-derived features.",
14
  "Slice the episode into 20-frame windows with stride 5.",
15
+ "Build a 8,546-dimensional aligned feature vector from the synchronized modality groups.",
16
  "Construct a task-specific target from labels, future frames, paired windows, or modality splits.",
17
  "Train a minimal head and, when enabled, a neural MLP head.",
18
  "Write metrics, predictions, and model artifacts for downstream exploration."
docs/data/website_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-03T16:54:01+00:00",
4
  "docs_root": "docs",
5
  "site_base": "/ropedia-xperience-10m-task-suite/",
6
  "summary": {
@@ -74,8 +74,8 @@
74
  "name": "project_overview_precedes_progress_ledger",
75
  "status": "pass",
76
  "reason": "The project overview should appear before the deeper progress ledger.",
77
- "overview_index": 66066,
78
- "evidence_index": 81902
79
  },
80
  {
81
  "name": "project_status_links_json",
@@ -149,9 +149,9 @@
149
  "name": "evaluation_protocol_between_overview_and_progress",
150
  "status": "pass",
151
  "reason": "The evaluation protocol should appear before the deeper evidence ledger.",
152
- "overview_index": 66066,
153
- "protocol_index": 78738,
154
- "evidence_index": 81902
155
  },
156
  {
157
  "name": "evaluation_protocol_links_json",
@@ -169,8 +169,8 @@
169
  "name": "suite_task_map_precedes_modality_atlas",
170
  "status": "pass",
171
  "reason": "The Suite anchor should show the full 12-task map before the modality atlas.",
172
- "first_marker_index": 522,
173
- "second_marker_index": 813
174
  },
175
  {
176
  "name": "suite_modality_atlas_contains_seven_cards",
@@ -244,12 +244,12 @@
244
  "json_files": [
245
  {
246
  "path": "data/artifact_index.json",
247
- "bytes": 32378,
248
  "top_level_type": "dict"
249
  },
250
  {
251
  "path": "data/audio_ablation_summary.json",
252
- "bytes": 9735,
253
  "top_level_type": "dict"
254
  },
255
  {
@@ -259,12 +259,12 @@
259
  },
260
  {
261
  "path": "data/evaluation_protocol.json",
262
- "bytes": 13644,
263
  "top_level_type": "dict"
264
  },
265
  {
266
  "path": "data/evidence_contract.json",
267
- "bytes": 12025,
268
  "top_level_type": "dict"
269
  },
270
  {
@@ -274,12 +274,12 @@
274
  },
275
  {
276
  "path": "data/foundation_model_plan.json",
277
- "bytes": 8883,
278
  "top_level_type": "dict"
279
  },
280
  {
281
  "path": "data/live_publication_status.json",
282
- "bytes": 68744,
283
  "top_level_type": "dict"
284
  },
285
  {
@@ -289,12 +289,12 @@
289
  },
290
  {
291
  "path": "data/modality_atlas.json",
292
- "bytes": 3819,
293
  "top_level_type": "dict"
294
  },
295
  {
296
  "path": "data/project_brief.json",
297
- "bytes": 2563,
298
  "top_level_type": "dict"
299
  },
300
  {
@@ -304,17 +304,17 @@
304
  },
305
  {
306
  "path": "data/project_packet.json",
307
- "bytes": 7659,
308
  "top_level_type": "dict"
309
  },
310
  {
311
  "path": "data/project_status.json",
312
- "bytes": 9006,
313
  "top_level_type": "dict"
314
  },
315
  {
316
  "path": "data/public_surface_qa.json",
317
- "bytes": 5648,
318
  "top_level_type": "dict"
319
  },
320
  {
@@ -324,7 +324,7 @@
324
  },
325
  {
326
  "path": "data/quality_gates.json",
327
- "bytes": 8147,
328
  "top_level_type": "dict"
329
  },
330
  {
@@ -334,32 +334,32 @@
334
  },
335
  {
336
  "path": "data/reproducibility_matrix.json",
337
- "bytes": 5197,
338
  "top_level_type": "dict"
339
  },
340
  {
341
  "path": "data/research_direction_extensions.json",
342
- "bytes": 11907,
343
  "top_level_type": "dict"
344
  },
345
  {
346
  "path": "data/research_directions.json",
347
- "bytes": 14429,
348
  "top_level_type": "dict"
349
  },
350
  {
351
  "path": "data/research_roadmap.json",
352
- "bytes": 5752,
353
  "top_level_type": "dict"
354
  },
355
  {
356
  "path": "data/research_roadmap_interactive.json",
357
- "bytes": 131526,
358
  "top_level_type": "dict"
359
  },
360
  {
361
  "path": "data/research_takeaways.json",
362
- "bytes": 6814,
363
  "top_level_type": "dict"
364
  },
365
  {
@@ -379,7 +379,7 @@
379
  },
380
  {
381
  "path": "data/summary_metrics.json",
382
- "bytes": 25210,
383
  "top_level_type": "dict"
384
  },
385
  {
@@ -389,7 +389,7 @@
389
  },
390
  {
391
  "path": "data/task_walkthroughs.json",
392
- "bytes": 26976,
393
  "top_level_type": "dict"
394
  },
395
  {
@@ -399,7 +399,7 @@
399
  },
400
  {
401
  "path": "data/xperience10m_dataset_card_alignment.json",
402
- "bytes": 7573,
403
  "top_level_type": "dict"
404
  }
405
  ],
@@ -458,7 +458,7 @@
458
  {
459
  "path": "assets/charts/feature_blocks.svg",
460
  "exists": true,
461
- "bytes": 7925,
462
  "format": "SVG",
463
  "has_viewbox": true
464
  },
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-03T18:25:52+00:00",
4
  "docs_root": "docs",
5
  "site_base": "/ropedia-xperience-10m-task-suite/",
6
  "summary": {
 
74
  "name": "project_overview_precedes_progress_ledger",
75
  "status": "pass",
76
  "reason": "The project overview should appear before the deeper progress ledger.",
77
+ "overview_index": 66059,
78
+ "evidence_index": 81858
79
  },
80
  {
81
  "name": "project_status_links_json",
 
149
  "name": "evaluation_protocol_between_overview_and_progress",
150
  "status": "pass",
151
  "reason": "The evaluation protocol should appear before the deeper evidence ledger.",
152
+ "overview_index": 66059,
153
+ "protocol_index": 78722,
154
+ "evidence_index": 81858
155
  },
156
  {
157
  "name": "evaluation_protocol_links_json",
 
169
  "name": "suite_task_map_precedes_modality_atlas",
170
  "status": "pass",
171
  "reason": "The Suite anchor should show the full 12-task map before the modality atlas.",
172
+ "first_marker_index": 419,
173
+ "second_marker_index": 710
174
  },
175
  {
176
  "name": "suite_modality_atlas_contains_seven_cards",
 
244
  "json_files": [
245
  {
246
  "path": "data/artifact_index.json",
247
+ "bytes": 32292,
248
  "top_level_type": "dict"
249
  },
250
  {
251
  "path": "data/audio_ablation_summary.json",
252
+ "bytes": 9701,
253
  "top_level_type": "dict"
254
  },
255
  {
 
259
  },
260
  {
261
  "path": "data/evaluation_protocol.json",
262
+ "bytes": 13625,
263
  "top_level_type": "dict"
264
  },
265
  {
266
  "path": "data/evidence_contract.json",
267
+ "bytes": 12096,
268
  "top_level_type": "dict"
269
  },
270
  {
 
274
  },
275
  {
276
  "path": "data/foundation_model_plan.json",
277
+ "bytes": 8880,
278
  "top_level_type": "dict"
279
  },
280
  {
281
  "path": "data/live_publication_status.json",
282
+ "bytes": 68749,
283
  "top_level_type": "dict"
284
  },
285
  {
 
289
  },
290
  {
291
  "path": "data/modality_atlas.json",
292
+ "bytes": 3797,
293
  "top_level_type": "dict"
294
  },
295
  {
296
  "path": "data/project_brief.json",
297
+ "bytes": 2585,
298
  "top_level_type": "dict"
299
  },
300
  {
 
304
  },
305
  {
306
  "path": "data/project_packet.json",
307
+ "bytes": 7553,
308
  "top_level_type": "dict"
309
  },
310
  {
311
  "path": "data/project_status.json",
312
+ "bytes": 8868,
313
  "top_level_type": "dict"
314
  },
315
  {
316
  "path": "data/public_surface_qa.json",
317
+ "bytes": 5631,
318
  "top_level_type": "dict"
319
  },
320
  {
 
324
  },
325
  {
326
  "path": "data/quality_gates.json",
327
+ "bytes": 8118,
328
  "top_level_type": "dict"
329
  },
330
  {
 
334
  },
335
  {
336
  "path": "data/reproducibility_matrix.json",
337
+ "bytes": 5229,
338
  "top_level_type": "dict"
339
  },
340
  {
341
  "path": "data/research_direction_extensions.json",
342
+ "bytes": 11903,
343
  "top_level_type": "dict"
344
  },
345
  {
346
  "path": "data/research_directions.json",
347
+ "bytes": 14414,
348
  "top_level_type": "dict"
349
  },
350
  {
351
  "path": "data/research_roadmap.json",
352
+ "bytes": 5726,
353
  "top_level_type": "dict"
354
  },
355
  {
356
  "path": "data/research_roadmap_interactive.json",
357
+ "bytes": 131473,
358
  "top_level_type": "dict"
359
  },
360
  {
361
  "path": "data/research_takeaways.json",
362
+ "bytes": 6821,
363
  "top_level_type": "dict"
364
  },
365
  {
 
379
  },
380
  {
381
  "path": "data/summary_metrics.json",
382
+ "bytes": 25179,
383
  "top_level_type": "dict"
384
  },
385
  {
 
389
  },
390
  {
391
  "path": "data/task_walkthroughs.json",
392
+ "bytes": 26963,
393
  "top_level_type": "dict"
394
  },
395
  {
 
399
  },
400
  {
401
  "path": "data/xperience10m_dataset_card_alignment.json",
402
+ "bytes": 7559,
403
  "top_level_type": "dict"
404
  }
405
  ],
 
458
  {
459
  "path": "assets/charts/feature_blocks.svg",
460
  "exists": true,
461
+ "bytes": 7889,
462
  "format": "SVG",
463
  "has_viewbox": true
464
  },
docs/data/xperience10m_dataset_card_alignment.json CHANGED
@@ -171,7 +171,7 @@
171
  "validated_windows": 1161,
172
  "current_feature_dim": 8546,
173
  "raw_data_redistributed": false,
174
- "audio_feature_status": "Audio is present in the sample MP4 streams and extracted into the current baseline feature vector as a real AAC audio block.",
175
  "implemented_task_count": 12,
176
  "neural_head_count": 12,
177
  "covered_by_current_tasks": [
 
171
  "validated_windows": 1161,
172
  "current_feature_dim": 8546,
173
  "raw_data_redistributed": false,
174
+ "audio_feature_status": "Audio is present in the sample MP4 streams and represented in the current baseline feature vector.",
175
  "implemented_task_count": 12,
176
  "neural_head_count": 12,
177
  "covered_by_current_tasks": [
docs/index.html CHANGED
@@ -2121,14 +2121,14 @@
2121
  <div class="hero-stats">
2122
  <div class="stat"><strong>5,821</strong><span>frames in sample episode</span></div>
2123
  <div class="stat"><strong>1,161</strong><span>20-frame windows</span></div>
2124
- <div class="stat"><strong>8,546</strong><span>current feature dimensions</span></div>
2125
  <div class="stat"><strong>12+12+4</strong><span>core, neural, and extension probes</span></div>
2126
  </div>
2127
  </div>
2128
  <div class="hero-panel" aria-label="Signal summary">
2129
  <div class="panel-top">
2130
  <span>current feature allocation</span>
2131
- <span>window vector</span>
2132
  </div>
2133
  <div class="signal"><code>mocap</code><div class="track"><span style="--w:24.8%;--c:#ccffa0"></span></div><strong>2,121</strong></div>
2134
  <div class="signal"><code>camera+imu</code><div class="track"><span style="--w:1.5%;--c:#7ae5c3"></span></div><strong>126</strong></div>
@@ -2197,7 +2197,7 @@
2197
  </article>
2198
  <article class="brief-card">
2199
  <strong>What comes next</strong>
2200
- <p>The next model-quality stage is not another single-sample score. It is a held-out episode pilot with at least 32 valid episodes, no train/test episode leakage, and a completed omni-model evaluation report.</p>
2201
  </article>
2202
  </div>
2203
  <div class="brief-actions">
@@ -2324,10 +2324,10 @@
2324
  </article>
2325
  <article class="roadmap-card" data-status="next">
2326
  <span class="roadmap-status">next</span>
2327
- <h3>32-Episode Qwen3-Omni LoRA Pilot</h3>
2328
- <p>Train lightweight adapters and evaluate on held-out episodes with committed predictions, metrics, and run reports.</p>
2329
  <div class="roadmap-meta">
2330
- <strong>Entry</strong><p>At least 32 valid staged episodes with no train/test episode leakage.</p>
2331
  <strong>Evidence</strong><p>Dataset manifest, training metadata, progress logs, metrics, and predictions.</p>
2332
  </div>
2333
  </article>
@@ -2378,14 +2378,14 @@
2378
  <p>The protocol is generated from committed metric artifacts so readers can see the exact data unit, split, task targets, leakage controls, and current limitations before comparing scores.</p>
2379
  </div>
2380
  <div class="artifact-grid">
2381
- <article class="artifact primary-artifact"><div><h3>Data unit</h3><p>One 20-frame aligned window from the public sample episode, stride 5 frames, 1,161 windows total, represented by the current 8,546-d feature vector.</p></div><a href="data/evaluation_protocol.json">protocol JSON</a></article>
2382
  <article class="artifact"><h3>Split policy</h3><p>Single-episode chronological 70/30 train/test split. This avoids random future-window mixing; cross-episode generalization is measured in the later multi-episode pilot.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/EVALUATION_PROTOCOL.md">protocol doc</a></article>
2383
  <article class="artifact"><h3>Metric contract</h3><p>All 12 tasks list input, target, primary metric, minimal baseline score, and neural MLP score from committed result files.</p><a href="data/summary_metrics.json">summary metrics</a></article>
2384
- <article class="artifact"><h3>Leakage controls</h3><p>Scalers fit on train windows only; future labels, target feature blocks, caption/object labels, and contact labels stay on the target side unless explicitly queried.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/build_evaluation_protocol.py">builder script</a></article>
2385
- <article class="artifact"><h3>Audio ablation</h3><p>The current AAC block and a 588-d raw log-mel replacement are evaluated across all 12 task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
2386
  <article class="artifact"><h3>Foundation branch selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, and policy models wait for explicit action targets.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
2387
  <article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. Cross-episode generalization, audio-visual learning, world modeling, policy targets, and held-out Qwen3-Omni training move to the multi-episode stage after selected data is staged.</p><a href="data/scope_claims_audit.json">pilot status</a></article>
2388
- <article class="artifact"><h3>Scale-up requirement</h3><p>The Omni pilot requires at least 32 valid episodes, held-out episode splits, no train/test episode leakage, training metadata, predictions, metrics, and a run report.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a></article>
2389
  </div>
2390
  </div>
2391
  </section>
@@ -2400,7 +2400,7 @@
2400
  <article class="evidence-card">
2401
  <span class="status-pill">verified</span>
2402
  <h3>Aligned Xperience-10M sample windows</h3>
2403
- <p>5,821 frames become 1,161 synchronized 20-frame windows with an explicit 8,546-d feature contract.</p>
2404
  <div class="evidence-links">
2405
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/summary_report.json">summary_report.json</a>
2406
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">feature_manifest.json</a>
@@ -2418,7 +2418,7 @@
2418
  <article class="evidence-card">
2419
  <span class="status-pill">verified</span>
2420
  <h3>Audio contribution is measured task by task</h3>
2421
- <p>Current AAC audio improves the primary metric on 6 of 12 task contracts; raw log-mel replacement improves over current audio on 6 of 12 tasks.</p>
2422
  <div class="evidence-links">
2423
  <a href="data/audio_ablation_summary.json">audio summary</a>
2424
  <a href="assets/charts/audio_ablation_delta.svg">delta chart</a>
@@ -2455,7 +2455,7 @@
2455
  <article class="evidence-card">
2456
  <span class="status-pill">verified</span>
2457
  <h3>Multi-episode pilot status is explicit</h3>
2458
- <p>The pilot status report records setup-stage <code>32ep</code> paths separately from completed held-out-episode metrics.</p>
2459
  <div class="evidence-links">
2460
  <a href="data/scope_claims_audit.json">pilot status JSON</a>
2461
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/validate_scope_claims.py">validator script</a>
@@ -2563,7 +2563,7 @@
2563
  <article class="reading-card">
2564
  <span class="step-index">02</span>
2565
  <h3>Inspect one model input</h3>
2566
- <p>Use the window table and feature manifest to see the exact aligned sample unit, feature blocks, dimensions, and real AAC audio feature block.</p>
2567
  <div class="reading-links">
2568
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/windows.csv">windows</a>
2569
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">features</a>
@@ -2590,7 +2590,7 @@
2590
  </article>
2591
  </div>
2592
  <div class="boundary-strip">
2593
- <div class="boundary-item"><strong>Verified now</strong><span>One public episode, 5,821 frames, 1,161 windows, 8,546 current features, 12 minimal heads, 12 neural heads, and 4 direction-extension probes.</span></div>
2594
  <div class="boundary-item"><strong>Next: multi-episode</strong><span>A selected 128-episode held-out Qwen3-Omni LoRA pilot is being staged and must pass manifest, training, and evaluation checks before metrics are reported.</span></div>
2595
  <div class="boundary-item"><strong>Not redistributed</strong><span>Raw videos, raw annotations, full Qwen weights, and private gated Xperience-10M data are not included in the public repo or HF bundles.</span></div>
2596
  </div>
@@ -2611,7 +2611,7 @@
2611
  <article class="artifact"><h3>Public sample card</h3><p>The sample repo lists <code>cc-by-nc-4.0</code>, HOMIE Toolkit for videos/annotations, and Rerun 0.29.0 for <code>.rrd</code> visualization.</p><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m-sample">sample dataset</a></article>
2612
  <article class="artifact"><h3>Source notes</h3><p>The source notes summarize full-dataset facts, public sample-card facts, API-listing notes, and project coverage across the repo, website, and HF cards.</p><a href="data/source_alignment_audit.json">alignment report</a></article>
2613
  <article class="artifact"><h3>Episode layout</h3><p>Expected folders contain six MP4 streams and <code>annotation.hdf5</code>; <code>visualization.rrd</code> is treated as a viewer artifact and excluded from training downloads.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE10M_DATASET_CARD_ALIGNMENT.md">alignment note</a></article>
2614
- <article class="artifact"><h3>Current project subset</h3><p>One public sample episode, 5,821 frames, 1,161 windows, 8,546 current features including AAC audio, and no raw-data redistribution.</p><a href="data/modality_atlas.json">modality atlas</a></article>
2615
  <article class="artifact"><h3>Covered now</h3><p>Action/subtask labels, next-action prediction, temporal diagnostics, hand trajectory, contact, object relevance, caption grounding, retrieval, reconstruction, and misalignment.</p><a href="data/summary_metrics.json">summary metrics</a></article>
2616
  <article class="artifact"><h3>Responsible use</h3><p>The official card notes limited diversity and showcase/production quality. This project excludes identity, surveillance, biometric, sensitive-attribute, and safety-critical uses.</p><a href="data/xperience10m_dataset_card_alignment.json">use notes</a></article>
2617
  <article class="artifact"><h3>Later milestones</h3><p>Full audio-visual learning, caption generation, depth-pixel prediction, SLAM estimation, neural rendering, policy learning, cross-episode generalization, and held-out Qwen3-Omni evaluation.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a></article>
@@ -2623,7 +2623,7 @@
2623
  <div class="wrap">
2624
  <div class="section-head">
2625
  <h2>Ropedia Xperience-10M 12-task suite.</h2>
2626
- <p>The task map connects synchronized multimodal windows to 12 research task heads, then the modality atlas shows the sample streams used to build those contracts. AAC audio is decoded from the sample MP4 stream and included in the current 8,546-d baseline manifest.</p>
2627
  </div>
2628
  <div class="figure-pan" id="task-suite-map">
2629
  <img class="task-suite-image" src="assets/task_suite_infographic.png?v=xperience10m-taskfirst-v13-modality-xl" alt="Infographic showing all 12 Ropedia Xperience-10M tasks with enlarged full-width modality cards">
@@ -2645,12 +2645,12 @@
2645
  <article class="atlas-card audio-card">
2646
  <div class="atlas-top"><div><span class="atlas-index">02</span><h4>Audio</h4></div><span class="atlas-type">acoustic stream</span></div>
2647
  <img src="assets/modalities/audio.png" alt="AAC waveform thumbnail from the public sample MP4 stream" loading="eager" decoding="async">
2648
- <div class="atlas-rows"><div class="atlas-row"><span>sample contains</span><p>AAC stream embedded in MP4</p></div><div class="atlas-row"><span>current baseline use</span><p>Decoded into a 168-d audio feature block</p></div></div>
2649
  </article>
2650
  <article class="atlas-card">
2651
  <div class="atlas-top"><div><span class="atlas-index">03</span><h4>Depth</h4></div><span class="atlas-type">geometry map</span></div>
2652
  <img src="assets/modalities/depth.jpg" alt="Public sample depth and confidence thumbnails" loading="eager" decoding="async">
2653
- <div class="atlas-rows"><div class="atlas-row"><span>sample contains</span><p>Depth map + confidence channel</p></div><div class="atlas-row"><span>current baseline use</span><p>Spatial geometry feature block</p></div></div>
2654
  </article>
2655
  <article class="atlas-card">
2656
  <div class="atlas-top"><div><span class="atlas-index">04</span><h4>Pose / SLAM</h4></div><span class="atlas-type">camera pose</span></div>
@@ -2708,7 +2708,7 @@
2708
  <article class="artifact primary-artifact">
2709
  <div>
2710
  <h3>One episode becomes a benchmark contract</h3>
2711
- <p>The public sample is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional feature contract.</p>
2712
  </div>
2713
  <a href="data/research_takeaways.json">research_takeaways.json</a>
2714
  </article>
@@ -2744,7 +2744,7 @@
2744
  </div>
2745
  <div class="models">
2746
  <article class="model"><h3>Motion-only action</h3><span class="score">0.9688</span><span class="meta">macro-F1, 18 classes</span></article>
2747
- <article class="model"><h3>Current all-feature action</h3><span class="score">0.9829</span><span class="meta">macro-F1, 8,546 features</span></article>
2748
  <article class="model"><h3>Motion-only subtask</h3><span class="score">0.9528</span><span class="meta">macro-F1, 14 classes</span></article>
2749
  <article class="model"><h3>Current all-feature subtask</h3><span class="score">0.9173</span><span class="meta">macro-F1, chronological caveats</span></article>
2750
  </div>
@@ -2756,7 +2756,7 @@
2756
  <div class="wrap">
2757
  <div class="section-head">
2758
  <h2>Neural MLP heads, same task contracts.</h2>
2759
- <p>The neural baseline uses small PyTorch MLP classifiers/regressors on the same 8,546-d window features, chronological splits, and leakage filters. This isolates the value of a nonlinear head before moving to heavier Qwen/Omni experiments.</p>
2760
  </div>
2761
  <div class="models">
2762
  <article class="model"><h3>Neural hand forecast</h3><span class="score">0.1079</span><span class="meta">MPJPE, down from 0.8647 minimal</span></article>
@@ -2875,7 +2875,7 @@
2875
  <div class="wrap">
2876
  <div class="section-head">
2877
  <h2>The 12 tasks share four head families.</h2>
2878
- <p>The diagram separates the shared episode-window feature pipeline from the task-specific heads. AAC audio is part of the current baseline feature block, and raw log-mel audio is now measured in the ablation upgrade.</p>
2879
  </div>
2880
  <img class="architecture-image" src="assets/task_architectures.png?v=xperience10m-nn" alt="Verified minimal and neural architecture diagram for all 12 Ropedia Xperience-10M tasks">
2881
  </div>
@@ -2955,10 +2955,10 @@
2955
  <section id="features" data-project-tab="method" role="tabpanel" aria-labelledby="tab-method" tabindex="-1">
2956
  <div class="wrap">
2957
  <div class="section-head">
2958
- <h2>Every feature block has a source.</h2>
2959
- <p>The point is not hidden complexity. Every block has a source modality, a dimensional footprint, and a manifest entry.</p>
2960
  </div>
2961
- <img class="chart" src="assets/charts/feature_blocks.svg" alt="All modality feature block chart">
2962
  </div>
2963
  </section>
2964
 
@@ -2975,7 +2975,7 @@
2975
  <img class="chart" src="assets/charts/episode_task_scores_minimal_vs_neural.svg" alt="Minimal versus neural score chart">
2976
  <img class="chart" src="assets/charts/audio_ablation_delta.svg" alt="Measured audio delta chart across 12 task contracts">
2977
  </div>
2978
- <p class="section-note"><a href="single_episode_explorer.html">Open the single-episode explorer</a> to inspect window-level labels, predictions, feature-block statistics, object labels, and diagnostic scores. The audio ablation report is available at <a href="data/audio_ablation_summary.json">audio_ablation_summary.json</a>.</p>
2979
  </div>
2980
  </section>
2981
 
@@ -2989,7 +2989,7 @@
2989
  <div class="content-tabs" role="tablist" aria-label="Artifact categories">
2990
  <button type="button" class="content-tab active" id="artifact-tab-task-heads" role="tab" data-panel-target="artifact-panel-task-heads" aria-selected="true" aria-pressed="true" aria-controls="artifact-panel-task-heads">
2991
  <strong>Task Heads</strong>
2992
- <span>windows, features, metrics</span>
2993
  </button>
2994
  <button type="button" class="content-tab" id="artifact-tab-public-surfaces" role="tab" data-panel-target="artifact-panel-public-surfaces" aria-selected="false" aria-pressed="false" aria-controls="artifact-panel-public-surfaces" tabindex="-1">
2995
  <strong>Public Surfaces</strong>
@@ -3007,18 +3007,18 @@
3007
  <section class="artifact-group tabbed-panel" id="artifact-panel-task-heads" role="tabpanel" aria-labelledby="artifact-tab-task-heads">
3008
  <div class="artifact-group-head">
3009
  <div><span>Research artifacts</span><h3>From one episode to task heads</h3></div>
3010
- <p>Start with the files that define the sample windows, feature blocks, task contracts, metrics, walkthroughs, and research-direction mapping.</p>
3011
  </div>
3012
  <div class="artifact-grid">
3013
  <article class="artifact primary-artifact"><div><h3>Task-suite report</h3><p>One JSON file with every task definition, split detail, feature dimension, and minimal/neural metric.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/summary_report.json">summary_report.json</a></article>
3014
  <article class="artifact"><h3>Windows table</h3><p>Window start/end frames and aligned action/subtask labels for the public sample episode.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/windows.csv">windows.csv</a></article>
3015
- <article class="artifact"><h3>Feature manifest</h3><p>Start/end index and dimension for every current feature block in the 8,546-d window vector.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">feature_manifest.json</a></article>
3016
  <article class="artifact"><h3>Neural MLP task results</h3><p>Per-task PyTorch MLP metrics, predictions, histories, and checkpoints for the same 12 task contracts.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/neural_mlp">neural_mlp/</a></article>
3017
  <article class="artifact"><h3>Four-direction taxonomy</h3><p>Generated JSON, CSV, Markdown, and website data mapping all 12 tasks to the four research tracks.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/research_directions">research_directions/</a></article>
3018
  <article class="artifact"><h3>Direction extension probes</h3><p>Four coded probes, one per research direction, with minimal and neural metrics plus prediction/rank CSVs.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/research_direction_extensions">research_direction_extensions/</a></article>
3019
  <article class="artifact"><h3>Task walkthroughs</h3><p>Case studies for all 12 tasks, including input, middle process modules, output, metric, limitation, and task-player data.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/task_walkthroughs">task_walkthroughs/</a></article>
3020
- <article class="artifact"><h3>Audio ablation and raw upgrade</h3><p>All 72 task/variant rows comparing current audio, no audio, handcrafted-audio only, raw-audio only, raw replacement, and all-plus-raw.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/audio_ablation">audio_ablation/</a></article>
3021
- <article class="artifact"><h3>Single-episode explorer</h3><p>Interactive window-level view of labels, predictions, feature-block statistics, object labels, and diagnostics.</p><a href="single_episode_explorer.html">single_episode_explorer.html</a></article>
3022
  <article class="artifact"><h3>Cross-modal retrieval</h3><p>The strongest self-supervised signal from the single episode.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/cross_modal_retrieval/metrics.json">metrics.json</a></article>
3023
  </div>
3024
  </section>
@@ -3067,7 +3067,7 @@
3067
  <article class="artifact"><h3>Release checks</h3><p>One release map for automated validators and live post-publish checks.</p><a href="data/quality_gates.json">quality_gates.json</a></article>
3068
  <article class="artifact"><h3>Mirror parity</h3><p>Prepared repo, HF Space, artifact dataset, and model bundle parity for critical data, figures, website HTML, and validator files.</p><a href="data/mirror_parity.json">mirror_parity.json</a></article>
3069
  <article class="artifact"><h3>Live publication</h3><p>Last public GitHub/HF URL verification after upload.</p><a href="data/live_publication_status.json">live_publication_status.json</a></article>
3070
- <article class="artifact"><h3>Multi-episode pilot status</h3><p>Records setup-stage <code>32ep</code> identifiers separately from completed held-out-episode results.</p><a href="data/scope_claims_audit.json">scope_claims_audit.json</a></article>
3071
  <article class="artifact"><h3>Public project surface</h3><p>Presents repo, website, and Hugging Face cards with consistent naming, links, tab semantics, and reader-facing copy.</p><a href="data/public_surface_qa.json">public_surface_qa.json</a></article>
3072
  <article class="artifact"><h3>Public bundle contents</h3><p>Summarizes raw-data exclusion, cache exclusion, archive exclusion, token-string checks, and public figure references.</p><a href="data/publication_audit.json">publication_audit.json</a></article>
3073
  </div>
 
2121
  <div class="hero-stats">
2122
  <div class="stat"><strong>5,821</strong><span>frames in sample episode</span></div>
2123
  <div class="stat"><strong>1,161</strong><span>20-frame windows</span></div>
2124
+ <div class="stat"><strong>8,546</strong><span>feature dimensions</span></div>
2125
  <div class="stat"><strong>12+12+4</strong><span>core, neural, and extension probes</span></div>
2126
  </div>
2127
  </div>
2128
  <div class="hero-panel" aria-label="Signal summary">
2129
  <div class="panel-top">
2130
  <span>current feature allocation</span>
2131
+ <span>aligned window</span>
2132
  </div>
2133
  <div class="signal"><code>mocap</code><div class="track"><span style="--w:24.8%;--c:#ccffa0"></span></div><strong>2,121</strong></div>
2134
  <div class="signal"><code>camera+imu</code><div class="track"><span style="--w:1.5%;--c:#7ae5c3"></span></div><strong>126</strong></div>
 
2197
  </article>
2198
  <article class="brief-card">
2199
  <strong>What comes next</strong>
2200
+ <p>The next model-quality stage is a held-out episode pilot over the selected multi-episode relay, with no train/test episode leakage and a completed omni-model evaluation report.</p>
2201
  </article>
2202
  </div>
2203
  <div class="brief-actions">
 
2324
  </article>
2325
  <article class="roadmap-card" data-status="next">
2326
  <span class="roadmap-status">next</span>
2327
+ <h3>Qwen3-Omni LoRA Pilot</h3>
2328
+ <p>Train lightweight adapters on staged selected episodes and evaluate on held-out episodes with committed predictions, metrics, and run reports.</p>
2329
  <div class="roadmap-meta">
2330
+ <strong>Entry</strong><p>Selected episodes staged with no train/test episode leakage.</p>
2331
  <strong>Evidence</strong><p>Dataset manifest, training metadata, progress logs, metrics, and predictions.</p>
2332
  </div>
2333
  </article>
 
2378
  <p>The protocol is generated from committed metric artifacts so readers can see the exact data unit, split, task targets, leakage controls, and current limitations before comparing scores.</p>
2379
  </div>
2380
  <div class="artifact-grid">
2381
+ <article class="artifact primary-artifact"><div><h3>Data unit</h3><p>One 20-frame aligned window from the public sample episode, stride 5 frames, 1,161 windows total, represented by 8,546 synchronized multimodal dimensions.</p></div><a href="data/evaluation_protocol.json">protocol JSON</a></article>
2382
  <article class="artifact"><h3>Split policy</h3><p>Single-episode chronological 70/30 train/test split. This avoids random future-window mixing; cross-episode generalization is measured in the later multi-episode pilot.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/EVALUATION_PROTOCOL.md">protocol doc</a></article>
2383
  <article class="artifact"><h3>Metric contract</h3><p>All 12 tasks list input, target, primary metric, minimal baseline score, and neural MLP score from committed result files.</p><a href="data/summary_metrics.json">summary metrics</a></article>
2384
+ <article class="artifact"><h3>Leakage controls</h3><p>Scalers fit on train windows only; future labels, target-side signals, caption/object labels, and contact labels stay on the target side unless explicitly queried.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/build_evaluation_protocol.py">builder script</a></article>
2385
+ <article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across all 12 task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
2386
  <article class="artifact"><h3>Foundation branch selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, and policy models wait for explicit action targets.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
2387
  <article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. Cross-episode generalization, audio-visual learning, world modeling, policy targets, and held-out Qwen3-Omni training move to the multi-episode stage after selected data is staged.</p><a href="data/scope_claims_audit.json">pilot status</a></article>
2388
+ <article class="artifact"><h3>Scale-up requirement</h3><p>The Omni pilot requires selected staged episodes, held-out episode splits, no train/test episode leakage, training metadata, predictions, metrics, and a run report.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a></article>
2389
  </div>
2390
  </div>
2391
  </section>
 
2400
  <article class="evidence-card">
2401
  <span class="status-pill">verified</span>
2402
  <h3>Aligned Xperience-10M sample windows</h3>
2403
+ <p>5,821 frames become 1,161 synchronized 20-frame windows with an 8,546-dimensional representation.</p>
2404
  <div class="evidence-links">
2405
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/summary_report.json">summary_report.json</a>
2406
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">feature_manifest.json</a>
 
2418
  <article class="evidence-card">
2419
  <span class="status-pill">verified</span>
2420
  <h3>Audio contribution is measured task by task</h3>
2421
+ <p>Audio variants improve the primary metric on 6 of 12 task contracts in this single-episode setting.</p>
2422
  <div class="evidence-links">
2423
  <a href="data/audio_ablation_summary.json">audio summary</a>
2424
  <a href="assets/charts/audio_ablation_delta.svg">delta chart</a>
 
2455
  <article class="evidence-card">
2456
  <span class="status-pill">verified</span>
2457
  <h3>Multi-episode pilot status is explicit</h3>
2458
+ <p>The pilot status report separates setup artifacts, selected relay state, and completed held-out-episode metrics.</p>
2459
  <div class="evidence-links">
2460
  <a href="data/scope_claims_audit.json">pilot status JSON</a>
2461
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/validate_scope_claims.py">validator script</a>
 
2563
  <article class="reading-card">
2564
  <span class="step-index">02</span>
2565
  <h3>Inspect one model input</h3>
2566
+ <p>Use the window table and feature manifest to see the aligned sample unit, modality sources, and leakage controls.</p>
2567
  <div class="reading-links">
2568
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/windows.csv">windows</a>
2569
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">features</a>
 
2590
  </article>
2591
  </div>
2592
  <div class="boundary-strip">
2593
+ <div class="boundary-item"><strong>Verified now</strong><span>One public episode, 5,821 frames, 1,161 aligned windows, 8,546 dimensions, 12 minimal heads, 12 neural heads, and 4 direction-extension probes.</span></div>
2594
  <div class="boundary-item"><strong>Next: multi-episode</strong><span>A selected 128-episode held-out Qwen3-Omni LoRA pilot is being staged and must pass manifest, training, and evaluation checks before metrics are reported.</span></div>
2595
  <div class="boundary-item"><strong>Not redistributed</strong><span>Raw videos, raw annotations, full Qwen weights, and private gated Xperience-10M data are not included in the public repo or HF bundles.</span></div>
2596
  </div>
 
2611
  <article class="artifact"><h3>Public sample card</h3><p>The sample repo lists <code>cc-by-nc-4.0</code>, HOMIE Toolkit for videos/annotations, and Rerun 0.29.0 for <code>.rrd</code> visualization.</p><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m-sample">sample dataset</a></article>
2612
  <article class="artifact"><h3>Source notes</h3><p>The source notes summarize full-dataset facts, public sample-card facts, API-listing notes, and project coverage across the repo, website, and HF cards.</p><a href="data/source_alignment_audit.json">alignment report</a></article>
2613
  <article class="artifact"><h3>Episode layout</h3><p>Expected folders contain six MP4 streams and <code>annotation.hdf5</code>; <code>visualization.rrd</code> is treated as a viewer artifact and excluded from training downloads.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE10M_DATASET_CARD_ALIGNMENT.md">alignment note</a></article>
2614
+ <article class="artifact"><h3>Current project subset</h3><p>One public sample episode, 5,821 frames, 1,161 aligned windows, 8,546-dimensional task inputs, and no raw-data redistribution.</p><a href="data/modality_atlas.json">modality atlas</a></article>
2615
  <article class="artifact"><h3>Covered now</h3><p>Action/subtask labels, next-action prediction, temporal diagnostics, hand trajectory, contact, object relevance, caption grounding, retrieval, reconstruction, and misalignment.</p><a href="data/summary_metrics.json">summary metrics</a></article>
2616
  <article class="artifact"><h3>Responsible use</h3><p>The official card notes limited diversity and showcase/production quality. This project excludes identity, surveillance, biometric, sensitive-attribute, and safety-critical uses.</p><a href="data/xperience10m_dataset_card_alignment.json">use notes</a></article>
2617
  <article class="artifact"><h3>Later milestones</h3><p>Full audio-visual learning, caption generation, depth-pixel prediction, SLAM estimation, neural rendering, policy learning, cross-episode generalization, and held-out Qwen3-Omni evaluation.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a></article>
 
2623
  <div class="wrap">
2624
  <div class="section-head">
2625
  <h2>Ropedia Xperience-10M 12-task suite.</h2>
2626
+ <p>The task map connects synchronized multimodal windows to 12 research task heads, then the modality atlas shows the sample streams used to build those contracts.</p>
2627
  </div>
2628
  <div class="figure-pan" id="task-suite-map">
2629
  <img class="task-suite-image" src="assets/task_suite_infographic.png?v=xperience10m-taskfirst-v13-modality-xl" alt="Infographic showing all 12 Ropedia Xperience-10M tasks with enlarged full-width modality cards">
 
2645
  <article class="atlas-card audio-card">
2646
  <div class="atlas-top"><div><span class="atlas-index">02</span><h4>Audio</h4></div><span class="atlas-type">acoustic stream</span></div>
2647
  <img src="assets/modalities/audio.png" alt="AAC waveform thumbnail from the public sample MP4 stream" loading="eager" decoding="async">
2648
+ <div class="atlas-rows"><div class="atlas-row"><span>sample contains</span><p>Audio stream embedded in MP4</p></div><div class="atlas-row"><span>current baseline use</span><p>Acoustic signal</p></div></div>
2649
  </article>
2650
  <article class="atlas-card">
2651
  <div class="atlas-top"><div><span class="atlas-index">03</span><h4>Depth</h4></div><span class="atlas-type">geometry map</span></div>
2652
  <img src="assets/modalities/depth.jpg" alt="Public sample depth and confidence thumbnails" loading="eager" decoding="async">
2653
+ <div class="atlas-rows"><div class="atlas-row"><span>sample contains</span><p>Depth map + confidence channel</p></div><div class="atlas-row"><span>current baseline use</span><p>Spatial geometry signal</p></div></div>
2654
  </article>
2655
  <article class="atlas-card">
2656
  <div class="atlas-top"><div><span class="atlas-index">04</span><h4>Pose / SLAM</h4></div><span class="atlas-type">camera pose</span></div>
 
2708
  <article class="artifact primary-artifact">
2709
  <div>
2710
  <h3>One episode becomes a benchmark contract</h3>
2711
+ <p>The public sample is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional representation for repeatable task evaluation.</p>
2712
  </div>
2713
  <a href="data/research_takeaways.json">research_takeaways.json</a>
2714
  </article>
 
2744
  </div>
2745
  <div class="models">
2746
  <article class="model"><h3>Motion-only action</h3><span class="score">0.9688</span><span class="meta">macro-F1, 18 classes</span></article>
2747
+ <article class="model"><h3>Current all-feature action</h3><span class="score">0.9829</span><span class="meta">macro-F1, 8,546 dimensions</span></article>
2748
  <article class="model"><h3>Motion-only subtask</h3><span class="score">0.9528</span><span class="meta">macro-F1, 14 classes</span></article>
2749
  <article class="model"><h3>Current all-feature subtask</h3><span class="score">0.9173</span><span class="meta">macro-F1, chronological caveats</span></article>
2750
  </div>
 
2756
  <div class="wrap">
2757
  <div class="section-head">
2758
  <h2>Neural MLP heads, same task contracts.</h2>
2759
+ <p>The neural baseline uses small PyTorch MLP classifiers/regressors on the same 8,546-dimensional windows, chronological splits, and leakage filters. This isolates the value of a nonlinear head before moving to heavier Qwen/Omni experiments.</p>
2760
  </div>
2761
  <div class="models">
2762
  <article class="model"><h3>Neural hand forecast</h3><span class="score">0.1079</span><span class="meta">MPJPE, down from 0.8647 minimal</span></article>
 
2875
  <div class="wrap">
2876
  <div class="section-head">
2877
  <h2>The 12 tasks share four head families.</h2>
2878
+ <p>The diagram separates the shared episode-window representation from the task-specific heads, so the task contracts stay readable before scaling to larger models.</p>
2879
  </div>
2880
  <img class="architecture-image" src="assets/task_architectures.png?v=xperience10m-nn" alt="Verified minimal and neural architecture diagram for all 12 Ropedia Xperience-10M tasks">
2881
  </div>
 
2955
  <section id="features" data-project-tab="method" role="tabpanel" aria-labelledby="tab-method" tabindex="-1">
2956
  <div class="wrap">
2957
  <div class="section-head">
2958
+ <h2>Every model input has a source.</h2>
2959
+ <p>The point is not hidden complexity. Every input group maps back to a source modality and a manifest entry.</p>
2960
  </div>
2961
+ <img class="chart" src="assets/charts/feature_blocks.svg" alt="All modality source chart">
2962
  </div>
2963
  </section>
2964
 
 
2975
  <img class="chart" src="assets/charts/episode_task_scores_minimal_vs_neural.svg" alt="Minimal versus neural score chart">
2976
  <img class="chart" src="assets/charts/audio_ablation_delta.svg" alt="Measured audio delta chart across 12 task contracts">
2977
  </div>
2978
+ <p class="section-note"><a href="single_episode_explorer.html">Open the single-episode explorer</a> to inspect window-level labels, predictions, modality statistics, object labels, and diagnostic scores. The audio ablation report is available at <a href="data/audio_ablation_summary.json">audio_ablation_summary.json</a>.</p>
2979
  </div>
2980
  </section>
2981
 
 
2989
  <div class="content-tabs" role="tablist" aria-label="Artifact categories">
2990
  <button type="button" class="content-tab active" id="artifact-tab-task-heads" role="tab" data-panel-target="artifact-panel-task-heads" aria-selected="true" aria-pressed="true" aria-controls="artifact-panel-task-heads">
2991
  <strong>Task Heads</strong>
2992
+ <span>windows, tasks, metrics</span>
2993
  </button>
2994
  <button type="button" class="content-tab" id="artifact-tab-public-surfaces" role="tab" data-panel-target="artifact-panel-public-surfaces" aria-selected="false" aria-pressed="false" aria-controls="artifact-panel-public-surfaces" tabindex="-1">
2995
  <strong>Public Surfaces</strong>
 
3007
  <section class="artifact-group tabbed-panel" id="artifact-panel-task-heads" role="tabpanel" aria-labelledby="artifact-tab-task-heads">
3008
  <div class="artifact-group-head">
3009
  <div><span>Research artifacts</span><h3>From one episode to task heads</h3></div>
3010
+ <p>Start with the files that define the sample windows, modality inputs, task contracts, metrics, walkthroughs, and research-direction mapping.</p>
3011
  </div>
3012
  <div class="artifact-grid">
3013
  <article class="artifact primary-artifact"><div><h3>Task-suite report</h3><p>One JSON file with every task definition, split detail, feature dimension, and minimal/neural metric.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/summary_report.json">summary_report.json</a></article>
3014
  <article class="artifact"><h3>Windows table</h3><p>Window start/end frames and aligned action/subtask labels for the public sample episode.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/windows.csv">windows.csv</a></article>
3015
+ <article class="artifact"><h3>Feature manifest</h3><p>Technical source map for the current modality inputs used by the task suite.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">feature_manifest.json</a></article>
3016
  <article class="artifact"><h3>Neural MLP task results</h3><p>Per-task PyTorch MLP metrics, predictions, histories, and checkpoints for the same 12 task contracts.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/neural_mlp">neural_mlp/</a></article>
3017
  <article class="artifact"><h3>Four-direction taxonomy</h3><p>Generated JSON, CSV, Markdown, and website data mapping all 12 tasks to the four research tracks.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/research_directions">research_directions/</a></article>
3018
  <article class="artifact"><h3>Direction extension probes</h3><p>Four coded probes, one per research direction, with minimal and neural metrics plus prediction/rank CSVs.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/research_direction_extensions">research_direction_extensions/</a></article>
3019
  <article class="artifact"><h3>Task walkthroughs</h3><p>Case studies for all 12 tasks, including input, middle process modules, output, metric, limitation, and task-player data.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/task_walkthroughs">task_walkthroughs/</a></article>
3020
+ <article class="artifact"><h3>Audio ablation and raw upgrade</h3><p>All 72 task/variant rows comparing current audio, no audio, raw audio, replacement, and combined-input settings.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/audio_ablation">audio_ablation/</a></article>
3021
+ <article class="artifact"><h3>Single-episode explorer</h3><p>Interactive window-level view of labels, predictions, modality statistics, object labels, and diagnostics.</p><a href="single_episode_explorer.html">single_episode_explorer.html</a></article>
3022
  <article class="artifact"><h3>Cross-modal retrieval</h3><p>The strongest self-supervised signal from the single episode.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/cross_modal_retrieval/metrics.json">metrics.json</a></article>
3023
  </div>
3024
  </section>
 
3067
  <article class="artifact"><h3>Release checks</h3><p>One release map for automated validators and live post-publish checks.</p><a href="data/quality_gates.json">quality_gates.json</a></article>
3068
  <article class="artifact"><h3>Mirror parity</h3><p>Prepared repo, HF Space, artifact dataset, and model bundle parity for critical data, figures, website HTML, and validator files.</p><a href="data/mirror_parity.json">mirror_parity.json</a></article>
3069
  <article class="artifact"><h3>Live publication</h3><p>Last public GitHub/HF URL verification after upload.</p><a href="data/live_publication_status.json">live_publication_status.json</a></article>
3070
+ <article class="artifact"><h3>Multi-episode pilot status</h3><p>Separates setup artifacts, selected relay state, and completed held-out-episode results.</p><a href="data/scope_claims_audit.json">scope_claims_audit.json</a></article>
3071
  <article class="artifact"><h3>Public project surface</h3><p>Presents repo, website, and Hugging Face cards with consistent naming, links, tab semantics, and reader-facing copy.</p><a href="data/public_surface_qa.json">public_surface_qa.json</a></article>
3072
  <article class="artifact"><h3>Public bundle contents</h3><p>Summarizes raw-data exclusion, cache exclusion, archive exclusion, token-string checks, and public figure references.</p><a href="data/publication_audit.json">publication_audit.json</a></article>
3073
  </div>
index.html CHANGED
@@ -2121,14 +2121,14 @@
2121
  <div class="hero-stats">
2122
  <div class="stat"><strong>5,821</strong><span>frames in sample episode</span></div>
2123
  <div class="stat"><strong>1,161</strong><span>20-frame windows</span></div>
2124
- <div class="stat"><strong>8,546</strong><span>current feature dimensions</span></div>
2125
  <div class="stat"><strong>12+12+4</strong><span>core, neural, and extension probes</span></div>
2126
  </div>
2127
  </div>
2128
  <div class="hero-panel" aria-label="Signal summary">
2129
  <div class="panel-top">
2130
  <span>current feature allocation</span>
2131
- <span>window vector</span>
2132
  </div>
2133
  <div class="signal"><code>mocap</code><div class="track"><span style="--w:24.8%;--c:#ccffa0"></span></div><strong>2,121</strong></div>
2134
  <div class="signal"><code>camera+imu</code><div class="track"><span style="--w:1.5%;--c:#7ae5c3"></span></div><strong>126</strong></div>
@@ -2197,7 +2197,7 @@
2197
  </article>
2198
  <article class="brief-card">
2199
  <strong>What comes next</strong>
2200
- <p>The next model-quality stage is not another single-sample score. It is a held-out episode pilot with at least 32 valid episodes, no train/test episode leakage, and a completed omni-model evaluation report.</p>
2201
  </article>
2202
  </div>
2203
  <div class="brief-actions">
@@ -2265,12 +2265,12 @@
2265
  </div>
2266
  </article>
2267
  <article class="snapshot-card gated">
2268
- <span class="status-pill">data-gated</span>
2269
  <h3>Omni-model scale-up path</h3>
2270
- <p>The 32-episode LoRA path is prepared; full training results require gated data access, held-out splits, training, and evaluation.</p>
2271
  <div class="snapshot-meta">
2272
- <span>current stage <strong>setup checked</strong></span>
2273
- <span>target gate <strong>32 episodes</strong></span>
2274
  <span>held-out eval <strong>pending</strong></span>
2275
  </div>
2276
  </article>
@@ -2324,10 +2324,10 @@
2324
  </article>
2325
  <article class="roadmap-card" data-status="next">
2326
  <span class="roadmap-status">next</span>
2327
- <h3>32-Episode Qwen3-Omni LoRA Pilot</h3>
2328
- <p>Train lightweight adapters and evaluate on held-out episodes with committed predictions, metrics, and run reports.</p>
2329
  <div class="roadmap-meta">
2330
- <strong>Entry</strong><p>At least 32 valid staged episodes with no train/test episode leakage.</p>
2331
  <strong>Evidence</strong><p>Dataset manifest, training metadata, progress logs, metrics, and predictions.</p>
2332
  </div>
2333
  </article>
@@ -2336,7 +2336,7 @@
2336
  <h3>Foundation-Model Selection Matrix</h3>
2337
  <p>Keep Qwen3-Omni as the first trainable held-out pilot, add Cosmos 3 for world modeling, and stage policy candidates after action targets are explicit.</p>
2338
  <div class="roadmap-meta">
2339
- <strong>Entry</strong><p>32-episode data gate or a 3-8 episode preprocessing dry run.</p>
2340
  <strong>Evidence</strong><p>Foundation model plan, source links, model-specific entry conditions, and evaluation additions.</p>
2341
  </div>
2342
  </article>
@@ -2345,7 +2345,7 @@
2345
  <h3>64-128 Episode Robustness Run</h3>
2346
  <p>Test whether pilot conclusions survive broader sessions, missing modalities, and stronger ablations.</p>
2347
  <div class="roadmap-meta">
2348
- <strong>Entry</strong><p>32-episode pilot trains and evaluates cleanly.</p>
2349
  <strong>Evidence</strong><p>Metrics by session, task, modality, ablation, and failure type.</p>
2350
  </div>
2351
  </article>
@@ -2378,14 +2378,14 @@
2378
  <p>The protocol is generated from committed metric artifacts so readers can see the exact data unit, split, task targets, leakage controls, and current limitations before comparing scores.</p>
2379
  </div>
2380
  <div class="artifact-grid">
2381
- <article class="artifact primary-artifact"><div><h3>Data unit</h3><p>One 20-frame aligned window from the public sample episode, stride 5 frames, 1,161 windows total, represented by the current 8,546-d feature vector.</p></div><a href="data/evaluation_protocol.json">protocol JSON</a></article>
2382
  <article class="artifact"><h3>Split policy</h3><p>Single-episode chronological 70/30 train/test split. This avoids random future-window mixing; cross-episode generalization is measured in the later multi-episode pilot.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/EVALUATION_PROTOCOL.md">protocol doc</a></article>
2383
  <article class="artifact"><h3>Metric contract</h3><p>All 12 tasks list input, target, primary metric, minimal baseline score, and neural MLP score from committed result files.</p><a href="data/summary_metrics.json">summary metrics</a></article>
2384
- <article class="artifact"><h3>Leakage controls</h3><p>Scalers fit on train windows only; future labels, target feature blocks, caption/object labels, and contact labels stay on the target side unless explicitly queried.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/build_evaluation_protocol.py">builder script</a></article>
2385
- <article class="artifact"><h3>Audio ablation</h3><p>The current AAC block and a 588-d raw log-mel replacement are evaluated across all 12 task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
2386
  <article class="artifact"><h3>Foundation branch selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, and policy models wait for explicit action targets.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
2387
- <article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. Cross-episode generalization, audio-visual learning, world modeling, policy targets, and full 32-episode Qwen3-Omni training move to the multi-episode stage.</p><a href="data/scope_claims_audit.json">pilot status</a></article>
2388
- <article class="artifact"><h3>Scale-up requirement</h3><p>The Omni pilot requires at least 32 valid episodes, held-out episode splits, no train/test episode leakage, training metadata, predictions, metrics, and a run report.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a></article>
2389
  </div>
2390
  </div>
2391
  </section>
@@ -2400,7 +2400,7 @@
2400
  <article class="evidence-card">
2401
  <span class="status-pill">verified</span>
2402
  <h3>Aligned Xperience-10M sample windows</h3>
2403
- <p>5,821 frames become 1,161 synchronized 20-frame windows with an explicit 8,546-d feature contract.</p>
2404
  <div class="evidence-links">
2405
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/summary_report.json">summary_report.json</a>
2406
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">feature_manifest.json</a>
@@ -2418,7 +2418,7 @@
2418
  <article class="evidence-card">
2419
  <span class="status-pill">verified</span>
2420
  <h3>Audio contribution is measured task by task</h3>
2421
- <p>Current AAC audio improves the primary metric on 6 of 12 task contracts; raw log-mel replacement improves over current audio on 6 of 12 tasks.</p>
2422
  <div class="evidence-links">
2423
  <a href="data/audio_ablation_summary.json">audio summary</a>
2424
  <a href="assets/charts/audio_ablation_delta.svg">delta chart</a>
@@ -2444,9 +2444,9 @@
2444
  </div>
2445
  </article>
2446
  <article class="evidence-card">
2447
- <span class="status-pill">data-gated</span>
2448
  <h3>Qwen3-Omni pilot setup</h3>
2449
- <p>The current Qwen3-Omni artifacts use one episode and 128 train windows. The 32-episode evaluation is still pending.</p>
2450
  <div class="evidence-links">
2451
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/EVIDENCE_CONTRACT.md">evidence contract</a>
2452
  <a href="data/evidence_contract.json">machine JSON</a>
@@ -2455,7 +2455,7 @@
2455
  <article class="evidence-card">
2456
  <span class="status-pill">verified</span>
2457
  <h3>Multi-episode pilot status is explicit</h3>
2458
- <p>The pilot status report records setup-stage <code>32ep</code> paths separately from completed held-out-episode metrics.</p>
2459
  <div class="evidence-links">
2460
  <a href="data/scope_claims_audit.json">pilot status JSON</a>
2461
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/validate_scope_claims.py">validator script</a>
@@ -2563,7 +2563,7 @@
2563
  <article class="reading-card">
2564
  <span class="step-index">02</span>
2565
  <h3>Inspect one model input</h3>
2566
- <p>Use the window table and feature manifest to see the exact aligned sample unit, feature blocks, dimensions, and real AAC audio feature block.</p>
2567
  <div class="reading-links">
2568
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/windows.csv">windows</a>
2569
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">features</a>
@@ -2581,7 +2581,7 @@
2581
  <article class="reading-card">
2582
  <span class="step-index">04</span>
2583
  <h3>Check the scale-up gate</h3>
2584
- <p>The multi-episode Qwen3-Omni path is prepared. The 32-episode result will be added after the data gate and held-out evaluation pass.</p>
2585
  <div class="reading-links">
2586
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a>
2587
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">access status</a>
@@ -2590,8 +2590,8 @@
2590
  </article>
2591
  </div>
2592
  <div class="boundary-strip">
2593
- <div class="boundary-item"><strong>Verified now</strong><span>One public episode, 5,821 frames, 1,161 windows, 8,546 current features, 12 minimal heads, 12 neural heads, and 4 direction-extension probes.</span></div>
2594
- <div class="boundary-item"><strong>Next: multi-episode</strong><span>A 32-episode held-out Qwen3-Omni LoRA pilot is gated on Xperience-10M access and must pass manifest, training, and evaluation checks.</span></div>
2595
  <div class="boundary-item"><strong>Not redistributed</strong><span>Raw videos, raw annotations, full Qwen weights, and private gated Xperience-10M data are not included in the public repo or HF bundles.</span></div>
2596
  </div>
2597
  </div>
@@ -2611,10 +2611,10 @@
2611
  <article class="artifact"><h3>Public sample card</h3><p>The sample repo lists <code>cc-by-nc-4.0</code>, HOMIE Toolkit for videos/annotations, and Rerun 0.29.0 for <code>.rrd</code> visualization.</p><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m-sample">sample dataset</a></article>
2612
  <article class="artifact"><h3>Source notes</h3><p>The source notes summarize full-dataset facts, public sample-card facts, API-listing notes, and project coverage across the repo, website, and HF cards.</p><a href="data/source_alignment_audit.json">alignment report</a></article>
2613
  <article class="artifact"><h3>Episode layout</h3><p>Expected folders contain six MP4 streams and <code>annotation.hdf5</code>; <code>visualization.rrd</code> is treated as a viewer artifact and excluded from training downloads.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE10M_DATASET_CARD_ALIGNMENT.md">alignment note</a></article>
2614
- <article class="artifact"><h3>Current project subset</h3><p>One public sample episode, 5,821 frames, 1,161 windows, 8,546 current features including AAC audio, and no raw-data redistribution.</p><a href="data/modality_atlas.json">modality atlas</a></article>
2615
  <article class="artifact"><h3>Covered now</h3><p>Action/subtask labels, next-action prediction, temporal diagnostics, hand trajectory, contact, object relevance, caption grounding, retrieval, reconstruction, and misalignment.</p><a href="data/summary_metrics.json">summary metrics</a></article>
2616
  <article class="artifact"><h3>Responsible use</h3><p>The official card notes limited diversity and showcase/production quality. This project excludes identity, surveillance, biometric, sensitive-attribute, and safety-critical uses.</p><a href="data/xperience10m_dataset_card_alignment.json">use notes</a></article>
2617
- <article class="artifact"><h3>Later milestones</h3><p>Full audio-visual learning, caption generation, depth-pixel prediction, SLAM estimation, neural rendering, policy learning, cross-episode generalization, and 32-episode Qwen3-Omni evaluation.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a></article>
2618
  </div>
2619
  </div>
2620
  </section>
@@ -2623,7 +2623,7 @@
2623
  <div class="wrap">
2624
  <div class="section-head">
2625
  <h2>Ropedia Xperience-10M 12-task suite.</h2>
2626
- <p>The task map connects synchronized multimodal windows to 12 research task heads, then the modality atlas shows the sample streams used to build those contracts. AAC audio is decoded from the sample MP4 stream and included in the current 8,546-d baseline manifest.</p>
2627
  </div>
2628
  <div class="figure-pan" id="task-suite-map">
2629
  <img class="task-suite-image" src="assets/task_suite_infographic.png?v=xperience10m-taskfirst-v13-modality-xl" alt="Infographic showing all 12 Ropedia Xperience-10M tasks with enlarged full-width modality cards">
@@ -2645,12 +2645,12 @@
2645
  <article class="atlas-card audio-card">
2646
  <div class="atlas-top"><div><span class="atlas-index">02</span><h4>Audio</h4></div><span class="atlas-type">acoustic stream</span></div>
2647
  <img src="assets/modalities/audio.png" alt="AAC waveform thumbnail from the public sample MP4 stream" loading="eager" decoding="async">
2648
- <div class="atlas-rows"><div class="atlas-row"><span>sample contains</span><p>AAC stream embedded in MP4</p></div><div class="atlas-row"><span>current baseline use</span><p>Decoded into a 168-d audio feature block</p></div></div>
2649
  </article>
2650
  <article class="atlas-card">
2651
  <div class="atlas-top"><div><span class="atlas-index">03</span><h4>Depth</h4></div><span class="atlas-type">geometry map</span></div>
2652
  <img src="assets/modalities/depth.jpg" alt="Public sample depth and confidence thumbnails" loading="eager" decoding="async">
2653
- <div class="atlas-rows"><div class="atlas-row"><span>sample contains</span><p>Depth map + confidence channel</p></div><div class="atlas-row"><span>current baseline use</span><p>Spatial geometry feature block</p></div></div>
2654
  </article>
2655
  <article class="atlas-card">
2656
  <div class="atlas-top"><div><span class="atlas-index">04</span><h4>Pose / SLAM</h4></div><span class="atlas-type">camera pose</span></div>
@@ -2708,7 +2708,7 @@
2708
  <article class="artifact primary-artifact">
2709
  <div>
2710
  <h3>One episode becomes a benchmark contract</h3>
2711
- <p>The public sample is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional feature contract.</p>
2712
  </div>
2713
  <a href="data/research_takeaways.json">research_takeaways.json</a>
2714
  </article>
@@ -2729,7 +2729,7 @@
2729
  </article>
2730
  <article class="artifact">
2731
  <h3>Scale means held-out episodes</h3>
2732
- <p>The next credible model-quality unit is a 32-episode held-out pilot across 32 sessions, not more adjacent windows from one sample.</p>
2733
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">scale-up status</a>
2734
  </article>
2735
  </div>
@@ -2744,7 +2744,7 @@
2744
  </div>
2745
  <div class="models">
2746
  <article class="model"><h3>Motion-only action</h3><span class="score">0.9688</span><span class="meta">macro-F1, 18 classes</span></article>
2747
- <article class="model"><h3>Current all-feature action</h3><span class="score">0.9829</span><span class="meta">macro-F1, 8,546 features</span></article>
2748
  <article class="model"><h3>Motion-only subtask</h3><span class="score">0.9528</span><span class="meta">macro-F1, 14 classes</span></article>
2749
  <article class="model"><h3>Current all-feature subtask</h3><span class="score">0.9173</span><span class="meta">macro-F1, chronological caveats</span></article>
2750
  </div>
@@ -2756,7 +2756,7 @@
2756
  <div class="wrap">
2757
  <div class="section-head">
2758
  <h2>Neural MLP heads, same task contracts.</h2>
2759
- <p>The neural baseline uses small PyTorch MLP classifiers/regressors on the same 8,546-d window features, chronological splits, and leakage filters. This isolates the value of a nonlinear head before moving to heavier Qwen/Omni experiments.</p>
2760
  </div>
2761
  <div class="models">
2762
  <article class="model"><h3>Neural hand forecast</h3><span class="score">0.1079</span><span class="meta">MPJPE, down from 0.8647 minimal</span></article>
@@ -2875,7 +2875,7 @@
2875
  <div class="wrap">
2876
  <div class="section-head">
2877
  <h2>The 12 tasks share four head families.</h2>
2878
- <p>The diagram separates the shared episode-window feature pipeline from the task-specific heads. AAC audio is part of the current baseline feature block, and raw log-mel audio is now measured in the ablation upgrade.</p>
2879
  </div>
2880
  <img class="architecture-image" src="assets/task_architectures.png?v=xperience10m-nn" alt="Verified minimal and neural architecture diagram for all 12 Ropedia Xperience-10M tasks">
2881
  </div>
@@ -2955,10 +2955,10 @@
2955
  <section id="features" data-project-tab="method" role="tabpanel" aria-labelledby="tab-method" tabindex="-1">
2956
  <div class="wrap">
2957
  <div class="section-head">
2958
- <h2>Every feature block has a source.</h2>
2959
- <p>The point is not hidden complexity. Every block has a source modality, a dimensional footprint, and a manifest entry.</p>
2960
  </div>
2961
- <img class="chart" src="assets/charts/feature_blocks.svg" alt="All modality feature block chart">
2962
  </div>
2963
  </section>
2964
 
@@ -2975,7 +2975,7 @@
2975
  <img class="chart" src="assets/charts/episode_task_scores_minimal_vs_neural.svg" alt="Minimal versus neural score chart">
2976
  <img class="chart" src="assets/charts/audio_ablation_delta.svg" alt="Measured audio delta chart across 12 task contracts">
2977
  </div>
2978
- <p class="section-note"><a href="single_episode_explorer.html">Open the single-episode explorer</a> to inspect window-level labels, predictions, feature-block statistics, object labels, and diagnostic scores. The audio ablation report is available at <a href="data/audio_ablation_summary.json">audio_ablation_summary.json</a>.</p>
2979
  </div>
2980
  </section>
2981
 
@@ -2989,7 +2989,7 @@
2989
  <div class="content-tabs" role="tablist" aria-label="Artifact categories">
2990
  <button type="button" class="content-tab active" id="artifact-tab-task-heads" role="tab" data-panel-target="artifact-panel-task-heads" aria-selected="true" aria-pressed="true" aria-controls="artifact-panel-task-heads">
2991
  <strong>Task Heads</strong>
2992
- <span>windows, features, metrics</span>
2993
  </button>
2994
  <button type="button" class="content-tab" id="artifact-tab-public-surfaces" role="tab" data-panel-target="artifact-panel-public-surfaces" aria-selected="false" aria-pressed="false" aria-controls="artifact-panel-public-surfaces" tabindex="-1">
2995
  <strong>Public Surfaces</strong>
@@ -2997,7 +2997,7 @@
2997
  </button>
2998
  <button type="button" class="content-tab" id="artifact-tab-scale-up" role="tab" data-panel-target="artifact-panel-scale-up" aria-selected="false" aria-pressed="false" aria-controls="artifact-panel-scale-up" tabindex="-1">
2999
  <strong>Scale-Up</strong>
3000
- <span>data gate and Omni path</span>
3001
  </button>
3002
  <button type="button" class="content-tab" id="artifact-tab-checks" role="tab" data-panel-target="artifact-panel-checks" aria-selected="false" aria-pressed="false" aria-controls="artifact-panel-checks" tabindex="-1">
3003
  <strong>Checks</strong>
@@ -3007,18 +3007,18 @@
3007
  <section class="artifact-group tabbed-panel" id="artifact-panel-task-heads" role="tabpanel" aria-labelledby="artifact-tab-task-heads">
3008
  <div class="artifact-group-head">
3009
  <div><span>Research artifacts</span><h3>From one episode to task heads</h3></div>
3010
- <p>Start with the files that define the sample windows, feature blocks, task contracts, metrics, walkthroughs, and research-direction mapping.</p>
3011
  </div>
3012
  <div class="artifact-grid">
3013
  <article class="artifact primary-artifact"><div><h3>Task-suite report</h3><p>One JSON file with every task definition, split detail, feature dimension, and minimal/neural metric.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/summary_report.json">summary_report.json</a></article>
3014
  <article class="artifact"><h3>Windows table</h3><p>Window start/end frames and aligned action/subtask labels for the public sample episode.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/windows.csv">windows.csv</a></article>
3015
- <article class="artifact"><h3>Feature manifest</h3><p>Start/end index and dimension for every current feature block in the 8,546-d window vector.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">feature_manifest.json</a></article>
3016
  <article class="artifact"><h3>Neural MLP task results</h3><p>Per-task PyTorch MLP metrics, predictions, histories, and checkpoints for the same 12 task contracts.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/neural_mlp">neural_mlp/</a></article>
3017
  <article class="artifact"><h3>Four-direction taxonomy</h3><p>Generated JSON, CSV, Markdown, and website data mapping all 12 tasks to the four research tracks.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/research_directions">research_directions/</a></article>
3018
  <article class="artifact"><h3>Direction extension probes</h3><p>Four coded probes, one per research direction, with minimal and neural metrics plus prediction/rank CSVs.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/research_direction_extensions">research_direction_extensions/</a></article>
3019
  <article class="artifact"><h3>Task walkthroughs</h3><p>Case studies for all 12 tasks, including input, middle process modules, output, metric, limitation, and task-player data.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/task_walkthroughs">task_walkthroughs/</a></article>
3020
- <article class="artifact"><h3>Audio ablation and raw upgrade</h3><p>All 72 task/variant rows comparing current audio, no audio, handcrafted-audio only, raw-audio only, raw replacement, and all-plus-raw.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/audio_ablation">audio_ablation/</a></article>
3021
- <article class="artifact"><h3>Single-episode explorer</h3><p>Interactive window-level view of labels, predictions, feature-block statistics, object labels, and diagnostics.</p><a href="single_episode_explorer.html">single_episode_explorer.html</a></article>
3022
  <article class="artifact"><h3>Cross-modal retrieval</h3><p>The strongest self-supervised signal from the single episode.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/cross_modal_retrieval/metrics.json">metrics.json</a></article>
3023
  </div>
3024
  </section>
@@ -3043,14 +3043,14 @@
3043
  <section class="artifact-group tabbed-panel" id="artifact-panel-scale-up" role="tabpanel" aria-labelledby="artifact-tab-scale-up" hidden>
3044
  <div class="artifact-group-head">
3045
  <div><span>Scale-up path</span><h3>Prepared for multi-episode training</h3></div>
3046
- <p>The multi-episode Qwen3-Omni path is documented and scripted. Full-pilot metrics come after the data gate and held-out evaluation pass.</p>
3047
  </div>
3048
  <div class="artifact-grid">
3049
- <article class="artifact primary-artifact"><div><h3>Project scope</h3><p>Connects implemented single-episode artifacts, setup-stage Omni work, pending data access, and later multi-episode milestones.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/EVIDENCE_CONTRACT.md">EVIDENCE_CONTRACT.md</a></article>
3050
  <article class="artifact"><h3>Foundation-model plan</h3><p>Backbone selection matrix covering Qwen3-Omni, Cosmos 3, GR00T, OpenVLA/openpi, Gemini Robotics, Octo, and SmolVLA-style policy candidates.</p><a href="data/foundation_model_plan.json">foundation_model_plan.json</a></article>
3051
- <article class="artifact"><h3>Multi-episode access status</h3><p>Public data-access path, selected 32-episode pilot plan, and data requirements.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">MULTI_EPISODE_ACCESS_STATUS.md</a></article>
3052
  <article class="artifact"><h3>Qwen3-Omni setup artifacts</h3><p>Manifests, metadata, metrics, and progress logs from the current setup run.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/episode_manifest.json">episode_manifest.json</a></article>
3053
- <article class="artifact"><h3>32-episode data requirement</h3><p>The data status file defines what must be available before full pilot training and held-out metrics.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">DATA_ACCESS_STATUS.md</a></article>
3054
  </div>
3055
  </section>
3056
 
@@ -3067,7 +3067,7 @@
3067
  <article class="artifact"><h3>Release checks</h3><p>One release map for automated validators and live post-publish checks.</p><a href="data/quality_gates.json">quality_gates.json</a></article>
3068
  <article class="artifact"><h3>Mirror parity</h3><p>Prepared repo, HF Space, artifact dataset, and model bundle parity for critical data, figures, website HTML, and validator files.</p><a href="data/mirror_parity.json">mirror_parity.json</a></article>
3069
  <article class="artifact"><h3>Live publication</h3><p>Last public GitHub/HF URL verification after upload.</p><a href="data/live_publication_status.json">live_publication_status.json</a></article>
3070
- <article class="artifact"><h3>Multi-episode pilot status</h3><p>Records setup-stage <code>32ep</code> identifiers separately from completed held-out-episode results.</p><a href="data/scope_claims_audit.json">scope_claims_audit.json</a></article>
3071
  <article class="artifact"><h3>Public project surface</h3><p>Presents repo, website, and Hugging Face cards with consistent naming, links, tab semantics, and reader-facing copy.</p><a href="data/public_surface_qa.json">public_surface_qa.json</a></article>
3072
  <article class="artifact"><h3>Public bundle contents</h3><p>Summarizes raw-data exclusion, cache exclusion, archive exclusion, token-string checks, and public figure references.</p><a href="data/publication_audit.json">publication_audit.json</a></article>
3073
  </div>
@@ -3079,14 +3079,14 @@
3079
  <section id="omni-relay" data-project-tab="resources" role="tabpanel" aria-labelledby="tab-resources" tabindex="-1">
3080
  <div class="wrap">
3081
  <div class="section-head">
3082
- <h2>Qwen3-Omni pilot is approval-ready.</h2>
3083
- <p>The full Xperience-10M Hugging Face dataset is gated. While access is pending, the public plan has selected a 32-episode pilot across 32 different session UUIDs.</p>
3084
  </div>
3085
  <div class="artifact-grid">
3086
- <article class="artifact"><h3>Selection</h3><p>Stratified round-robin over 64 top-level sessions; 680 complete candidates scanned; 32 sessions selected.</p></article>
3087
  <article class="artifact"><h3>Transfer</h3><p>Download raw episodes only from official gated sources, exclude visualization.rrd, validate files, then stage them for training.</p></article>
3088
- <article class="artifact"><h3>Current LoRA artifact</h3><p>The current LoRA artifact uses the locally available sample data. The 32-episode result begins after gated data is staged and held-out evaluation runs.</p></article>
3089
- <article class="artifact"><h3>Backbone branches</h3><p>Qwen3-Omni is the immediate LoRA path; Cosmos 3 is the first world-model branch; GR00T/OpenVLA/openpi become policy branches after action targets are auditable.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
3090
  </div>
3091
  </div>
3092
  </section>
@@ -3102,7 +3102,7 @@
3102
  <article class="artifact"><h3>Reproducibility matrix</h3><p>Machine-readable command matrix covering sample download, baselines, 12 tasks, figures, and validation.</p><a href="data/reproducibility_matrix.json">reproducibility_matrix.json</a></article>
3103
  <article class="artifact"><h3>Exact-match reproduction record</h3><p>The last metric rebuild reproduced the public-sample outputs from a fresh cache and matched the committed metrics.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/notes/reproducibility_audit.md">reproducibility_audit.md</a></article>
3104
  <article class="artifact"><h3>Website reference report</h3><p>Local HTML references, anchors, JSON bundles, and image dimensions are validated before publishing.</p><a href="data/website_integrity.json">website_integrity.json</a></article>
3105
- <article class="artifact"><h3>32-Episode pilot status</h3><p>The 32-episode Qwen3-Omni pilot is prepared at the code and selection-plan level; final metrics follow gated data access and held-out evaluation.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">DATA_ACCESS_STATUS.md</a></article>
3106
  </div>
3107
  <p class="repro-note">Minimal path: install the toolkit dependencies, download the official sample, run the 12-task suite with neural heads, regenerate visualizations, then run the artifact index and publication validator.</p>
3108
  <pre class="code-panel"><button type="button" data-copy="setup">Copy</button><code id="setup">git clone https://github.com/Ropedia/HOMIE-toolkit.git
 
2121
  <div class="hero-stats">
2122
  <div class="stat"><strong>5,821</strong><span>frames in sample episode</span></div>
2123
  <div class="stat"><strong>1,161</strong><span>20-frame windows</span></div>
2124
+ <div class="stat"><strong>8,546</strong><span>feature dimensions</span></div>
2125
  <div class="stat"><strong>12+12+4</strong><span>core, neural, and extension probes</span></div>
2126
  </div>
2127
  </div>
2128
  <div class="hero-panel" aria-label="Signal summary">
2129
  <div class="panel-top">
2130
  <span>current feature allocation</span>
2131
+ <span>aligned window</span>
2132
  </div>
2133
  <div class="signal"><code>mocap</code><div class="track"><span style="--w:24.8%;--c:#ccffa0"></span></div><strong>2,121</strong></div>
2134
  <div class="signal"><code>camera+imu</code><div class="track"><span style="--w:1.5%;--c:#7ae5c3"></span></div><strong>126</strong></div>
 
2197
  </article>
2198
  <article class="brief-card">
2199
  <strong>What comes next</strong>
2200
+ <p>The next model-quality stage is a held-out episode pilot over the selected multi-episode relay, with no train/test episode leakage and a completed omni-model evaluation report.</p>
2201
  </article>
2202
  </div>
2203
  <div class="brief-actions">
 
2265
  </div>
2266
  </article>
2267
  <article class="snapshot-card gated">
2268
+ <span class="status-pill">staging</span>
2269
  <h3>Omni-model scale-up path</h3>
2270
+ <p>Full-dataset access is granted, a 128-episode relay is in progress, and full training results require completed staging, held-out splits, training, and evaluation.</p>
2271
  <div class="snapshot-meta">
2272
+ <span>current stage <strong>relay started</strong></span>
2273
+ <span>selected set <strong>128 episodes</strong></span>
2274
  <span>held-out eval <strong>pending</strong></span>
2275
  </div>
2276
  </article>
 
2324
  </article>
2325
  <article class="roadmap-card" data-status="next">
2326
  <span class="roadmap-status">next</span>
2327
+ <h3>Qwen3-Omni LoRA Pilot</h3>
2328
+ <p>Train lightweight adapters on staged selected episodes and evaluate on held-out episodes with committed predictions, metrics, and run reports.</p>
2329
  <div class="roadmap-meta">
2330
+ <strong>Entry</strong><p>Selected episodes staged with no train/test episode leakage.</p>
2331
  <strong>Evidence</strong><p>Dataset manifest, training metadata, progress logs, metrics, and predictions.</p>
2332
  </div>
2333
  </article>
 
2336
  <h3>Foundation-Model Selection Matrix</h3>
2337
  <p>Keep Qwen3-Omni as the first trainable held-out pilot, add Cosmos 3 for world modeling, and stage policy candidates after action targets are explicit.</p>
2338
  <div class="roadmap-meta">
2339
+ <strong>Entry</strong><p>Completed 128-episode staging or a smaller 3-8 episode preprocessing dry run.</p>
2340
  <strong>Evidence</strong><p>Foundation model plan, source links, model-specific entry conditions, and evaluation additions.</p>
2341
  </div>
2342
  </article>
 
2345
  <h3>64-128 Episode Robustness Run</h3>
2346
  <p>Test whether pilot conclusions survive broader sessions, missing modalities, and stronger ablations.</p>
2347
  <div class="roadmap-meta">
2348
+ <strong>Entry</strong><p>Selected multi-episode pilot trains and evaluates cleanly.</p>
2349
  <strong>Evidence</strong><p>Metrics by session, task, modality, ablation, and failure type.</p>
2350
  </div>
2351
  </article>
 
2378
  <p>The protocol is generated from committed metric artifacts so readers can see the exact data unit, split, task targets, leakage controls, and current limitations before comparing scores.</p>
2379
  </div>
2380
  <div class="artifact-grid">
2381
+ <article class="artifact primary-artifact"><div><h3>Data unit</h3><p>One 20-frame aligned window from the public sample episode, stride 5 frames, 1,161 windows total, represented by 8,546 synchronized multimodal dimensions.</p></div><a href="data/evaluation_protocol.json">protocol JSON</a></article>
2382
  <article class="artifact"><h3>Split policy</h3><p>Single-episode chronological 70/30 train/test split. This avoids random future-window mixing; cross-episode generalization is measured in the later multi-episode pilot.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/EVALUATION_PROTOCOL.md">protocol doc</a></article>
2383
  <article class="artifact"><h3>Metric contract</h3><p>All 12 tasks list input, target, primary metric, minimal baseline score, and neural MLP score from committed result files.</p><a href="data/summary_metrics.json">summary metrics</a></article>
2384
+ <article class="artifact"><h3>Leakage controls</h3><p>Scalers fit on train windows only; future labels, target-side signals, caption/object labels, and contact labels stay on the target side unless explicitly queried.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/build_evaluation_protocol.py">builder script</a></article>
2385
+ <article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across all 12 task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
2386
  <article class="artifact"><h3>Foundation branch selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, and policy models wait for explicit action targets.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
2387
+ <article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. Cross-episode generalization, audio-visual learning, world modeling, policy targets, and held-out Qwen3-Omni training move to the multi-episode stage after selected data is staged.</p><a href="data/scope_claims_audit.json">pilot status</a></article>
2388
+ <article class="artifact"><h3>Scale-up requirement</h3><p>The Omni pilot requires selected staged episodes, held-out episode splits, no train/test episode leakage, training metadata, predictions, metrics, and a run report.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a></article>
2389
  </div>
2390
  </div>
2391
  </section>
 
2400
  <article class="evidence-card">
2401
  <span class="status-pill">verified</span>
2402
  <h3>Aligned Xperience-10M sample windows</h3>
2403
+ <p>5,821 frames become 1,161 synchronized 20-frame windows with an 8,546-dimensional representation.</p>
2404
  <div class="evidence-links">
2405
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/summary_report.json">summary_report.json</a>
2406
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">feature_manifest.json</a>
 
2418
  <article class="evidence-card">
2419
  <span class="status-pill">verified</span>
2420
  <h3>Audio contribution is measured task by task</h3>
2421
+ <p>Audio variants improve the primary metric on 6 of 12 task contracts in this single-episode setting.</p>
2422
  <div class="evidence-links">
2423
  <a href="data/audio_ablation_summary.json">audio summary</a>
2424
  <a href="assets/charts/audio_ablation_delta.svg">delta chart</a>
 
2444
  </div>
2445
  </article>
2446
  <article class="evidence-card">
2447
+ <span class="status-pill">staging</span>
2448
  <h3>Qwen3-Omni pilot setup</h3>
2449
+ <p>The current Qwen3-Omni artifacts use one episode and 128 train windows. A 128-episode selected relay is in progress for held-out evaluation.</p>
2450
  <div class="evidence-links">
2451
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/EVIDENCE_CONTRACT.md">evidence contract</a>
2452
  <a href="data/evidence_contract.json">machine JSON</a>
 
2455
  <article class="evidence-card">
2456
  <span class="status-pill">verified</span>
2457
  <h3>Multi-episode pilot status is explicit</h3>
2458
+ <p>The pilot status report separates setup artifacts, selected relay state, and completed held-out-episode metrics.</p>
2459
  <div class="evidence-links">
2460
  <a href="data/scope_claims_audit.json">pilot status JSON</a>
2461
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/validate_scope_claims.py">validator script</a>
 
2563
  <article class="reading-card">
2564
  <span class="step-index">02</span>
2565
  <h3>Inspect one model input</h3>
2566
+ <p>Use the window table and feature manifest to see the aligned sample unit, modality sources, and leakage controls.</p>
2567
  <div class="reading-links">
2568
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/windows.csv">windows</a>
2569
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">features</a>
 
2581
  <article class="reading-card">
2582
  <span class="step-index">04</span>
2583
  <h3>Check the scale-up gate</h3>
2584
+ <p>The multi-episode Qwen3-Omni path is prepared. The selected 128-episode result will be added after staging, preprocessing, training, and held-out evaluation pass.</p>
2585
  <div class="reading-links">
2586
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a>
2587
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">access status</a>
 
2590
  </article>
2591
  </div>
2592
  <div class="boundary-strip">
2593
+ <div class="boundary-item"><strong>Verified now</strong><span>One public episode, 5,821 frames, 1,161 aligned windows, 8,546 dimensions, 12 minimal heads, 12 neural heads, and 4 direction-extension probes.</span></div>
2594
+ <div class="boundary-item"><strong>Next: multi-episode</strong><span>A selected 128-episode held-out Qwen3-Omni LoRA pilot is being staged and must pass manifest, training, and evaluation checks before metrics are reported.</span></div>
2595
  <div class="boundary-item"><strong>Not redistributed</strong><span>Raw videos, raw annotations, full Qwen weights, and private gated Xperience-10M data are not included in the public repo or HF bundles.</span></div>
2596
  </div>
2597
  </div>
 
2611
  <article class="artifact"><h3>Public sample card</h3><p>The sample repo lists <code>cc-by-nc-4.0</code>, HOMIE Toolkit for videos/annotations, and Rerun 0.29.0 for <code>.rrd</code> visualization.</p><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m-sample">sample dataset</a></article>
2612
  <article class="artifact"><h3>Source notes</h3><p>The source notes summarize full-dataset facts, public sample-card facts, API-listing notes, and project coverage across the repo, website, and HF cards.</p><a href="data/source_alignment_audit.json">alignment report</a></article>
2613
  <article class="artifact"><h3>Episode layout</h3><p>Expected folders contain six MP4 streams and <code>annotation.hdf5</code>; <code>visualization.rrd</code> is treated as a viewer artifact and excluded from training downloads.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE10M_DATASET_CARD_ALIGNMENT.md">alignment note</a></article>
2614
+ <article class="artifact"><h3>Current project subset</h3><p>One public sample episode, 5,821 frames, 1,161 aligned windows, 8,546-dimensional task inputs, and no raw-data redistribution.</p><a href="data/modality_atlas.json">modality atlas</a></article>
2615
  <article class="artifact"><h3>Covered now</h3><p>Action/subtask labels, next-action prediction, temporal diagnostics, hand trajectory, contact, object relevance, caption grounding, retrieval, reconstruction, and misalignment.</p><a href="data/summary_metrics.json">summary metrics</a></article>
2616
  <article class="artifact"><h3>Responsible use</h3><p>The official card notes limited diversity and showcase/production quality. This project excludes identity, surveillance, biometric, sensitive-attribute, and safety-critical uses.</p><a href="data/xperience10m_dataset_card_alignment.json">use notes</a></article>
2617
+ <article class="artifact"><h3>Later milestones</h3><p>Full audio-visual learning, caption generation, depth-pixel prediction, SLAM estimation, neural rendering, policy learning, cross-episode generalization, and held-out Qwen3-Omni evaluation.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">data status</a></article>
2618
  </div>
2619
  </div>
2620
  </section>
 
2623
  <div class="wrap">
2624
  <div class="section-head">
2625
  <h2>Ropedia Xperience-10M 12-task suite.</h2>
2626
+ <p>The task map connects synchronized multimodal windows to 12 research task heads, then the modality atlas shows the sample streams used to build those contracts.</p>
2627
  </div>
2628
  <div class="figure-pan" id="task-suite-map">
2629
  <img class="task-suite-image" src="assets/task_suite_infographic.png?v=xperience10m-taskfirst-v13-modality-xl" alt="Infographic showing all 12 Ropedia Xperience-10M tasks with enlarged full-width modality cards">
 
2645
  <article class="atlas-card audio-card">
2646
  <div class="atlas-top"><div><span class="atlas-index">02</span><h4>Audio</h4></div><span class="atlas-type">acoustic stream</span></div>
2647
  <img src="assets/modalities/audio.png" alt="AAC waveform thumbnail from the public sample MP4 stream" loading="eager" decoding="async">
2648
+ <div class="atlas-rows"><div class="atlas-row"><span>sample contains</span><p>Audio stream embedded in MP4</p></div><div class="atlas-row"><span>current baseline use</span><p>Acoustic signal</p></div></div>
2649
  </article>
2650
  <article class="atlas-card">
2651
  <div class="atlas-top"><div><span class="atlas-index">03</span><h4>Depth</h4></div><span class="atlas-type">geometry map</span></div>
2652
  <img src="assets/modalities/depth.jpg" alt="Public sample depth and confidence thumbnails" loading="eager" decoding="async">
2653
+ <div class="atlas-rows"><div class="atlas-row"><span>sample contains</span><p>Depth map + confidence channel</p></div><div class="atlas-row"><span>current baseline use</span><p>Spatial geometry signal</p></div></div>
2654
  </article>
2655
  <article class="atlas-card">
2656
  <div class="atlas-top"><div><span class="atlas-index">04</span><h4>Pose / SLAM</h4></div><span class="atlas-type">camera pose</span></div>
 
2708
  <article class="artifact primary-artifact">
2709
  <div>
2710
  <h3>One episode becomes a benchmark contract</h3>
2711
+ <p>The public sample is converted into 5,821 frames, 1,161 aligned 20-frame windows, and an 8,546-dimensional representation for repeatable task evaluation.</p>
2712
  </div>
2713
  <a href="data/research_takeaways.json">research_takeaways.json</a>
2714
  </article>
 
2729
  </article>
2730
  <article class="artifact">
2731
  <h3>Scale means held-out episodes</h3>
2732
+ <p>The next credible model-quality unit is a held-out multi-episode pilot across different sessions, not more adjacent windows from one sample.</p>
2733
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">scale-up status</a>
2734
  </article>
2735
  </div>
 
2744
  </div>
2745
  <div class="models">
2746
  <article class="model"><h3>Motion-only action</h3><span class="score">0.9688</span><span class="meta">macro-F1, 18 classes</span></article>
2747
+ <article class="model"><h3>Current all-feature action</h3><span class="score">0.9829</span><span class="meta">macro-F1, 8,546 dimensions</span></article>
2748
  <article class="model"><h3>Motion-only subtask</h3><span class="score">0.9528</span><span class="meta">macro-F1, 14 classes</span></article>
2749
  <article class="model"><h3>Current all-feature subtask</h3><span class="score">0.9173</span><span class="meta">macro-F1, chronological caveats</span></article>
2750
  </div>
 
2756
  <div class="wrap">
2757
  <div class="section-head">
2758
  <h2>Neural MLP heads, same task contracts.</h2>
2759
+ <p>The neural baseline uses small PyTorch MLP classifiers/regressors on the same 8,546-dimensional windows, chronological splits, and leakage filters. This isolates the value of a nonlinear head before moving to heavier Qwen/Omni experiments.</p>
2760
  </div>
2761
  <div class="models">
2762
  <article class="model"><h3>Neural hand forecast</h3><span class="score">0.1079</span><span class="meta">MPJPE, down from 0.8647 minimal</span></article>
 
2875
  <div class="wrap">
2876
  <div class="section-head">
2877
  <h2>The 12 tasks share four head families.</h2>
2878
+ <p>The diagram separates the shared episode-window representation from the task-specific heads, so the task contracts stay readable before scaling to larger models.</p>
2879
  </div>
2880
  <img class="architecture-image" src="assets/task_architectures.png?v=xperience10m-nn" alt="Verified minimal and neural architecture diagram for all 12 Ropedia Xperience-10M tasks">
2881
  </div>
 
2955
  <section id="features" data-project-tab="method" role="tabpanel" aria-labelledby="tab-method" tabindex="-1">
2956
  <div class="wrap">
2957
  <div class="section-head">
2958
+ <h2>Every model input has a source.</h2>
2959
+ <p>The point is not hidden complexity. Every input group maps back to a source modality and a manifest entry.</p>
2960
  </div>
2961
+ <img class="chart" src="assets/charts/feature_blocks.svg" alt="All modality source chart">
2962
  </div>
2963
  </section>
2964
 
 
2975
  <img class="chart" src="assets/charts/episode_task_scores_minimal_vs_neural.svg" alt="Minimal versus neural score chart">
2976
  <img class="chart" src="assets/charts/audio_ablation_delta.svg" alt="Measured audio delta chart across 12 task contracts">
2977
  </div>
2978
+ <p class="section-note"><a href="single_episode_explorer.html">Open the single-episode explorer</a> to inspect window-level labels, predictions, modality statistics, object labels, and diagnostic scores. The audio ablation report is available at <a href="data/audio_ablation_summary.json">audio_ablation_summary.json</a>.</p>
2979
  </div>
2980
  </section>
2981
 
 
2989
  <div class="content-tabs" role="tablist" aria-label="Artifact categories">
2990
  <button type="button" class="content-tab active" id="artifact-tab-task-heads" role="tab" data-panel-target="artifact-panel-task-heads" aria-selected="true" aria-pressed="true" aria-controls="artifact-panel-task-heads">
2991
  <strong>Task Heads</strong>
2992
+ <span>windows, tasks, metrics</span>
2993
  </button>
2994
  <button type="button" class="content-tab" id="artifact-tab-public-surfaces" role="tab" data-panel-target="artifact-panel-public-surfaces" aria-selected="false" aria-pressed="false" aria-controls="artifact-panel-public-surfaces" tabindex="-1">
2995
  <strong>Public Surfaces</strong>
 
2997
  </button>
2998
  <button type="button" class="content-tab" id="artifact-tab-scale-up" role="tab" data-panel-target="artifact-panel-scale-up" aria-selected="false" aria-pressed="false" aria-controls="artifact-panel-scale-up" tabindex="-1">
2999
  <strong>Scale-Up</strong>
3000
+ <span>relay and Omni path</span>
3001
  </button>
3002
  <button type="button" class="content-tab" id="artifact-tab-checks" role="tab" data-panel-target="artifact-panel-checks" aria-selected="false" aria-pressed="false" aria-controls="artifact-panel-checks" tabindex="-1">
3003
  <strong>Checks</strong>
 
3007
  <section class="artifact-group tabbed-panel" id="artifact-panel-task-heads" role="tabpanel" aria-labelledby="artifact-tab-task-heads">
3008
  <div class="artifact-group-head">
3009
  <div><span>Research artifacts</span><h3>From one episode to task heads</h3></div>
3010
+ <p>Start with the files that define the sample windows, modality inputs, task contracts, metrics, walkthroughs, and research-direction mapping.</p>
3011
  </div>
3012
  <div class="artifact-grid">
3013
  <article class="artifact primary-artifact"><div><h3>Task-suite report</h3><p>One JSON file with every task definition, split detail, feature dimension, and minimal/neural metric.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/summary_report.json">summary_report.json</a></article>
3014
  <article class="artifact"><h3>Windows table</h3><p>Window start/end frames and aligned action/subtask labels for the public sample episode.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/windows.csv">windows.csv</a></article>
3015
+ <article class="artifact"><h3>Feature manifest</h3><p>Technical source map for the current modality inputs used by the task suite.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/feature_manifest.json">feature_manifest.json</a></article>
3016
  <article class="artifact"><h3>Neural MLP task results</h3><p>Per-task PyTorch MLP metrics, predictions, histories, and checkpoints for the same 12 task contracts.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/neural_mlp">neural_mlp/</a></article>
3017
  <article class="artifact"><h3>Four-direction taxonomy</h3><p>Generated JSON, CSV, Markdown, and website data mapping all 12 tasks to the four research tracks.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/research_directions">research_directions/</a></article>
3018
  <article class="artifact"><h3>Direction extension probes</h3><p>Four coded probes, one per research direction, with minimal and neural metrics plus prediction/rank CSVs.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/research_direction_extensions">research_direction_extensions/</a></article>
3019
  <article class="artifact"><h3>Task walkthroughs</h3><p>Case studies for all 12 tasks, including input, middle process modules, output, metric, limitation, and task-player data.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/episode_task_suite/task_walkthroughs">task_walkthroughs/</a></article>
3020
+ <article class="artifact"><h3>Audio ablation and raw upgrade</h3><p>All 72 task/variant rows comparing current audio, no audio, raw audio, replacement, and combined-input settings.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/results/audio_ablation">audio_ablation/</a></article>
3021
+ <article class="artifact"><h3>Single-episode explorer</h3><p>Interactive window-level view of labels, predictions, modality statistics, object labels, and diagnostics.</p><a href="single_episode_explorer.html">single_episode_explorer.html</a></article>
3022
  <article class="artifact"><h3>Cross-modal retrieval</h3><p>The strongest self-supervised signal from the single episode.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/episode_task_suite/cross_modal_retrieval/metrics.json">metrics.json</a></article>
3023
  </div>
3024
  </section>
 
3043
  <section class="artifact-group tabbed-panel" id="artifact-panel-scale-up" role="tabpanel" aria-labelledby="artifact-tab-scale-up" hidden>
3044
  <div class="artifact-group-head">
3045
  <div><span>Scale-up path</span><h3>Prepared for multi-episode training</h3></div>
3046
+ <p>The multi-episode Qwen3-Omni path is documented and scripted. Full-pilot metrics come after selected data is staged and held-out evaluation passes.</p>
3047
  </div>
3048
  <div class="artifact-grid">
3049
+ <article class="artifact primary-artifact"><div><h3>Project scope</h3><p>Connects implemented single-episode artifacts, setup-stage Omni work, current 128-episode relay, and later multi-episode milestones.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/EVIDENCE_CONTRACT.md">EVIDENCE_CONTRACT.md</a></article>
3050
  <article class="artifact"><h3>Foundation-model plan</h3><p>Backbone selection matrix covering Qwen3-Omni, Cosmos 3, GR00T, OpenVLA/openpi, Gemini Robotics, Octo, and SmolVLA-style policy candidates.</p><a href="data/foundation_model_plan.json">foundation_model_plan.json</a></article>
3051
+ <article class="artifact"><h3>Multi-episode access status</h3><p>Public data-access path, selected 128-episode relay plan, and data requirements.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">MULTI_EPISODE_ACCESS_STATUS.md</a></article>
3052
  <article class="artifact"><h3>Qwen3-Omni setup artifacts</h3><p>Manifests, metadata, metrics, and progress logs from the current setup run.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/episode_manifest.json">episode_manifest.json</a></article>
3053
+ <article class="artifact"><h3>Multi-episode data requirement</h3><p>The data status file defines what must be available before full pilot training and held-out metrics.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">DATA_ACCESS_STATUS.md</a></article>
3054
  </div>
3055
  </section>
3056
 
 
3067
  <article class="artifact"><h3>Release checks</h3><p>One release map for automated validators and live post-publish checks.</p><a href="data/quality_gates.json">quality_gates.json</a></article>
3068
  <article class="artifact"><h3>Mirror parity</h3><p>Prepared repo, HF Space, artifact dataset, and model bundle parity for critical data, figures, website HTML, and validator files.</p><a href="data/mirror_parity.json">mirror_parity.json</a></article>
3069
  <article class="artifact"><h3>Live publication</h3><p>Last public GitHub/HF URL verification after upload.</p><a href="data/live_publication_status.json">live_publication_status.json</a></article>
3070
+ <article class="artifact"><h3>Multi-episode pilot status</h3><p>Separates setup artifacts, selected relay state, and completed held-out-episode results.</p><a href="data/scope_claims_audit.json">scope_claims_audit.json</a></article>
3071
  <article class="artifact"><h3>Public project surface</h3><p>Presents repo, website, and Hugging Face cards with consistent naming, links, tab semantics, and reader-facing copy.</p><a href="data/public_surface_qa.json">public_surface_qa.json</a></article>
3072
  <article class="artifact"><h3>Public bundle contents</h3><p>Summarizes raw-data exclusion, cache exclusion, archive exclusion, token-string checks, and public figure references.</p><a href="data/publication_audit.json">publication_audit.json</a></article>
3073
  </div>
 
3079
  <section id="omni-relay" data-project-tab="resources" role="tabpanel" aria-labelledby="tab-resources" tabindex="-1">
3080
  <div class="wrap">
3081
  <div class="section-head">
3082
+ <h2>Qwen3-Omni pilot is in data staging.</h2>
3083
+ <p>Full Xperience-10M access is granted. The current plan selects 128 metadata-balanced episodes across 128 different session UUIDs, with raw staging in progress and no held-out metrics reported yet.</p>
3084
  </div>
3085
  <div class="artifact-grid">
3086
+ <article class="artifact"><h3>Selection</h3><p>128 complete episodes selected from 128 unique top-level sessions, balanced across episode-size bands and split 96/16/16 for train/val/test.</p></article>
3087
  <article class="artifact"><h3>Transfer</h3><p>Download raw episodes only from official gated sources, exclude visualization.rrd, validate files, then stage them for training.</p></article>
3088
+ <article class="artifact"><h3>Current LoRA artifact</h3><p>The current LoRA artifact uses the locally available sample data. The multi-episode result begins after selected data is staged, preprocessed, trained, and evaluated on held-out sessions.</p></article>
3089
+ <article class="artifact"><h3>Backbone branches</h3><p>Qwen3-Omni is the immediate LoRA path; Cosmos 3 is the first world-model branch; GR00T/OpenVLA/openpi become policy branches after action targets are well-defined.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
3090
  </div>
3091
  </div>
3092
  </section>
 
3102
  <article class="artifact"><h3>Reproducibility matrix</h3><p>Machine-readable command matrix covering sample download, baselines, 12 tasks, figures, and validation.</p><a href="data/reproducibility_matrix.json">reproducibility_matrix.json</a></article>
3103
  <article class="artifact"><h3>Exact-match reproduction record</h3><p>The last metric rebuild reproduced the public-sample outputs from a fresh cache and matched the committed metrics.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/notes/reproducibility_audit.md">reproducibility_audit.md</a></article>
3104
  <article class="artifact"><h3>Website reference report</h3><p>Local HTML references, anchors, JSON bundles, and image dimensions are validated before publishing.</p><a href="data/website_integrity.json">website_integrity.json</a></article>
3105
+ <article class="artifact"><h3>Multi-episode pilot status</h3><p>The Qwen3-Omni pilot is prepared at the code and selection-plan level; final metrics follow completed staging, preprocessing, training, and held-out evaluation.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/DATA_ACCESS_STATUS.md">DATA_ACCESS_STATUS.md</a></article>
3106
  </div>
3107
  <p class="repro-note">Minimal path: install the toolkit dependencies, download the official sample, run the 12-task suite with neural heads, regenerate visualizations, then run the artifact index and publication validator.</p>
3108
  <pre class="code-panel"><button type="button" data-copy="setup">Copy</button><code id="setup">git clone https://github.com/Ropedia/HOMIE-toolkit.git
metrics/artifact_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
- "generated_at_utc": "2026-06-03T17:18:29+00:00",
4
  "status": "pass",
5
  "artifact_count": 72,
6
  "missing": [],
@@ -40,8 +40,8 @@
40
  "surface": "repo_hf",
41
  "shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
42
  "exists": true,
43
- "bytes": 2494,
44
- "sha256": "54c6906103f6d7f45398cd638730c3eb9813d6ca4a807920d6edba4b12f446e6"
45
  },
46
  {
47
  "id": "project_brief_json",
@@ -51,8 +51,8 @@
51
  "surface": "website_hf",
52
  "shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
53
  "exists": true,
54
- "bytes": 2563,
55
- "sha256": "c8df06022de6a0d51be993175ac63764a607f48c944f1d9451c5bbeebf6cef54"
56
  },
57
  {
58
  "id": "project_status",
@@ -62,8 +62,8 @@
62
  "surface": "repo_hf",
63
  "shows": "Gives a compact current-state table for first-pass readers.",
64
  "exists": true,
65
- "bytes": 6721,
66
- "sha256": "166795e9f5986015f7a9e74934fbd878f5dcc7cbac79d49483bd514feacbfde8"
67
  },
68
  {
69
  "id": "project_status_json",
@@ -73,8 +73,8 @@
73
  "surface": "website_hf",
74
  "shows": "Machine-readable copy of the current project status for website and HF mirrors.",
75
  "exists": true,
76
- "bytes": 9006,
77
- "sha256": "38d289ce14e7b4f0998ce156718662f2298ee3aa4e77782a40316ad33aefaefb"
78
  },
79
  {
80
  "id": "research_roadmap",
@@ -84,8 +84,8 @@
84
  "surface": "repo_hf",
85
  "shows": "Defines the staged path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
86
  "exists": true,
87
- "bytes": 6677,
88
- "sha256": "590702b8000bd143fdbcf65104b0cad835e6e4c79754c28c31727f1bdf43ae79"
89
  },
90
  {
91
  "id": "research_roadmap_json",
@@ -95,8 +95,8 @@
95
  "surface": "website_hf",
96
  "shows": "Machine-readable staged roadmap for the website and Hugging Face mirrors.",
97
  "exists": true,
98
- "bytes": 5752,
99
- "sha256": "0510e919ad9ffa3aebe052273e90133a57572c3b21b991db1ff28de83061f6ca"
100
  },
101
  {
102
  "id": "foundation_model_plan",
@@ -106,8 +106,8 @@
106
  "surface": "repo_hf",
107
  "shows": "Defines the post-data-gate backbone choices: Qwen3-Omni first, Cosmos 3 for world modeling, and VLA/policy models after action-target conversion.",
108
  "exists": true,
109
- "bytes": 6538,
110
- "sha256": "15431b3ed368d660e777655d2e4a97f2870997f2ad38b451a73d631b5e431bcf"
111
  },
112
  {
113
  "id": "foundation_model_plan_json",
@@ -117,8 +117,8 @@
117
  "surface": "website_hf",
118
  "shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
119
  "exists": true,
120
- "bytes": 8883,
121
- "sha256": "0465df50071ab4c8e46acafdd2fa1653f23dacd33a1e1e1d65a571c82348ddbc"
122
  },
123
  {
124
  "id": "evidence_contract",
@@ -128,8 +128,8 @@
128
  "surface": "repo",
129
  "shows": "Defines the implemented scope, setup-stage items, and multi-episode prerequisites.",
130
  "exists": true,
131
- "bytes": 11172,
132
- "sha256": "7197fe7e42ea4cbe200b203871d0db745c201c37eef088243aa21ac4a72fe782"
133
  },
134
  {
135
  "id": "project_packet",
@@ -139,8 +139,8 @@
139
  "surface": "website_hf",
140
  "shows": "Gives a short project path with scope status and public surfaces.",
141
  "exists": true,
142
- "bytes": 7659,
143
- "sha256": "7d9f5ecc8adf9b3913e99a8aec28372529e63c105739fa53b3f8a7a9470470c2"
144
  },
145
  {
146
  "id": "artifact_guide",
@@ -150,8 +150,8 @@
150
  "surface": "repo_hf",
151
  "shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
152
  "exists": true,
153
- "bytes": 16974,
154
- "sha256": "e456d291614db14a2cb6a91cabf1b044f47c518d39d7d701eb191f9434f2c157"
155
  },
156
  {
157
  "id": "official_dataset_card_alignment",
@@ -161,8 +161,8 @@
161
  "surface": "repo_hf",
162
  "shows": "Aligns public dataset wording with the official gated Xperience-10M card, public sample card, HF API metadata, and current project coverage.",
163
  "exists": true,
164
- "bytes": 10764,
165
- "sha256": "8eaada6926194aeccf5af6742098f9be8aa611fc9bdf73cfa2df806327b89e9c"
166
  },
167
  {
168
  "id": "official_dataset_card_alignment_json",
@@ -172,8 +172,8 @@
172
  "surface": "website_hf",
173
  "shows": "Machine-readable upstream dataset-card, sample-card, and HF API alignment facts for website and HF mirrors.",
174
  "exists": true,
175
- "bytes": 7585,
176
- "sha256": "8bb8f22cf1cc8938f7dcfef15d11e3e544243bb56dc32c792313d224e91a8a2d"
177
  },
178
  {
179
  "id": "source_alignment",
@@ -238,8 +238,8 @@
238
  "surface": "website_hf",
239
  "shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
240
  "exists": true,
241
- "bytes": 13644,
242
- "sha256": "69281b1727d3de7a734fe89846e9881b02fa1df4108f4ae39946acbcdf6ed8bf"
243
  },
244
  {
245
  "id": "evaluation_protocol_builder",
@@ -249,8 +249,8 @@
249
  "surface": "repo_hf",
250
  "shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
251
  "exists": true,
252
- "bytes": 16163,
253
- "sha256": "b352798b50212dac792855313bdc0ad1e5e2ef835de1ff25b03d52afd1d33f03"
254
  },
255
  {
256
  "id": "research_takeaways",
@@ -260,8 +260,8 @@
260
  "surface": "repo_hf",
261
  "shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
262
  "exists": true,
263
- "bytes": 4893,
264
- "sha256": "16a002167d0702ea7e85ad1a494800daad4ff080c3751e078275f7c196721046"
265
  },
266
  {
267
  "id": "research_takeaways_json",
@@ -271,8 +271,8 @@
271
  "surface": "website_hf",
272
  "shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
273
  "exists": true,
274
- "bytes": 6814,
275
- "sha256": "538ec80950dbf5d77cc6ab2bd5a96a3af191b56a257b895e48b6cf28deb0d044"
276
  },
277
  {
278
  "id": "research_takeaways_builder",
@@ -282,19 +282,19 @@
282
  "surface": "repo_hf",
283
  "shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
284
  "exists": true,
285
- "bytes": 13304,
286
- "sha256": "135f555b17aae5dc5965ec88c3db6e49622a480467909ffa10d53278d4ea054b"
287
  },
288
  {
289
  "id": "audio_ablation_script",
290
- "title": "Audio ablation and raw-audio upgrade script",
291
  "path": "scripts/audio_ablation_and_raw_upgrade.py",
292
  "kind": "result_interpretation",
293
  "surface": "repo_hf",
294
- "shows": "Measures current AAC audio contribution and a raw log-mel audio feature replacement across all 12 task contracts.",
295
  "exists": true,
296
- "bytes": 43192,
297
- "sha256": "73db45a3ddb50b60f61ca5e55bdf2008e48c268681bfcdc95d35bb56e48f89e3"
298
  },
299
  {
300
  "id": "audio_ablation_summary",
@@ -302,7 +302,7 @@
302
  "path": "results/audio_ablation/audio_ablation_summary.json",
303
  "kind": "metrics_source",
304
  "surface": "repo_hf",
305
- "shows": "Stores per-task audio deltas for all current features, no-audio, handcrafted-audio-only, raw-audio-only, raw replacement, and all-plus-raw variants.",
306
  "exists": true,
307
  "bytes": 9735,
308
  "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
@@ -313,7 +313,7 @@
313
  "path": "results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
314
  "kind": "result_interpretation",
315
  "surface": "repo_hf",
316
- "shows": "Human-readable table showing the measured audio contribution and raw-audio replacement delta for every task.",
317
  "exists": true,
318
  "bytes": 2166,
319
  "sha256": "9318bc55b1b051c384ce2fd6e7cd0a56becfa00185a0b597fdc474a40b1f17f9"
@@ -326,8 +326,8 @@
326
  "surface": "website_hf",
327
  "shows": "Machine-readable audio ablation summary mirrored into the static website and Hugging Face bundles.",
328
  "exists": true,
329
- "bytes": 9735,
330
- "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
331
  },
332
  {
333
  "id": "audio_ablation_delta_chart",
@@ -414,8 +414,8 @@
414
  "surface": "repo_hf",
415
  "shows": "Lists the automated and post-publish checks used to keep the release current.",
416
  "exists": true,
417
- "bytes": 4919,
418
- "sha256": "7138e99b116c44f128cd2f749e9d7427e496cb7596d30d54dd44af79be80df81"
419
  },
420
  {
421
  "id": "quality_gate_manifest",
@@ -425,8 +425,8 @@
425
  "surface": "website_hf",
426
  "shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
427
  "exists": true,
428
- "bytes": 8147,
429
- "sha256": "067b2b8e1ed1be2e869e11c1203a4069293dae13445f4844ee59a511de6a3d50"
430
  },
431
  {
432
  "id": "public_surface_qa",
@@ -551,8 +551,8 @@
551
  "surface": "repo_hf",
552
  "shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
553
  "exists": true,
554
- "bytes": 6312,
555
- "sha256": "99a2df715ce481f49991de620f20e5093f37767fa36122c1505c74ee6ea92e3c"
556
  },
557
  {
558
  "id": "reproducibility_matrix",
@@ -562,8 +562,8 @@
562
  "surface": "website_hf",
563
  "shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
564
  "exists": true,
565
- "bytes": 5197,
566
- "sha256": "c3d353084ee641ff3d1369dd911577ff7a1b5d7b2faf841faa12caa69dfa5ed0"
567
  },
568
  {
569
  "id": "artifact_index_builder",
@@ -573,8 +573,8 @@
573
  "surface": "repo_hf",
574
  "shows": "Generates the selective artifact catalog from local files.",
575
  "exists": true,
576
- "bytes": 26652,
577
- "sha256": "faf1e0b56eb9ba4bc94e04bb1aeb9a392fb4410e8053564dd43bce3d8aacfa4d"
578
  },
579
  {
580
  "id": "publication_audit",
@@ -595,7 +595,7 @@
595
  "kind": "scale_up_status",
596
  "surface": "website_hf",
597
  "volatile": true,
598
- "shows": "Records historical 32ep setup paths separately from completed held-out-episode results.",
599
  "exists": true,
600
  "bytes": 20066,
601
  "hash_policy": "existence_and_size_only"
@@ -654,8 +654,8 @@
654
  "surface": "website_hf",
655
  "shows": "Mirrors task metrics for the static dashboard.",
656
  "exists": true,
657
- "bytes": 25210,
658
- "sha256": "a88302490b9099e7d148a8a6dd0ba6393d7ef26a0ba2c6a0edf552da94b948a8"
659
  },
660
  {
661
  "id": "feature_manifest",
@@ -709,8 +709,8 @@
709
  "surface": "repo_hf",
710
  "shows": "Maps the 12 tasks to the four Ropedia research directions as direct/proxy/diagnostic.",
711
  "exists": true,
712
- "bytes": 14429,
713
- "sha256": "292ddd47b5f50cc5a6a0d4099466b134774a1ca7610afe50a2a5781c6c181bf9"
714
  },
715
  {
716
  "id": "research_direction_extensions",
@@ -720,8 +720,8 @@
720
  "surface": "repo_hf",
721
  "shows": "Stores one coded extension probe per research direction with minimal and neural metrics.",
722
  "exists": true,
723
- "bytes": 11907,
724
- "sha256": "aa65022a8a41af4f0bca5197add932c4f3f51b13b8324323280f64457473ff03"
725
  },
726
  {
727
  "id": "task_walkthroughs",
@@ -731,8 +731,8 @@
731
  "surface": "repo_hf",
732
  "shows": "Explains every task with case study, input, process modules, output, and limitation.",
733
  "exists": true,
734
- "bytes": 15449,
735
- "sha256": "9309a4f6da85c43c9d87be6ed0458c3cbc9c01b664da6610cbbb2392d282302e"
736
  },
737
  {
738
  "id": "task_suite_infographic",
@@ -753,8 +753,8 @@
753
  "surface": "website_hf",
754
  "shows": "Documents the seven public-sample modality cards and their derived thumbnail assets.",
755
  "exists": true,
756
- "bytes": 3819,
757
- "sha256": "b1285148588ef402b70c830b62d66fbbcfa86bc5ffc2ad99e165a1429bb49084"
758
  },
759
  {
760
  "id": "modality_thumbnails",
@@ -795,10 +795,10 @@
795
  "path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
796
  "kind": "scaleup_status",
797
  "surface": "repo_hf",
798
- "shows": "Summarizes the data-access requirement before the 32-episode Qwen3-Omni pilot can run.",
799
  "exists": true,
800
- "bytes": 2954,
801
- "sha256": "6ac14781581f06004bdc2fb0e2425c616419b738e6b858f8611bd19fab80741c"
802
  },
803
  {
804
  "id": "multi_episode_access_status",
@@ -808,8 +808,8 @@
808
  "surface": "repo_hf",
809
  "shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
810
  "exists": true,
811
- "bytes": 2282,
812
- "sha256": "e270cdfa4485458572a40f5c3c4bd598fe53e2b8de60af3ff1364398d96862e2"
813
  },
814
  {
815
  "id": "citation",
 
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
+ "generated_at_utc": "2026-06-03T18:11:35+00:00",
4
  "status": "pass",
5
  "artifact_count": 72,
6
  "missing": [],
 
40
  "surface": "repo_hf",
41
  "shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
42
  "exists": true,
43
+ "bytes": 2516,
44
+ "sha256": "ace07e60bab3d17d17d2af32b9843582adfbb8d0abe5f7c0489c1e9502eab2f8"
45
  },
46
  {
47
  "id": "project_brief_json",
 
51
  "surface": "website_hf",
52
  "shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
53
  "exists": true,
54
+ "bytes": 2585,
55
+ "sha256": "f0e2e7853b86cdcd2f06269d75f19a96432a782efdf99c08aca7d689fd2cd0a1"
56
  },
57
  {
58
  "id": "project_status",
 
62
  "surface": "repo_hf",
63
  "shows": "Gives a compact current-state table for first-pass readers.",
64
  "exists": true,
65
+ "bytes": 6648,
66
+ "sha256": "c873c0361ee1b83a835f1112529a557e2033959d70a9bfe726a66cdd120a9047"
67
  },
68
  {
69
  "id": "project_status_json",
 
73
  "surface": "website_hf",
74
  "shows": "Machine-readable copy of the current project status for website and HF mirrors.",
75
  "exists": true,
76
+ "bytes": 8868,
77
+ "sha256": "ea2deebfe7dd2ee7cb141623f4c6c1d4d287bb94a1c642609b854e934d5d701a"
78
  },
79
  {
80
  "id": "research_roadmap",
 
84
  "surface": "repo_hf",
85
  "shows": "Defines the staged path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
86
  "exists": true,
87
+ "bytes": 6645,
88
+ "sha256": "b8bebfded058cc2e3f9c918d99600c878f015da08861801fb3ebae73b85fdc57"
89
  },
90
  {
91
  "id": "research_roadmap_json",
 
95
  "surface": "website_hf",
96
  "shows": "Machine-readable staged roadmap for the website and Hugging Face mirrors.",
97
  "exists": true,
98
+ "bytes": 5726,
99
+ "sha256": "903ec0d6104c092fa0356c7741134fee4a1c78f3b0517001c49ce11f8077d6e2"
100
  },
101
  {
102
  "id": "foundation_model_plan",
 
106
  "surface": "repo_hf",
107
  "shows": "Defines the post-data-gate backbone choices: Qwen3-Omni first, Cosmos 3 for world modeling, and VLA/policy models after action-target conversion.",
108
  "exists": true,
109
+ "bytes": 6545,
110
+ "sha256": "f7d35f38db371d52b5bb92e59b951b93946c425fe12bf283f69f869a45a5c60f"
111
  },
112
  {
113
  "id": "foundation_model_plan_json",
 
117
  "surface": "website_hf",
118
  "shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
119
  "exists": true,
120
+ "bytes": 8880,
121
+ "sha256": "a11476cc697e7bc2c29b3db569d059c8f536025fdd0b47e49f060a88664fd450"
122
  },
123
  {
124
  "id": "evidence_contract",
 
128
  "surface": "repo",
129
  "shows": "Defines the implemented scope, setup-stage items, and multi-episode prerequisites.",
130
  "exists": true,
131
+ "bytes": 11287,
132
+ "sha256": "46b03a5c31ec31476c0476b11bc72375d786a5e8ea11fcba81e1500a0e50b9b8"
133
  },
134
  {
135
  "id": "project_packet",
 
139
  "surface": "website_hf",
140
  "shows": "Gives a short project path with scope status and public surfaces.",
141
  "exists": true,
142
+ "bytes": 7553,
143
+ "sha256": "2f2d227bf3d95eeba7e4f5133d37fbe62910cd373aa3431d9b960914a590e149"
144
  },
145
  {
146
  "id": "artifact_guide",
 
150
  "surface": "repo_hf",
151
  "shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
152
  "exists": true,
153
+ "bytes": 16876,
154
+ "sha256": "6b392ff36290f8eefab393218c17aff4d90ba28457324089f78e7a4882b17dbc"
155
  },
156
  {
157
  "id": "official_dataset_card_alignment",
 
161
  "surface": "repo_hf",
162
  "shows": "Aligns public dataset wording with the official gated Xperience-10M card, public sample card, HF API metadata, and current project coverage.",
163
  "exists": true,
164
+ "bytes": 10625,
165
+ "sha256": "9e51442cb13cb4074d73fb212b49c56e6e4ae6dea10fd135a4020f7488e49be0"
166
  },
167
  {
168
  "id": "official_dataset_card_alignment_json",
 
172
  "surface": "website_hf",
173
  "shows": "Machine-readable upstream dataset-card, sample-card, and HF API alignment facts for website and HF mirrors.",
174
  "exists": true,
175
+ "bytes": 7559,
176
+ "sha256": "24ea3fc9e1ae8f698ca192ae1b8511dfe1129b807af237f41382e0644e5b58af"
177
  },
178
  {
179
  "id": "source_alignment",
 
238
  "surface": "website_hf",
239
  "shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
240
  "exists": true,
241
+ "bytes": 13625,
242
+ "sha256": "33a9589ad613bf524c5db932660b810cb724c8765d8bfa65a9996b01286e39fa"
243
  },
244
  {
245
  "id": "evaluation_protocol_builder",
 
249
  "surface": "repo_hf",
250
  "shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
251
  "exists": true,
252
+ "bytes": 16139,
253
+ "sha256": "e2aaac38f451402971e03c004d32d5c5f8a05d67dc1820d6bf9b12d1da1a292f"
254
  },
255
  {
256
  "id": "research_takeaways",
 
260
  "surface": "repo_hf",
261
  "shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
262
  "exists": true,
263
+ "bytes": 4889,
264
+ "sha256": "1f688343561501898fdc615f8ac67ac1ae64fc2acc4290b3a17a5b4f0c732b99"
265
  },
266
  {
267
  "id": "research_takeaways_json",
 
271
  "surface": "website_hf",
272
  "shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
273
  "exists": true,
274
+ "bytes": 6821,
275
+ "sha256": "509d8690a4854097ea45af635dafa0231efa11838f1bb1f9cb338e99009a0206"
276
  },
277
  {
278
  "id": "research_takeaways_builder",
 
282
  "surface": "repo_hf",
283
  "shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
284
  "exists": true,
285
+ "bytes": 13285,
286
+ "sha256": "19baa1dbe3e4454e040bb1b2fc711e1dd5ce5280ee19bfc01b01cca854006d38"
287
  },
288
  {
289
  "id": "audio_ablation_script",
290
+ "title": "Audio contribution script",
291
  "path": "scripts/audio_ablation_and_raw_upgrade.py",
292
  "kind": "result_interpretation",
293
  "surface": "repo_hf",
294
+ "shows": "Measures audio contribution variants across all 12 task contracts.",
295
  "exists": true,
296
+ "bytes": 43144,
297
+ "sha256": "f7e3a38ec906dac7ca55b13c49720bd41ed89a1fd994c7d54730a4de5dfd1b59"
298
  },
299
  {
300
  "id": "audio_ablation_summary",
 
302
  "path": "results/audio_ablation/audio_ablation_summary.json",
303
  "kind": "metrics_source",
304
  "surface": "repo_hf",
305
+ "shows": "Stores per-task audio deltas for all current features, no-audio, audio-only, alternate-audio-only, replacement, and all-plus-alternate variants.",
306
  "exists": true,
307
  "bytes": 9735,
308
  "sha256": "514370c53baeb51373160bbd5ab7f5f0de7733301bf1b82981ed799aec41152a"
 
313
  "path": "results/audio_ablation/AUDIO_ABLATION_SUMMARY.md",
314
  "kind": "result_interpretation",
315
  "surface": "repo_hf",
316
+ "shows": "Human-readable table showing the measured audio contribution and alternate-representation delta for every task.",
317
  "exists": true,
318
  "bytes": 2166,
319
  "sha256": "9318bc55b1b051c384ce2fd6e7cd0a56becfa00185a0b597fdc474a40b1f17f9"
 
326
  "surface": "website_hf",
327
  "shows": "Machine-readable audio ablation summary mirrored into the static website and Hugging Face bundles.",
328
  "exists": true,
329
+ "bytes": 9701,
330
+ "sha256": "7debd9e67b7df09322d743193bf8b785277a992c9e8c82c08c7a36c4e066e6de"
331
  },
332
  {
333
  "id": "audio_ablation_delta_chart",
 
414
  "surface": "repo_hf",
415
  "shows": "Lists the automated and post-publish checks used to keep the release current.",
416
  "exists": true,
417
+ "bytes": 4901,
418
+ "sha256": "7426ef148491d7288161a8d13cf31e81d5351ab1c920614a59b06888889c97d3"
419
  },
420
  {
421
  "id": "quality_gate_manifest",
 
425
  "surface": "website_hf",
426
  "shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
427
  "exists": true,
428
+ "bytes": 8118,
429
+ "sha256": "9c40b314c53d8406e52288656e699ad707a7cc2aa5161bdb5117f1a5b84e4ea2"
430
  },
431
  {
432
  "id": "public_surface_qa",
 
551
  "surface": "repo_hf",
552
  "shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
553
  "exists": true,
554
+ "bytes": 6346,
555
+ "sha256": "48d82bbdfeba88a63100f55e19ef7e1392c0e633b5f3f0c648444f9ed1c96e02"
556
  },
557
  {
558
  "id": "reproducibility_matrix",
 
562
  "surface": "website_hf",
563
  "shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
564
  "exists": true,
565
+ "bytes": 5229,
566
+ "sha256": "928eb95b95d4028a7f21135584c37ff141833e26178cc918a874a6448f8c5ded"
567
  },
568
  {
569
  "id": "artifact_index_builder",
 
573
  "surface": "repo_hf",
574
  "shows": "Generates the selective artifact catalog from local files.",
575
  "exists": true,
576
+ "bytes": 26566,
577
+ "sha256": "982fcc36e6dfda3382662d1f1e1f539f27f45aaddd6503aad77a14145bcc1bf6"
578
  },
579
  {
580
  "id": "publication_audit",
 
595
  "kind": "scale_up_status",
596
  "surface": "website_hf",
597
  "volatile": true,
598
+ "shows": "Separates setup paths from completed held-out-episode results.",
599
  "exists": true,
600
  "bytes": 20066,
601
  "hash_policy": "existence_and_size_only"
 
654
  "surface": "website_hf",
655
  "shows": "Mirrors task metrics for the static dashboard.",
656
  "exists": true,
657
+ "bytes": 25198,
658
+ "sha256": "a5c337bc6be321a9999dd69f0920756ad722d505697827425a64005f05a74699"
659
  },
660
  {
661
  "id": "feature_manifest",
 
709
  "surface": "repo_hf",
710
  "shows": "Maps the 12 tasks to the four Ropedia research directions as direct/proxy/diagnostic.",
711
  "exists": true,
712
+ "bytes": 14414,
713
+ "sha256": "7215681c55a6739da7f16d833f62fcb8f6d58069840963182e98427eaf0cf654"
714
  },
715
  {
716
  "id": "research_direction_extensions",
 
720
  "surface": "repo_hf",
721
  "shows": "Stores one coded extension probe per research direction with minimal and neural metrics.",
722
  "exists": true,
723
+ "bytes": 11904,
724
+ "sha256": "b72bb62f95d27de296ae526568c55bca3aeb9afe687e57bbe652ca74a32c93d7"
725
  },
726
  {
727
  "id": "task_walkthroughs",
 
731
  "surface": "repo_hf",
732
  "shows": "Explains every task with case study, input, process modules, output, and limitation.",
733
  "exists": true,
734
+ "bytes": 15436,
735
+ "sha256": "de8607242ca8c5c1c632f7175eeffd0c009536eb050614bfae2ff561e14cd92d"
736
  },
737
  {
738
  "id": "task_suite_infographic",
 
753
  "surface": "website_hf",
754
  "shows": "Documents the seven public-sample modality cards and their derived thumbnail assets.",
755
  "exists": true,
756
+ "bytes": 3797,
757
+ "sha256": "4f12a5471d4fe53b1f5c1ef6f9535cc14974690fa6ffbfbeddc8e1b90f86b281"
758
  },
759
  {
760
  "id": "modality_thumbnails",
 
795
  "path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
796
  "kind": "scaleup_status",
797
  "surface": "repo_hf",
798
+ "shows": "Summarizes the staging requirement before the held-out Qwen3-Omni pilot can report metrics.",
799
  "exists": true,
800
+ "bytes": 2940,
801
+ "sha256": "c33c40b2bdda0a057cbfef28e1fc75695e4e7273703fc261137f796fded27d47"
802
  },
803
  {
804
  "id": "multi_episode_access_status",
 
808
  "surface": "repo_hf",
809
  "shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
810
  "exists": true,
811
+ "bytes": 2285,
812
+ "sha256": "e05b3396bb7c1254ab516d154f7deca293be188d3a48624862822b2b5e26dc91"
813
  },
814
  {
815
  "id": "citation",