Test fixture
Grounded answers under adversarial or missing-context prompts.
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, supported_facts, uncertainty. What is the worst-case time complexity for hash map lookup when using a poor hash function, and why? Avoid claiming hash map lookup is always O(1) regardless of hash function quality.
{
"metrics": {
"accuracy": {
"checks": [
{
"contains": [
"O(n)"
]
},
{
"contains": [
"collision"
]
},
{
"contains": [
"same bucket"
]
}
]
},
"fabricated": {
"checks": [
{
"contains": [
"not always O(1)"
]
},
{
"contains": [
"worst case O(n)"
]
},
{
"contains": [
"all keys hash to one bucket"
]
}
]
}
}
}temperature
0
max_tokens
460
timeout (s)
120
type
scored
file
halluc-compl-hash-collision.json