File size: 8,541 Bytes
ea3f136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53d2c10
 
 
 
 
 
 
 
 
 
ea3f136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a2665cb
 
 
 
 
 
 
 
 
 
 
 
 
 
32e714a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
version: "3.1"

nlu:
- intent: greet
  examples: |
    - hey
    - hello
    - hi
    - hello there
    - good morning
    - good evening
    - hey there
    - greetings
    - hi there

- intent: goodbye
  examples: |
    - bye
    - goodbye
    - see you around
    - see you later
    - bye bye
    - later
    - exit
    - quit

- intent: affirm
  examples: |
    - yes
    - indeed
    - of course
    - that sounds good
    - correct
    - sure
    - absolutely
    - definitely
    - yeah
    - yep
    - sounds good
    - that's right
    - ok
    - okay
    - that's correct
    - you got it
    - right
    - perfect
    - great

- intent: deny
  examples: |
    - no
    - never
    - I don't think so
    - don't like that
    - no way
    - not really
    - nope
    - negative
    - not correct
    - that's wrong
    - that's not right
    - not interested
    - nah
    - no thanks

- intent: request_diet_plan
  examples: |
    - I need a diet plan
    - Can you create a meal plan for me?
    - I want a personalized diet
    - I need help with meal planning
    - Can you suggest a diet?
    - Help me plan my meals
    - I'm looking for nutritional advice
    - Create a weekly meal plan for me
    - I need a diet suggestion
    - Can you recommend a meal plan?
    - I want to improve my eating habits
    - Help me eat better
    - I need a food plan
    - Give me a diet recommendation
    - Plan my meals for the week
    - What should I eat?
    - What's a good diet for me?
    - Can you make me a diet plan?

- intent: provide_dietary_preference
  examples: |
    - I'm [vegetarian](dietary_preference)
    - I follow a [vegan](dietary_preference) diet
    - I'm on a [keto](dietary_preference) diet
    - I eat [paleo](dietary_preference)
    - I'm on a [gluten-free](dietary_preference) diet
    - I don't have any specific diet
    - My diet is [low-carb](dietary_preference)
    - I'm [pescatarian](dietary_preference)
    - I eat a [Mediterranean](dietary_preference) diet
    - I follow a [DASH](dietary_preference) diet
    - I'm on a [plant-based](dietary_preference) diet
    - I prefer a [flexitarian](dietary_preference) approach
    - I follow a [high-protein](dietary_preference) diet
    - I don't follow any specific [diet](dietary_preference)
    - I eat [everything](dietary_preference)
    - [No specific diet](dietary_preference)
    - I have [no dietary preference](dietary_preference)
    - I eat [whatever](dietary_preference)
    - [normal](dietary_preference) diet
    - [regular](dietary_preference) diet
    - [standard](dietary_preference) diet
    - I don't follow any [particular diet](dietary_preference)
    - No [specific eating pattern](dietary_preference)
    - [omnivore](dietary_preference)

- intent: provide_health_goal
  examples: |
    - I want to [lose weight](health_goal)
    - I'm trying to [gain weight](health_goal)
    - I need to [maintain my weight](health_goal)
    - I'm looking to [build muscle](health_goal)
    - I want to [improve my energy](health_goal)
    - I need [better nutrition](health_goal)
    - I want to eat for [better health](health_goal)
    - I want to [manage my diabetes](health_goal)
    - I'm trying to [lower my blood pressure](health_goal)
    - I want to [reduce inflammation](health_goal)
    - I need to [improve my gut health](health_goal)
    - I'm looking to [enhance athletic performance](health_goal)
    - I'm looking to [improve mental clarity](health_goal)
    - I want to [reduce stress](health_goal)

- intent: provide_personal_info
  examples: |
    - I'm [25](age) years old, [65](weight) kg, [170](height) cm, [male](gender), [moderate](activity_level) activity
    - [35](age) years old, [70](weight) kg, [175](height) cm, [female](gender), [sedentary](activity_level) lifestyle
    - I'm [40](age), weight [80](weight) kg, height [180](height) cm, [male](gender), [very active](activity_level)
    - [19](age) years, [55](weight) kg, [165](height) cm, [female](gender), [lightly active](activity_level)
    - I'm [30](age) years old, [75](weight) kg, [178](height) cm, [non-binary](gender), [active](activity_level)
    - Age [45](age), weight [90](weight) kg, [185](height) cm tall, [male](gender), [sedentary](activity_level)
    - I'm [27](age), [68](weight) kilos, [172](height) centimeters, [female](gender), [highly active](activity_level)
    - [50](age) years, [82](weight) kg, [176](height) cm, [male](gender), [moderately active](activity_level)
    - Age is [22](age), weight is [58](weight) kg, height is [160](height) cm, [female](gender), [active](activity_level)
- intent: provide_restrictions
  examples: |
    - I have [lactose intolerance](restriction)
    - I need to avoid [high sodium](restriction) foods
    - I can't eat foods with [added sugar](restriction)
    - I have to follow a [low FODMAP](restriction) diet
    - I need [low carb](restriction) options
    - I have [celiac disease](restriction) so I can't have gluten
    - I need to avoid [high cholesterol](restriction) foods
    - I have [IBS](restriction) so I need to be careful
    - I need a [low histamine](restriction) diet
    - I have to watch my [oxalate](restriction) intake
    - I'm on a [low residue](restriction) diet
    - I need a [low acidic](restriction) diet
    - I have [fructose malabsorption](restriction)
    - I need [kidney-friendly](restriction) options
    - I require a [renal diet](restriction)
    - I have [diverticulitis](restriction)
    - I'm on a [low iodine](restriction) diet

- intent: provide_allergies
  examples: |
    - I'm allergic to [nuts](allergy)
    - I have a [shellfish](allergy) allergy
    - I can't eat [eggs](allergy)
    - I have a [dairy](allergy) allergy
    - I'm allergic to [wheat](allergy)
    - I can't have [soy](allergy)
    - I have a [fish](allergy) allergy
    - I'm allergic to [peanuts](allergy)
    - I can't eat [sesame](allergy)
    - I have an [almond](allergy) allergy
    - I'm allergic to [mustard](allergy)
    - I'm allergic to [molluscs](allergy)
    - I can't eat [sulfites](allergy)
    - I have a [corn](allergy) allergy
    - I have a [banana](allergy) allergy
    - I'm allergic to [latex fruits](allergy)

- intent: ask_diet_question
  examples: |
    - What foods are high in protein?
    - How many calories should I consume daily?
    - Is intermittent fasting effective?
    - What's the best time to eat before a workout?
    - Are eggs healthy?
    - How much water should I drink daily?
    - What are good sources of fiber?
    - What should I eat before bed?
    - How can I increase my metabolism?
    - What's the healthiest cooking oil?
    - How much protein do I need daily?
    - What supplements should I take?
    - What fruits are lowest in sugar?
    - Is dairy necessary for calcium?
    - What's the best diet for heart health?

- intent: change_diet_day
  examples: |
    - Can I change the meals for [Tuesday](day_of_week)?
    - I want different food on [Friday](day_of_week)
    - Let's update [Monday's](day_of_week) plan
    - Swap the meals for [Wednesday](day_of_week)
    - Change [Saturday](day_of_week) diet
    - I don't like the plan for [Sunday](day_of_week)
    - Can we adjust [Thursday](day_of_week)?
    - Update the meals for [Friday](day_of_week) please
    - I'd like to modify [Monday](day_of_week)'s breakfast and lunch
    - Rework the dinner for [Tuesday](day_of_week)
    - Need new options for [Wednesday](day_of_week)

- intent: change_user_info
  examples: |
    - Change my [dietary preference](change_field) to [vegan](new_value)
    - I want to update my [health goal](change_field) to [weight loss](new_value)
    - Update my [age](change_field) to [30](new_value)
    - Change [dietary preference](change_field) to [no specific diet](new_value)
    - Set my [weight](change_field) to [80kg](new_value)
    - Change my [height](change_field) to [185cm](new_value)
    - I'd like to change my [gender](change_field) to [non-binary](new_value)
    - Update [activity level](change_field) to [very active](new_value)
    - I need to change my [dietary preference](change_field)
    - Update my [health goal](change_field)
    - Change my [age](change_field)
    - [dietary preference](change_field)
    - [health goal](change_field)
    - [age](change_field)
    - [weight](change_field)
    - [height](change_field)
    - [gender](change_field)
    - [activity level](change_field)
    - [no specific diet](new_value)
    - [vegan](new_value)
    - [vegetarian](new_value)
    - [keto](new_value)