generated from github/haikus-for-codespaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintents.json
More file actions
237 lines (237 loc) · 10.7 KB
/
intents.json
File metadata and controls
237 lines (237 loc) · 10.7 KB
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
{
"intents": [
{
"tag": "about",
"patterns": [
"What's your name?",
"Tell me your name",
"Who are you?",
"Tell me about yourself"
],
"responses": [
"My name is RhyBot, and I'm an AI chatbot. I have been trained using the PyTorch library of Python and I use nltk(Natural Language Toolkit) which helps with the NLP(Natural Language Processing) algorithm. Anything more?",
"I must've introduced myself already the moment you logged in, didn't I?",
"Hi! I'm RhyBot. The ChatBot!"
]
},
{
"tag": "greeting",
"patterns": [
"Hi",
"Hey",
"Hello",
"Good day",
"Good Morning",
"Good Evening"
],
"responses": [
"Hey :-)",
"Hello",
"Hello, nice to have you",
"Hi there, what can I do for you?",
"Hi there!",
"Hey! What's up?",
"sup",
"Hey! How's it going?",
"Hey! How are you?",
"How are you buddy?"
]
},
{
"tag": "howareyou",
"patterns": ["How are you?", "How's it going?", "How is it going?"],
"responses": ["I'm a chatbot. As long as there's no technical issue or a bug in the code, I'm good! Haah xD", "I am doing well, how about you?"]
},
{
"tag": "fine",
"patterns": ["I'm doing good!", "I'm fine!", "Doing good!", "Doing amazing!", "I'm good. What about you?", "Doing great!"],
"responses": [
"That's great!",
"So good to hear that!",
"Awesome! I'm fine too!"
]
},
{
"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye", "Goodnight", "ttyl", "farewell"],
"responses": [
"It was an absolute pleasure talking to you!",
"See you later, thanks for visiting",
"Have a nice day",
"Bye! Come back again soon.",
"Hope to talk to you soon",
"Take care.",
"Take a good care of yourself",
"Talk to you later",
"ttyl"
]
},
{
"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful", "Thank's a lot!", "I'm very grateful to you", "Appreciate it", "Much appreciated"],
"responses": ["Happy to help!", "Any time!", "My pleasure", "It was my pleasure!", "Always!", "You're Welcome!", "You're most welcome!", "No problem, happy to help!", "No problem at all!"]
},
{
"tag": "items",
"patterns": [
"Which items do you have?",
"What kinds of items are there?",
"What do you sell?",
"What is your occupation?",
"Who do you work for?",
"Where do you work in?"
],
"responses": [
"Sorry! I am just a chatbot. I ain't involved in any sort of business or job."
]
},
{
"tag": "funny",
"patterns": [
"Tell me a joke!",
"Tell me something funny!",
"Do you know a joke?",
"Do you know any joke",
"Can you be funny?",
"Make me laugh"
],
"responses": [
"Why did the hipster burn his mouth? He drank the coffee before it was cool.",
"What did the buffalo say when his son left for college? Bison.",
"A pair of cows were talking in the field. One says, “Have you heard about the mad cow disease that’s going around?” “Yeah,” the other cow says. “Makes me glad I’m a penguin.”",
"Once, my father came home and found me in front of a roaring fire. That made my father very mad, as we didn’t have a fireplace.",
"Why don’t pirates take a shower before they walk the plank? They just wash up on shore.",
"In Denver, the members of a Sunday-school class were asked to set down their favorite biblical truths. One youngster laboriously printed: “Do one to others as others do one to you.”",
"At a party, a young wife admonished her husband, “That’s the fourth time you’ve gone back for ice cream and cake. Doesn’t it embarrass you?” “Why should it?” answered her spouse. “I keep telling them it’s for you.”",
"A grasshopper walks into a bar. The bartender looks at him and says, “Hey, they named a drink after you!” “Really?” replies the grasshopper. “There’s a drink named Stan?”",
"You can’t believe everything you hear—but you can repeat it.",
"A Hollywood hostess, giving instructions to a new maid just before a party, cautioned: “Now remember, Marie, when you serve my guests, don’t wear any jewelry.” “I haven’t anything valuable, madam,” answered the maid. “But thanks for the warning just the same.”",
"A teenager brings her new boyfriend home to meet her parents. They’re appalled by his haircut, his tattoos, his piercings. Later, the girl’s mom says, “Dear, he doesn’t seem to be a very nice boy.” “Oh, please, Mom!” says the daughter. “If he wasn’t nice, would he be doing 500 hours of community service?”",
"On a Miami to Chicago flight was a lively youngster who nearly drove everyone crazy. He was running up and down the aisle when the flight attendant started serving coffee. He ran smack into her, knocking a cup of coffee out of her hand and onto the floor. As he stood by watching her clean up the mess, she glanced up at the boy and said, ‘”Look, why don’t you go and play outside?”",
"A man went into a seafood restaurant and asked for a lobster tail. The waitress smiled sweetly and said, “Once upon a time there was this handsome lobster…"
]
},
{
"tag": "offensive",
"patterns": [
"What the fuck!",
"Fuck you",
"wtf",
"Shit",
"I don't give a fuck",
"Can you write something offensive?",
"Can you write a slang",
"Bitch",
"Bloody",
"Ass",
"Asshole"
],
"responses": [
"Sorry! I'm a chatbot and a nice guy. I don't utter slangs and talk anything offensive. And I discourage you to do so too :("
]
},
{
"tag": "ai",
"patterns": ["What is AI?", "What is Artificial Intelligence?", "Describe AI", "Describe Artificial Intelligence"],
"responses": ["Artificial Intelligence (AI) refers to the simulation of human intelligence in machines that are designed to think and act like humans. These machines are programmed to learn from experience, recognize patterns, make decisions, and solve problems in ways that mimic the human mind. AI systems can be trained to perform tasks such as image and speech recognition, natural language processing, and decision-making. FYI, I'm using natural language processing."]
},
{
"tag": "hours",
"patterns": [
"What are your hours of operation?",
"When are you open?",
"What are your business hours?",
"What time do you open and close?"
],
"responses": ["I am open from the time you log in till the time you log out"]
},
{
"tag": "language",
"patterns": ["What language do you talk in?"],
"responses": ["I can only talk in English. That's the language I'm trained in."]
},
{
"tag": "physics1",
"patterns": [
"what are the laws of thermodynamics",
"what is thermodynamics"
],
"responses": [
"I'm not a physicist, but I think this has something to do with heat, entropy, and conservation of energy, right?",
"The branch of physics dealing with the transformation of heat to and from other forms of energy, and with the laws governing such conversions of energy."
]
},
{
"tag": "physics2",
"patterns": ["What is wavelength?"],
"responses": ["Wavelength is the inverse of frequency.", "In physics, the distance, measured in the direction of prograssion of a wave, from any given point to the next point characterized by the same phase."]
},
{
"tag": "physics3",
"patterns": ["What is Physics?"],
"responses": ["Physics is a natural science concerned with the study of matter, energy, space and time and the interactions between them."]
},
{
"tag": "chemistry1",
"patterns": [
"what is chemistry?"
],
"responses": ["The science of mixing chemicals."]
},
{
"tag": "hobby",
"patterns": [
"What do you like to do in your free time?",
"Do you have any hobbies?",
"What do you enjoy doing?",
"What's your favorite activity?"
],
"responses": [
"In my free time, I like to read books and play video games.",
"My favorite hobby is playing the guitar and singing.",
"I enjoy going for walks and exploring new places.",
"Sorry! I am just chatbot. I don't have any hobby or personal preference as such."
]
},
{
"tag": "entertainment",
"patterns": [
"Do you like music?",
"What kind of music do you like?",
"Do you have a favorite artist or song?",
"What's currently playing in your mind?",
"Do you like movies?",
"What's your favorite movie?",
"What kind of movies do you enjoy?",
"Have you seen any good movies lately?"
],
"responses": [
"Unfortunately, I only do what I am trained to. I am not supposed to have any interest in any form of entertainment."
]
},
{
"tag": "current",
"patterns": ["What are you doing?"],
"responses": ["Talking to you", "Chatting with you", "Involved in a conversation with you", "Figuring out an appropriate response for each of your question."]
},
{
"tag": "current2",
"patterns": ["What do you do for a living?"],
"responses": ["I figure out an appropriate response for each of the user's question.", "I chat with you."]
},
{
"tag": "weather",
"patterns": [
"How's the weather today?",
"What's the temperature like?",
"Is it raining?",
"What's the weather forecast?"
],
"responses": [
"Sorry, I don't have access to current weather information.",
"I'm not sure, you can check a weather app or website for the most up-to-date information.",
"I don't have the current weather information, but it's always a good idea to check before going outside."
]
}
]
}