-
Notifications
You must be signed in to change notification settings - Fork 7
/
test_vector_updated.json
55 lines (54 loc) · 2.39 KB
/
test_vector_updated.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[ { "keyword": "warehouse worker",
"location": "Washington, DC",
"context": null
},
{ "keyword": "warehouse worker",
"location": "Washington, DC",
"context": [{"question":"Can you do warehouse tasks like unloading trucks?","answer": 0}]
},
{ "keyword": "warehouse worker",
"location": "Washington, DC",
"context": [{"question":"Can you do warehouse tasks like unloading trucks?","answer": 0},
{"question":"Do you have a high school diploma or GED?","answer": 1}]
},
{ "keyword": "warehouse worker",
"location": "Washington, DC",
"context": [{"question":"Can you do warehouse tasks like unloading trucks?","answer": 0},
{"question":"Do you have a high school diploma or GED?","answer": 1},
{"question":"Can you stand for long periods of time, and lift up to 50 pounds?","answer": 0}]
},
{ "keyword": "warehouse worker",
"location": "Washington, DC",
"context": [{"question":"Can you do warehouse tasks like unloading trucks?","answer": 0},
{"question":"Do you have a high school diploma or GED?","answer": 1},
{"question":"Can you stand for long periods of time, and lift up to 50 pounds?","answer": 0},
{"question":"Do you have a driver's license and a safe driving record?","answer": 1}]
},
{ "keyword": "caregiver",
"location": "Washington, DC",
"context": null
},
{ "keyword": "data entry",
"location": "Washington, DC",
"context": null
},
{ "keyword": "retail sales",
"location": "Washington, DC",
"context": null
},
{ "keyword": "retail sales",
"location": "Washington, DC",
"context": [{"question":"Can you use devices like scanners?","answer": 0}]
},
{ "keyword": "retail sales",
"location": "Washington, DC",
"context": [{"question":"Can you use devices like scanners?","answer": 0},
{"question":"Can you work with a team to serve customers well?","answer":1}]
},
{ "keyword": "retail sales",
"location": "Washington, DC",
"context": [{"question":"Can you use devices like scanners?","answer": 0},
{"question":"Can you work with a team to serve customers well?","answer":1},
{"question": "Can you do maintenance tasks like setting up displays and cleaning the store?","answer":1}]
}
]