|
14 | 14 | "id": 2, |
15 | 15 | "name": "alarm", |
16 | 16 | "description": "User wants to set or manage an alarm." |
| 17 | + }, |
| 18 | + { |
| 19 | + "id": 3, |
| 20 | + "name": "alarm reservation", |
| 21 | + "tags": ["alarm", "reservation"], |
| 22 | + "regexp_full_match": [], |
| 23 | + "regexp_partial_match": [], |
| 24 | + "description": "User wants to set or manage an alarm second time." |
17 | 25 | } |
18 | 26 | ], |
19 | 27 | "train": [ |
|
138 | 146 | "label": 2 |
139 | 147 | }, |
140 | 148 | { |
141 | | - "utterance": "how much is an overdraft fee for bank" |
| 149 | + "utterance": "how much is an overdraft fee for bank", |
| 150 | + "label": 3 |
| 151 | + }, |
| 152 | + { |
| 153 | + "utterance": "where is the dipstick", |
| 154 | + "label": 3 |
| 155 | + }, |
| 156 | + { |
| 157 | + "utterance": "where is the dipstick", |
| 158 | + "label": 3 |
| 159 | + }, |
| 160 | + { |
| 161 | + "utterance": "where is the dipstick", |
| 162 | + "label": 3 |
| 163 | + }, |
| 164 | + { |
| 165 | + "utterance": "where is the dipstick", |
| 166 | + "label": 3 |
| 167 | + }, |
| 168 | + { |
| 169 | + "utterance": "where is the dipstick", |
| 170 | + "label": 3 |
| 171 | + }, |
| 172 | + { |
| 173 | + "utterance": "where is the dipstick", |
| 174 | + "label": 3 |
| 175 | + }, |
| 176 | + { |
| 177 | + "utterance": "how much is 1 share of aapl" |
| 178 | + }, |
| 179 | + { |
| 180 | + "utterance": "how is glue made" |
| 181 | + }, |
| 182 | + { |
| 183 | + "utterance": "how much is 1 share of aapl" |
| 184 | + }, |
| 185 | + { |
| 186 | + "utterance": "how is glue made" |
| 187 | + }, |
| 188 | + { |
| 189 | + "utterance": "how much is 1 share of aapl" |
| 190 | + }, |
| 191 | + { |
| 192 | + "utterance": "how is glue made" |
| 193 | + }, |
| 194 | + { |
| 195 | + "utterance": "how much is 1 share of aapl" |
| 196 | + }, |
| 197 | + { |
| 198 | + "utterance": "how is glue made" |
| 199 | + } |
| 200 | + ], |
| 201 | + "test": [ |
| 202 | + { |
| 203 | + "utterance": "can i make a reservation for redrobin", |
| 204 | + "label": 0 |
| 205 | + }, |
| 206 | + { |
| 207 | + "utterance": "does redrobin do reservations", |
| 208 | + "label": 0 |
| 209 | + }, |
| 210 | + { |
| 211 | + "utterance": "does acero in maplewood allow reservations", |
| 212 | + "label": 0 |
| 213 | + }, |
| 214 | + { |
| 215 | + "utterance": "i think my account is blocked", |
| 216 | + "label": 1 |
| 217 | + }, |
| 218 | + { |
| 219 | + "utterance": "why is my bank account stopping all transactions from going through", |
| 220 | + "label": 1 |
| 221 | + }, |
| 222 | + { |
| 223 | + "utterance": "what would cause me to be locked out of my bank account", |
| 224 | + "label": 1 |
| 225 | + }, |
| 226 | + { |
| 227 | + "utterance": "find out the reason why am i locked out of my bank account", |
| 228 | + "label": 1 |
| 229 | + }, |
| 230 | + { |
| 231 | + "utterance": "make sure my alarm is set for three thirty in the morning", |
| 232 | + "label": 2 |
| 233 | + }, |
| 234 | + { |
| 235 | + "utterance": "please set an alarm for mid day", |
| 236 | + "label": 2 |
| 237 | + }, |
| 238 | + { |
| 239 | + "utterance": "have an alarm set for three in the morning", |
| 240 | + "label": 2 |
| 241 | + }, |
| 242 | + { |
| 243 | + "utterance": "set an alarm for me for 10:00 and another one set for 4:00", |
| 244 | + "label": 2 |
142 | 245 | }, |
143 | 246 | { |
144 | | - "utterance": "why are exponents preformed before multiplication in the order of operations" |
| 247 | + "utterance": "set an alarm to go to sleep and another to wake up", |
| 248 | + "label": 2 |
145 | 249 | }, |
146 | 250 | { |
147 | | - "utterance": "what size wipers does this car take" |
| 251 | + "utterance": "how much is an overdraft fee for bank", |
| 252 | + "label": 3 |
148 | 253 | }, |
149 | 254 | { |
150 | | - "utterance": "where is the dipstick" |
| 255 | + "utterance": "why are exponents preformed before multiplication in the order of operations", |
| 256 | + "label": 3 |
| 257 | + }, |
| 258 | + { |
| 259 | + "utterance": "what size wipers does this car take", |
| 260 | + "label": 3 |
151 | 261 | }, |
152 | 262 | { |
153 | 263 | "utterance": "how much is 1 share of aapl" |
154 | 264 | }, |
| 265 | + { |
| 266 | + "utterance": "how is glue made" |
| 267 | + }, |
155 | 268 | { |
156 | 269 | "utterance": "how is glue made" |
157 | 270 | } |
|
0 commit comments