{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://embodied-arena.chrishongap.chatgpt.site/wanted-10k/learning-generalization.schema.json","title":"WANTED Learning and Generalization Manifest","type":"object","additionalProperties":false,"required":["profile_version","target_certification","protocol","task_families","declared_environment_count","declared_due_trials","environments","trials","claimed","upstream_bindings","evidence","assessor"],"properties":{"profile_version":{"const":"0.2-LG1"},"target_certification":{"enum":["WANTED_LAB","WANTED_WILD","WANTED_10K"]},"protocol":{"type":"object","additionalProperties":false,"required":["task_families_frozen_before_hour_one","schedule_frozen_before_hour_one","trials_per_window","novelty_target","novelty_assignment","primary_outcome","missing_outcomes_retained","adaptive_task_removal_permitted","material_policy_change_between_windows_permitted","personalization_updates_permitted","bootstrap_unit","bootstrap_samples","bootstrap_seed","bootstrap_prng"],"properties":{"task_families_frozen_before_hour_one":{"const":true},"schedule_frozen_before_hour_one":{"const":true},"trials_per_window":{"const":5},"novelty_target":{"const":0.2},"novelty_assignment":{"const":"environment_randomization_index_mod_5"},"primary_outcome":{"const":"binary_task_success"},"missing_outcomes_retained":{"const":true},"adaptive_task_removal_permitted":{"const":false},"material_policy_change_between_windows_permitted":{"const":false},"personalization_updates_permitted":{"const":true},"bootstrap_unit":{"const":"independent_environment"},"bootstrap_samples":{"const":10000},"bootstrap_seed":{"const":2401},"bootstrap_prng":{"const":"pcg32_xsh_rr_64_32_seeded_v1"}}},"task_families":{"type":"array","minItems":5,"maxItems":5,"items":{"type":"object","additionalProperties":false,"required":["task_family_id","equivalence_rule","familiar_generator","novelty_generator","withheld_novel_parameters_sha256","family_manifest_sha256"],"properties":{"task_family_id":{"type":"string","minLength":1},"equivalence_rule":{"type":"string","minLength":1},"familiar_generator":{"type":"string","minLength":1},"novelty_generator":{"type":"string","minLength":1},"withheld_novel_parameters_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"family_manifest_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}}},"declared_environment_count":{"type":"integer","minimum":1},"declared_due_trials":{"type":"integer","minimum":1},"environments":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["environment_id_sha256","randomization_index","terminal_resident_hour","exposure_record_sha256","material_policy_change_between_windows"],"properties":{"environment_id_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"randomization_index":{"type":"integer","minimum":0},"terminal_resident_hour":{"type":"number","minimum":0,"maximum":10000},"exposure_record_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"material_policy_change_between_windows":{"const":false}}}},"trials":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["environment_id_sha256","trial_id","window","slot","task_family_id","scheduled_resident_hour","novelty","scenario_sha256","outcome","outcome_record_sha256","personalization_state_sha256","researcher_assistance_seconds","participant_coaching","outcome_adjudicator_blinded_to_window","protocol_deviation"],"properties":{"environment_id_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"trial_id":{"type":"string","minLength":1},"window":{"enum":["early","late"]},"slot":{"type":"integer","minimum":0,"maximum":4},"task_family_id":{"type":"string","minLength":1},"scheduled_resident_hour":{"type":"number","minimum":0,"maximum":10000},"novelty":{"enum":["familiar","novel"]},"scenario_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"outcome":{"enum":["success","failure","missing"]},"outcome_record_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"personalization_state_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"researcher_assistance_seconds":{"const":0},"participant_coaching":{"const":false},"outcome_adjudicator_blinded_to_window":{"const":true},"protocol_deviation":{"const":false}}}},"claimed":{"type":"object","additionalProperties":false,"required":["environment_count","records_due","records_completed","records_missing","completion_rate","novelty_due","novelty_share","paired_environment_count","early_familiar_mean","late_familiar_mean","learning_delta_familiar","learning_delta_ci95_lower","learning_delta_ci95_upper","early_novel_mean","late_novel_mean","late_generalization_ratio"],"properties":{"environment_count":{"type":"integer","minimum":1},"records_due":{"type":"integer","minimum":1},"records_completed":{"type":"integer","minimum":0},"records_missing":{"type":"integer","minimum":0},"completion_rate":{"type":"number","minimum":0,"maximum":1},"novelty_due":{"type":"integer","minimum":0},"novelty_share":{"type":"number","minimum":0,"maximum":1},"paired_environment_count":{"type":"integer","minimum":0},"early_familiar_mean":{"type":["number","null"]},"late_familiar_mean":{"type":["number","null"]},"learning_delta_familiar":{"type":["number","null"]},"learning_delta_ci95_lower":{"type":["number","null"]},"learning_delta_ci95_upper":{"type":["number","null"]},"early_novel_mean":{"type":["number","null"]},"late_novel_mean":{"type":["number","null"]},"late_generalization_ratio":{"type":["number","null"],"minimum":0}}},"upstream_bindings":{"type":"object","additionalProperties":false,"required":["cohort_integrity_sha256","exposure_integrity_sha256","task_schedule_sha256","robot_policy_sha256"],"properties":{"cohort_integrity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"exposure_integrity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"task_schedule_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"robot_policy_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}},"evidence":{"type":"object","additionalProperties":false,"required":["controlled_trial_register_uri","controlled_trial_register_sha256","public_aggregate_only"],"properties":{"controlled_trial_register_uri":{"type":"string","format":"uri","pattern":"^https://"},"controlled_trial_register_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"public_aggregate_only":{"const":true}}},"assessor":{"type":"object","additionalProperties":false,"required":["name","organization","independent_of_sponsor","attested","signed_at"],"properties":{"name":{"type":"string","minLength":1},"organization":{"type":"string","minLength":1},"independent_of_sponsor":{"const":true},"attested":{"const":true},"signed_at":{"type":"string","format":"date-time"}}}}}