-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrain_Bot.json
167 lines (163 loc) · 6.37 KB
/
Train_Bot.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
{"intents": [
{"tag": "Intro",
"patterns": ["hi",
"how are you",
"is anyone there",
"hello",
"whats up",
"hey",
"yo",
"listen",
"please help me",
"i am learner from",
"i belong to",
"aiml batch",
"aifl batch",
"i am from",
"my pm is",
"blended",
"online",
"i am from",
"hey ya",
"talking to you for first time"],
"responses": ["Hello! how can i help you ?"],
"context_set": ""
},
{"tag": "Exit",
"patterns": ["thank you",
"thanks",
"cya",
"see you",
"later",
"see you later",
"goodbye",
"i am leaving",
"have a Good day",
"you helped me",
"thanks a lot",
"thanks a ton",
"you are the best",
"great help",
"too good",
"you are a good learning buddy"],
"responses": ["I hope I was able to assist you, Good Bye"],
"context_set": ""
},
{"tag": "Olympus",
"patterns": ["olympus",
"explain me how olympus works",
"I am not able to understand olympus",
"olympus window not working",
"no access to olympus",
"unable to see link in olympus",
"no link visible on olympus",
"whom to contact for olympus",
"lot of problem with olympus",
"olypus is not a good tool",
"lot of problems with olympus",
"how to use olympus",
"teach me olympus"],
"responses": ["Link: Olympus wiki"],
"context_set": ""
},
{"tag": "SL",
"patterns": ["i am not able to understand svm",
"explain me how machine learning works",
"i am not able to understand naive bayes",
"i am not able to understand logistic regression",
"i am not able to understand ensemble techb=niques",
"i am not able to understand knn",
"i am not able to understand knn imputer",
"i am not able to understand cross validation",
"i am not able to understand boosting",
"i am not able to understand random forest",
"i am not able to understand ada boosting",
"i am not able to understand gradient boosting",
"machine learning",
"ML",
"SL",
"supervised learning",
"knn",
"logistic regression",
"regression",
"classification",
"naive bayes",
"nb",
"ensemble techniques",
"bagging",
"boosting",
"ada boosting",
"ada",
"gradient boosting",
"hyper parameters"],
"responses": ["Link: Machine Learning wiki "],
"context_set": ""
},
{"tag": "NN",
"patterns": ["what is deep learning",
"unable to understand deep learning",
"explain me how deep learning works",
"i am not able to understand deep learning",
"not able to understand neural nets",
"very diffult to understand neural nets",
"unable to understand neural nets",
"ann",
"artificial intelligence",
"artificial neural networks",
"weights",
"activation function",
"hidden layers",
"softmax",
"sigmoid",
"relu",
"otimizer",
"forward propagation",
"backward propagation",
"epochs",
"epoch",
"what is an epoch",
"adam",
"sgd"],
"responses": ["Link: Neural Nets wiki"],
"context_set": ""
},
{"tag": "Bot",
"patterns": ["what is your name",
"who are you",
"name please",
"when are your hours of opertions",
"what are your working hours",
"hours of operation",
"working hours",
"hours"],
"responses": ["I am your virtual learning assistant"],
"context_set": ""
},
{"tag": "Profane",
"patterns": ["what the hell",
"bloody stupid bot",
"do you think you are very smart",
"screw you",
"i hate you",
"you are stupid",
"jerk",
"you are a joke",
"useless piece of shit"],
"responses": ["Please use respectful words"],
"context_set": ""
},
{"tag": "Ticket",
"patterns": ["my problem is not solved",
"you did not help me",
"not a good solution",
"bad solution",
"not good solution",
"no help",
"wasted my time",
"useless bot",
"create a ticket"],
"responses": ["Tarnsferring the request to your PM"],
"context_set": ""
}
]
}