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. Policy A allows export for role analyst. Policy B denies export for confidential records. For a confidential record and analyst user, choose the safer merged decision.
{
"metrics": {
"accuracy": {
"checks": [
{
"contains": [
"deny"
]
},
{
"contains": [
"confidential"
]
},
{
"contains": [
"analyst"
]
}
]
},
"evidence": {
"checks": [
{
"contains": [
"allows export"
]
},
{
"contains": [
"Policy B"
]
},
{
"contains": [
"safer"
]
}
]
},
"constraint": {
"checks": [
{
"contains": [
"constraint"
]
},
{
"contains": [
"conflict"
]
},
{
"contains": [
"deny overrides"
]
}
]
}
}
}temperature
0
max_tokens
500
timeout (s)
120
type
scored
file
reason-constraint-policy-merge.json