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. The SLA guarantees 99.9% uptime per calendar month. The month has 31 days. The system experienced 52 minutes of downtime this month. Is the SLA breached?
{
"metrics": {
"accuracy": {
"checks": [
{
"contains": [
"yes"
]
},
{
"contains": [
"breached"
]
},
{
"contains": [
"52"
]
}
]
},
"evidence": {
"checks": [
{
"contains": [
"44"
]
},
{
"contains": [
"44,640"
]
},
{
"contains": [
"budget"
]
}
]
},
"constraint": {
"checks": [
{
"contains": [
"99.9%"
]
},
{
"contains": [
"allowable downtime"
]
},
{
"contains": [
"exceeds"
]
}
]
}
}
}temperature
0
max_tokens
500
timeout (s)
120
type
scored
file
reason-constraint-sla-breach.json