-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivation_snapshot_benchmark.json
More file actions
37 lines (37 loc) · 1.1 KB
/
Copy pathactivation_snapshot_benchmark.json
File metadata and controls
37 lines (37 loc) · 1.1 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
31
32
33
34
35
36
37
{
"dataset_id": "activation-snapshot-benchmark-v1",
"dataset_name": "Activation snapshot benchmark",
"domain_pack_name": "example_runbook_pack",
"document_directory": "../../examples/runbook_pack/runbooks",
"cases": [
{
"case_id": "snapshot-001",
"query": "If rollback does not recover service and slow queries continue, who should we escalate to?",
"tags": ["snapshot", "multi-hop", "runbook"],
"expectation": {
"evidence_node_ids": [
"01_api_incident_runbook:5",
"01_api_incident_runbook:6"
],
"minimum_evidence_matches": 2,
"activation_snapshot": {
"match_mode": "subsequence",
"steps": [
{
"node_id": "01_api_incident_runbook:6",
"hop": 0,
"is_seed": true
},
{
"node_id": "01_api_incident_runbook:5",
"edge_type": "depends_on",
"hop": 1
}
]
},
"required_edge_types": ["depends_on"],
"required_semantic_roles": ["escalation"]
}
}
]
}