hdh112 / FruitBot

Empathy chatbot implementation that orders fruits
0 stars 0 forks source link

Handle sentences with multiple intents #3

Open hdh112 opened 4 years ago

hdh112 commented 4 years ago

Needs to consider labelling method

hdh112 commented 4 years ago

Labelling method

Required intents to complete an order

Whether or not to use the following:

(Reference: Diagram / URL )

Helpful resources

hdh112 commented 4 years ago

Intent groups

Group 0 : Basic intent

Group 2 : fruit_quantity

Group 4: fruit_taste

Used to decide Group 1(fruit_type)

Group 5: fruit_easy

Used to decide Group 1(fruit_type)

Group 6: fruit_size

Used to decide Group 1(fruit_type)

Group 7: user_status

Used for empathy, a more friendly conversation scenario, and understand user's needs TODO: may have multiple user status

hdh112 commented 4 years ago

TODO