-
Notifications
You must be signed in to change notification settings - Fork 13
/
generic_rasa_train_data.json
317 lines (317 loc) · 7.07 KB
/
generic_rasa_train_data.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
{
"rasa_nlu_data": {
"regex_features": [
{
"name": "greet",
"pattern": "^hey|^hi"
}
],
"entity_synonyms": [
{
"value": "chinese",
"synonyms": ["Chinese", "Chines", "chines"]
}
],
"common_examples": [
{
"text": "hey",
"intent": "greet",
"entities": []
},
{
"text": "howdy",
"intent": "greet",
"entities": []
},
{
"text": "what's up",
"intent": "greet",
"entities": []
},
{
"text": "hi, whats up",
"intent": "greet",
"entities": []
},
{
"text": "hi bot, what's up",
"intent": "greet",
"entities": []
},
{
"text": "hi bot",
"intent": "greet",
"entities": []
},
{
"text": "hey there",
"intent": "greet",
"entities": []
},
{
"text": "hello",
"intent": "greet",
"entities": []
},
{
"text": "hi",
"intent": "greet",
"entities": []
},
{
"text": "good morning",
"intent": "greet",
"entities": []
},
{
"text": "good evening",
"intent": "greet",
"entities": []
},
{
"text": "dear sir",
"intent": "greet",
"entities": []
},
{
"text": "yes",
"intent": "affirm",
"entities": []
},
{
"text": "yep",
"intent": "affirm",
"entities": []
},
{
"text": "yeah",
"intent": "affirm",
"entities": []
},
{
"text": "indeed",
"intent": "affirm",
"entities": []
},
{
"text": "that's right",
"intent": "affirm",
"entities": []
},
{
"text": "ok",
"intent": "affirm",
"entities": []
},
{
"text": "great",
"intent": "affirm",
"entities": []
},
{
"text": "right, thank you",
"intent": "affirm",
"entities": []
},
{
"text": "correct",
"intent": "affirm",
"entities": []
},
{
"text": "great choice",
"intent": "affirm",
"entities": []
},
{
"text": "sounds really good",
"intent": "affirm",
"entities": []
},
{
"text": "bye",
"intent": "goodbye",
"entities": []
},
{
"text": "goodbye",
"intent": "goodbye",
"entities": []
},
{
"text": "good bye",
"intent": "goodbye",
"entities": []
},
{
"text": "stop",
"intent": "goodbye",
"entities": []
},
{
"text": "end",
"intent": "goodbye",
"entities": []
},
{
"text": "farewell",
"intent": "goodbye",
"entities": []
},
{
"text": "Bye bye",
"intent": "goodbye",
"entities": []
},
{
"text": "have a good one",
"intent": "goodbye",
"entities": []
},
{
"text": "good day sir",
"intent": "goodbye",
"entities": []
},
{
"text": "goodbye, have a good day sir",
"intent": "goodbye",
"entities": []
},
{
"text": "goodbye, have a good day ma'am",
"intent": "goodbye",
"entities": []
},
{
"text": "thanks, goodbye bot",
"intent": "goodbye",
"entities": []
},
{
"text": "good day bot",
"intent": "goodbye",
"entities": []
},
{
"text": "good day",
"intent": "goodbye",
"entities": []
},
{
"text": "i'm leaving",
"intent": "goodbye",
"entities": []
},
{
"text": "i'm looking for a place to eat",
"intent": "None",
"entities": []
},
{
"text": "I want to grab lunch",
"intent": "None",
"entities": []
},
{
"text": "I am searching for a dinner spot",
"intent": "None",
"entities": []
},
{
"text": "i'm looking for a place in the north of town",
"intent": "None",
"entities": []
},
{
"text": "show me chinese restaurants",
"intent": "None",
"entities": []
},
{
"text": "show me chines restaurants in the north",
"intent": "None",
"entities": []
},
{
"text": "show me a mexican place in the centre",
"intent": "None",
"entities": []
},
{
"text": "i am looking for an indian spot called olaolaolaolaolaola",
"intent": "None",
"entities": []
}, {
"text": "search for restaurants",
"intent": "None",
"entities": []
},
{
"text": "anywhere in the west",
"intent": "None",
"entities": []
},
{
"text": "anywhere near 18328",
"intent": "None",
"entities": []
},
{
"text": "I am looking for asian fusion food",
"intent": "None",
"entities": []
},
{
"text": "I am looking a restaurant in 29432",
"intent": "None",
"entities": []
},
{
"text": "I am looking for mexican indian fusion",
"intent": "None",
"entities": []
},
{
"text": "central indian restaurant",
"intent": "None",
"entities": []
},
{
"text": "Niels Bohr and John Archibald Wheeler applied the liquid drop model of the atomic nucleus to explain the mechanism of nuclear fission",
"intent": "None",
"entities": []
},
{
"text": "As the experimental physicists studied fission, they uncovered puzzling results.",
"intent": "None",
"entities": []
},
{
"text": "George Placzek asked Bohr why uranium seemed to fission with both fast and slow neutrons.",
"intent": "None",
"entities": []
},
{
"text": "Walking to a meeting with Wheeler, Bohr had an insight that the fission at low energies was due to the uranium-235 isotope, while at high energies it was mainly due to the far more abundant uranium-238 isotope.",
"intent": "None",
"entities": []
},
{
"text": "Gaseous diffusion is based on Graham's law, which states that the rate of effusion of a gas through a porous barrier is inversely proportional to the square root of the gas's molecular mass.",
"intent": "None",
"entities": []
},
{
"text": "Booth, Dunning and von Grosse investigated the gaseous diffusion process.",
"intent": "None",
"entities": []
},
{
"text": "Gaseous diffusion had been used to separate isotopes before.",
"intent": "None",
"entities": []
}
]
}
}