prk commited on
Commit
24e75db
1 Parent(s): f0c37e5

Upload answers_test.json

Browse files
Files changed (1) hide show
  1. answers_test.json +74 -0
answers_test.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data": [
3
+ {
4
+ "paragraphs": [
5
+ {
6
+ "qas": [
7
+ {
8
+ "question": "What shall be set?",
9
+ "id": 301434,
10
+ "answers": [
11
+ {
12
+ "answer_id": 298690,
13
+ "document_id": 499847,
14
+ "question_id": 301434,
15
+ "text": "Bleed_Air_Valve_Enable_Cmd",
16
+ "answer_start": 35,
17
+ "answer_category": null
18
+ }
19
+ ],
20
+ "is_impossible": false
21
+ },
22
+ {
23
+ "question": "What is C1?",
24
+ "id": 301435,
25
+ "answers": [
26
+ {
27
+ "answer_id": 298691,
28
+ "document_id": 499847,
29
+ "question_id": 301435,
30
+ "text": "AFCU_State = MAINTENANCE",
31
+ "answer_start": 122,
32
+ "answer_category": null
33
+ }
34
+ ],
35
+ "is_impossible": false
36
+ },
37
+ {
38
+ "question": "what is C2?",
39
+ "id": 301436,
40
+ "answers": [
41
+ {
42
+ "answer_id": 298692,
43
+ "document_id": 499847,
44
+ "question_id": 301436,
45
+ "text": "Bleed_Air_Valve_Cmd_Override = OVERRIDE",
46
+ "answer_start": 153,
47
+ "answer_category": null
48
+ }
49
+ ],
50
+ "is_impossible": false
51
+ },
52
+ {
53
+ "question": "what is C3?",
54
+ "id": 301437,
55
+ "answers": [
56
+ {
57
+ "answer_id": 298693,
58
+ "document_id": 499847,
59
+ "question_id": 301437,
60
+ "text": "Maint_Bleed_Air_Valve_Enabled_Cmd = DISABLED",
61
+ "answer_start": 200,
62
+ "answer_category": null
63
+ }
64
+ ],
65
+ "is_impossible": false
66
+ }
67
+ ],
68
+ "context": "The Operational Software shall set Bleed_Air_Valve_Enable_Cmd = DISABLED, if all the following conditions are TRUE \nC1: (AFCU_State = MAINTENANCE)\nC2: (Bleed_Air_Valve_Cmd_Override = OVERRIDE) \nC3: (Maint_Bleed_Air_Valve_Enabled_Cmd = DISABLED)",
69
+ "document_id": 499847
70
+ }
71
+ ]
72
+ }
73
+ ]
74
+ }