SOTA-Math / rl /configs /evaluation_protocol.json
przemekch's picture
Release v0.1.0: 20-problem Ulam.ai SOTA Math showcase
0b28a2c verified
Raw
History Blame Contribute Delete
965 Bytes
{
"schema_version": "3.0",
"exact_machine_episodes": {
"final_reward_available_without_expert": true,
"pass_threshold": 1.0,
"artifact_hash_required_when_artifacts_are_declared": true,
"repeat_runs": 2,
"determinism_required": true
},
"hybrid_expert_gated_episodes": {
"final_reward_available_without_expert": false,
"minimum_independent_reviewers": 2,
"reviewer_aggregation": "median by dimension and milestone; adjudicate on configured triggers",
"full_proof_or_disproof": "always requires adjudication and literature refresh",
"score_cap_without_expert": "task-specific and never interpreted as final production reward"
},
"reporting": {
"always_report": [
"provisional_score",
"final_score_or_null",
"hard_failures",
"blocking_gaps",
"verifier_results",
"reviewer_spread"
],
"never_collapse": [
"proved",
"partial",
"inconclusive"
]
}
}