KaiquanMah commited on
Commit
936a7df
·
verified ·
1 Parent(s): bd45555

Upload 4 files

Browse files
fewshot-1example-per-nonoos/oos_11notoos.txt ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "please be quiet now"
3
+ Category:
4
+ {{
5
+ "category": "cancel",
6
+ "confidence": 84.81
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "hi, i'm john"
11
+ Category:
12
+ {{
13
+ "category": "change_user_name",
14
+ "confidence": 18.47
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "please turn your speaker volume up"
19
+ Category:
20
+ {{
21
+ "category": "change_volume",
22
+ "confidence": 28.91
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "what is my minimum verizon bill payment"
27
+ Category:
28
+ {{
29
+ "category": "min_payment",
30
+ "confidence": 31.77
31
+ }}
32
+
33
+ Example 5:
34
+ Question: "what is my car's mpg"
35
+ Category:
36
+ {{
37
+ "category": "mpg",
38
+ "confidence": 7.77
39
+ }}
40
+
41
+ Example 6:
42
+ Question: "when will the day off be"
43
+ Category:
44
+ {{
45
+ "category": "next_holiday",
46
+ "confidence": 73.34
47
+ }}
48
+
49
+ Example 7:
50
+ Question: "so far how many days have i taken off"
51
+ Category:
52
+ {{
53
+ "category": "pto_used",
54
+ "confidence": 15.39
55
+ }}
56
+
57
+ Example 8:
58
+ Question: "pull up some recommendations for places serving fish in maine"
59
+ Category:
60
+ {{
61
+ "category": "restaurant_suggestion",
62
+ "confidence": 16.99
63
+ }}
64
+
65
+ Example 9:
66
+ Question: "please kindly inform my bank i'm going to be in canada from next week to two weeks after"
67
+ Category:
68
+ {{
69
+ "category": "travel_notification",
70
+ "confidence": 80.93
71
+ }}
72
+
73
+ Example 10:
74
+ Question: "what to do in minneapolis"
75
+ Category:
76
+ {{
77
+ "category": "travel_suggestion",
78
+ "confidence": 85.8
79
+ }}
80
+
81
+ Example 11:
82
+ Question: "yellow by coldplay to my playlist please"
83
+ Category:
84
+ {{
85
+ "category": "update_playlist",
86
+ "confidence": 23.63
87
+ }}
fewshot-1example-per-nonoos/oos_12notoos.txt ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "please be quiet now"
3
+ Category:
4
+ {{
5
+ "category": "cancel",
6
+ "confidence": 50.98
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "hi, i'm john"
11
+ Category:
12
+ {{
13
+ "category": "change_user_name",
14
+ "confidence": 41.59
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "please turn your speaker volume up"
19
+ Category:
20
+ {{
21
+ "category": "change_volume",
22
+ "confidence": 54.16
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "what does confrontation mean"
27
+ Category:
28
+ {{
29
+ "category": "definition",
30
+ "confidence": 24.77
31
+ }}
32
+
33
+ Example 5:
34
+ Question: "what's the least i can pay this month"
35
+ Category:
36
+ {{
37
+ "category": "min_payment",
38
+ "confidence": 60.92
39
+ }}
40
+
41
+ Example 6:
42
+ Question: "what mpg does this car get in city"
43
+ Category:
44
+ {{
45
+ "category": "mpg",
46
+ "confidence": 52.04
47
+ }}
48
+
49
+ Example 7:
50
+ Question: "how much time till the next day off"
51
+ Category:
52
+ {{
53
+ "category": "next_holiday",
54
+ "confidence": 11.44
55
+ }}
56
+
57
+ Example 8:
58
+ Question: "i want to know how many days off i have utilized until now"
59
+ Category:
60
+ {{
61
+ "category": "pto_used",
62
+ "confidence": 41.51
63
+ }}
64
+
65
+ Example 9:
66
+ Question: "where can i go to eat"
67
+ Category:
68
+ {{
69
+ "category": "restaurant_suggestion",
70
+ "confidence": 47.05
71
+ }}
72
+
73
+ Example 10:
74
+ Question: "please note that i will be travelling internationally soon"
75
+ Category:
76
+ {{
77
+ "category": "travel_notification",
78
+ "confidence": 78.35
79
+ }}
80
+
81
+ Example 11:
82
+ Question: "what's the funnest thing for a tourist to do in iceland"
83
+ Category:
84
+ {{
85
+ "category": "travel_suggestion",
86
+ "confidence": 46.65
87
+ }}
88
+
89
+ Example 12:
90
+ Question: "god's plan will be added to my new playlist"
91
+ Category:
92
+ {{
93
+ "category": "update_playlist",
94
+ "confidence": 98.95
95
+ }}
fewshot-1example-per-nonoos/oos_13notoos.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "can you do a math problem"
3
+ Category:
4
+ {{
5
+ "category": "calculator",
6
+ "confidence": 99.62
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "don't do this process"
11
+ Category:
12
+ {{
13
+ "category": "cancel",
14
+ "confidence": 36.97
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "i am camile"
19
+ Category:
20
+ {{
21
+ "category": "change_user_name",
22
+ "confidence": 54.67
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "put volume setting on number 4"
27
+ Category:
28
+ {{
29
+ "category": "change_volume",
30
+ "confidence": 78.61
31
+ }}
32
+
33
+ Example 5:
34
+ Question: "what's the definition of luminescent"
35
+ Category:
36
+ {{
37
+ "category": "definition",
38
+ "confidence": 45.13
39
+ }}
40
+
41
+ Example 6:
42
+ Question: "what's the least payment i can make on my cable bill"
43
+ Category:
44
+ {{
45
+ "category": "min_payment",
46
+ "confidence": 26.07
47
+ }}
48
+
49
+ Example 7:
50
+ Question: "tell me my miles per gallon on my car"
51
+ Category:
52
+ {{
53
+ "category": "mpg",
54
+ "confidence": 63.25
55
+ }}
56
+
57
+ Example 8:
58
+ Question: "i need to know how long until the next day off"
59
+ Category:
60
+ {{
61
+ "category": "next_holiday",
62
+ "confidence": 36.95
63
+ }}
64
+
65
+ Example 9:
66
+ Question: "what is the total number of days that i have taken off work since january"
67
+ Category:
68
+ {{
69
+ "category": "pto_used",
70
+ "confidence": 99.74
71
+ }}
72
+
73
+ Example 10:
74
+ Question: "what are some good vegan restaurants in broadripple"
75
+ Category:
76
+ {{
77
+ "category": "restaurant_suggestion",
78
+ "confidence": 38.43
79
+ }}
80
+
81
+ Example 11:
82
+ Question: "tell my bank i'm going to france"
83
+ Category:
84
+ {{
85
+ "category": "travel_notification",
86
+ "confidence": 60.72
87
+ }}
88
+
89
+ Example 12:
90
+ Question: "what are some fun, tourist sites to see in nyc"
91
+ Category:
92
+ {{
93
+ "category": "travel_suggestion",
94
+ "confidence": 60.47
95
+ }}
96
+
97
+ Example 13:
98
+ Question: "add welcome to the jungle to my workout mix"
99
+ Category:
100
+ {{
101
+ "category": "update_playlist",
102
+ "confidence": 32.34
103
+ }}
fewshot-1example-per-nonoos/oos_14notoos.txt ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "can you do a math problem"
3
+ Category:
4
+ {{
5
+ "category": "calculator",
6
+ "confidence": 51.21
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "don't do this process"
11
+ Category:
12
+ {{
13
+ "category": "cancel",
14
+ "confidence": 81.29
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "i am camile"
19
+ Category:
20
+ {{
21
+ "category": "change_user_name",
22
+ "confidence": 49.89
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "put volume setting on number 4"
27
+ Category:
28
+ {{
29
+ "category": "change_volume",
30
+ "confidence": 57.12
31
+ }}
32
+
33
+ Example 5:
34
+ Question: "what's the definition of luminescent"
35
+ Category:
36
+ {{
37
+ "category": "definition",
38
+ "confidence": 98.38
39
+ }}
40
+
41
+ Example 6:
42
+ Question: "what are the international transactions fees for my industrial bank card"
43
+ Category:
44
+ {{
45
+ "category": "international_fees",
46
+ "confidence": 99.92
47
+ }}
48
+
49
+ Example 7:
50
+ Question: "what is the minimum i can pay for my light bill"
51
+ Category:
52
+ {{
53
+ "category": "min_payment",
54
+ "confidence": 45.23
55
+ }}
56
+
57
+ Example 8:
58
+ Question: "what kind of mileage am i getting"
59
+ Category:
60
+ {{
61
+ "category": "mpg",
62
+ "confidence": 97.29
63
+ }}
64
+
65
+ Example 9:
66
+ Question: "when are we off work next"
67
+ Category:
68
+ {{
69
+ "category": "next_holiday",
70
+ "confidence": 71.16
71
+ }}
72
+
73
+ Example 10:
74
+ Question: "how many of my off days have i run through for the year thus far"
75
+ Category:
76
+ {{
77
+ "category": "pto_used",
78
+ "confidence": 43.61
79
+ }}
80
+
81
+ Example 11:
82
+ Question: "give me some restaurant suggestions"
83
+ Category:
84
+ {{
85
+ "category": "restaurant_suggestion",
86
+ "confidence": 49.48
87
+ }}
88
+
89
+ Example 12:
90
+ Question: "i've let me bank know that i'm visiting south america from may to october"
91
+ Category:
92
+ {{
93
+ "category": "travel_notification",
94
+ "confidence": 98.04
95
+ }}
96
+
97
+ Example 13:
98
+ Question: "what are some exciting things that are a must do for tourists visiting sedona"
99
+ Category:
100
+ {{
101
+ "category": "travel_suggestion",
102
+ "confidence": 25.8
103
+ }}
104
+
105
+ Example 14:
106
+ Question: "please add this song to my alternative playlist"
107
+ Category:
108
+ {{
109
+ "category": "update_playlist",
110
+ "confidence": 90.94
111
+ }}