KaiquanMah commited on
Commit
a445740
·
verified ·
1 Parent(s): 5569a1c

Upload oos_15notoos.txt

Browse files
fewshot-1example-per-nonoos/oos_15notoos.txt ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "can you do a math problem"
3
+ Category:
4
+ {{
5
+ "category": "calculator",
6
+ "confidence": 65.3
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "don't do this process"
11
+ Category:
12
+ {{
13
+ "category": "cancel",
14
+ "confidence": 3.59
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "i am camile"
19
+ Category:
20
+ {{
21
+ "category": "change_user_name",
22
+ "confidence": 64.93
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "put volume setting on number 4"
27
+ Category:
28
+ {{
29
+ "category": "change_volume",
30
+ "confidence": 16.2
31
+ }}
32
+
33
+ Example 5:
34
+ Question: "please tell me the current location"
35
+ Category:
36
+ {{
37
+ "category": "current_location",
38
+ "confidence": 76.47
39
+ }}
40
+
41
+ Example 6:
42
+ Question: "what is meant by defense"
43
+ Category:
44
+ {{
45
+ "category": "definition",
46
+ "confidence": 30.75
47
+ }}
48
+
49
+ Example 7:
50
+ Question: "are there transaction fees for my visa if i'm in russia"
51
+ Category:
52
+ {{
53
+ "category": "international_fees",
54
+ "confidence": 75.63
55
+ }}
56
+
57
+ Example 8:
58
+ Question: "what is the minimum i can pay on my heating bill"
59
+ Category:
60
+ {{
61
+ "category": "min_payment",
62
+ "confidence": 28.82
63
+ }}
64
+
65
+ Example 9:
66
+ Question: "what is my car's mpg"
67
+ Category:
68
+ {{
69
+ "category": "mpg",
70
+ "confidence": 83.42
71
+ }}
72
+
73
+ Example 10:
74
+ Question: "when is the next break"
75
+ Category:
76
+ {{
77
+ "category": "next_holiday",
78
+ "confidence": 51.29
79
+ }}
80
+
81
+ Example 11:
82
+ Question: "how many vacation days have i used so far"
83
+ Category:
84
+ {{
85
+ "category": "pto_used",
86
+ "confidence": 41.9
87
+ }}
88
+
89
+ Example 12:
90
+ Question: "do you know of any good restaurants"
91
+ Category:
92
+ {{
93
+ "category": "restaurant_suggestion",
94
+ "confidence": 46.66
95
+ }}
96
+
97
+ Example 13:
98
+ Question: "i will tell my bank that i will be gone from april to may to america"
99
+ Category:
100
+ {{
101
+ "category": "travel_notification",
102
+ "confidence": 10.67
103
+ }}
104
+
105
+ Example 14:
106
+ Question: "what's there to do in seattle"
107
+ Category:
108
+ {{
109
+ "category": "travel_suggestion",
110
+ "confidence": 28.6
111
+ }}
112
+
113
+ Example 15:
114
+ Question: "add games without frontiers to my week 5 playlist"
115
+ Category:
116
+ {{
117
+ "category": "update_playlist",
118
+ "confidence": 54.69
119
+ }}