-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexception_override_path_benchmark.json
More file actions
38 lines (38 loc) · 1.23 KB
/
Copy pathexception_override_path_benchmark.json
File metadata and controls
38 lines (38 loc) · 1.23 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
38
{
"dataset_id": "exception-override-path-benchmark-v1",
"dataset_name": "Exception override path benchmark",
"domain_pack_name": "example_contract_pack",
"document_directory": "../../examples/graph_contract_pack/contracts",
"cases": [
{
"case_id": "exception-path-001",
"query": "If goods are defective, what path overrides the normal 30 day payment rule?",
"tags": ["exception", "override", "payment", "path"],
"expectation": {
"evidence_node_ids": [
"01_exception_override_contract:2",
"01_exception_override_contract:3"
],
"minimum_evidence_matches": 2,
"path_scope": "best_path",
"path": {
"match_mode": "subsequence",
"steps": [
{
"node_id": "01_exception_override_contract:3"
},
{
"node_id": "01_exception_override_contract:2",
"via_edge_type": "depends_on"
}
]
},
"required_edge_types": ["depends_on"],
"required_semantic_roles": ["exception", "remedy"],
"required_contradiction_pairs": [
["01_exception_override_contract:1", "01_exception_override_contract:2"]
]
}
}
]
}