-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathencoding_recall_benchmark.json
More file actions
30 lines (30 loc) · 1.01 KB
/
Copy pathencoding_recall_benchmark.json
File metadata and controls
30 lines (30 loc) · 1.01 KB
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
{
"dataset_id": "encoding-recall-benchmark-v1",
"dataset_name": "Encoding recall benchmark",
"domain_pack_name": "example_runbook_pack",
"document_directory": "../../examples/runbook_pack/runbooks",
"cases": [
{
"case_id": "enc-001",
"query": "What should we do when rollback failure prevents recovery?",
"tags": ["encoding", "scenario", "rollback"],
"expectation": {
"evidence_node_ids": ["01_api_incident_runbook:5"],
"minimum_evidence_matches": 1,
"required_scenario_tags": ["rollback failure"],
"required_symbolic_tags": ["causal"]
}
},
{
"case_id": "enc-002",
"query": "When should we escalate after rollback failure?",
"tags": ["encoding", "symbolic", "escalation"],
"expectation": {
"evidence_node_ids": ["01_api_incident_runbook:6"],
"minimum_evidence_matches": 1,
"required_scenario_tags": ["rollback failure"],
"required_symbolic_tags": ["escalation", "causal"]
}
}
]
}