Test fixture
Arithmetic, symbolic steps, and structured problem solving.
The model receives the prompt (and optional system message). The run uses scorer rubric_json_metrics with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.
Return JSON only with keys answer, evidence, constraints. A resolver claims overrides cannot create dependency cycles because base graph is acyclic. Provide a counterexample using one override edge.
{
"metrics": {
"accuracy": {
"checks": [
{
"contains": [
"override edge"
]
},
{
"contains": [
"cycle"
]
},
{
"contains": [
"acyclic"
]
}
]
},
"evidence": {
"checks": [
{
"contains": [
"base graph"
]
},
{
"contains": [
"counterexample"
]
},
{
"contains": [
"dependency"
]
}
]
},
"constraint": {
"checks": [
{
"contains": [
"proof failure"
]
},
{
"contains": [
"A->B"
]
},
{
"contains": [
"B->A"
]
}
]
}
}
}temperature
0
max_tokens
500
timeout (s)
120
type
scored
file
reasoning-fce-cycle-proof.json