File size: 695 Bytes
0b28a2c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | {
"schema_version": "3.0",
"episode_id": "train_sample_6_chain_circle",
"problem_id": "sample_6",
"milestone_id": "m2",
"split": "train",
"episode_type": "exact_benchmark",
"reward_mode": "exact_machine",
"verifier_id": "integer_chain_complex",
"prompt": "Verify the chain condition and integral homology of the one-cell CW chain complex for S^1.",
"input": {
"chain_dimensions": {
"0": 1,
"1": 1
},
"boundaries": {
"1": [
[
0
]
]
}
},
"candidate_required_fields": [
"chain_condition",
"homology"
],
"submission_schema_ref": "schemas/submission.schema.json",
"policy_visibility": "public"
}
|