Intents #3

Open
opened 2021-10-21 01:45:18 +02:00 by pytoxic · 2 comments

Define and Flesh Out Intents:

  • Inform

  • Out Of Scope & Non-English

  • Chitchat (Retrial Intent)

  • Affirm

  • Deny

  • Greet

  • Bye

  • Bot Challenge

Define and Flesh Out Intents: * Inform * Out Of Scope & Non-English * Chitchat (Retrial Intent) * Affirm * Deny * Greet * Bye * Bot Challenge
pytoxic added this to the Registration to SSO milestone 2021-10-21 01:45:18 +02:00
pytoxic added the
Priority: High
label 2021-10-21 01:45:18 +02:00
pratyush was assigned by pytoxic 2021-10-21 01:45:18 +02:00
pytoxic self-assigned this 2021-10-21 01:45:18 +02:00
pytoxic added this to the Interactive Reg Bot project 2021-10-21 01:45:18 +02:00
Author

First define these (for registration)

  1. Greet
  2. Goodbye
  3. Affirm
  4. Deny
  5. Inform
  6. Out_of_scope/general
  7. Out_of_scope/non-english

6 and 7 are retrieval intents (needs rule and two responses in domain)

### First define these (for registration) 1. Greet 2. Goodbye 3. Affirm 4. Deny 5. Inform 6. Out_of_scope/general 7. Out_of_scope/non-english 6 and 7 are retrieval intents (needs rule and two responses in domain)
Owner

So I have, in the original 3 intents namely greet, signup and inform. But maybe they are all redundant in a way?

What if some smartass like me who knows everything comes along and decides to say "hi, can I want to register an account for username@example.org"

Does it trigger all three intents simultaneously or does it have to go step by step. They should all be together in a single training set. Saying “Hi” saying “hi, i want an account” and saying all of it together should work as intended.

Let’s say the entity extraction detects the service required (just calling it that for now) it shouldn’t greet just greet the user like a dumbass. Similarly, for the situation where the user specifies the service and the email. It should respond appropriately.

P.S. This is redundant probably because this can be fixed with well written stories

So I have, in the original 3 intents namely `greet`, `signup` and `inform`. But maybe they are all redundant in a way? What if some smartass like me who knows everything comes along and decides to say `"hi, can I want to register an account for username@example.org"` Does it trigger all three intents simultaneously or does it have to go step by step. They should all be together in a single training set. Saying "Hi" saying "hi, i want an account" and saying all of it together should work as intended. Let's say the entity extraction detects the `service` required (just calling it that for now) it shouldn't greet just greet the user like a dumbass. Similarly, for the situation where the user specifies the `service` and the `email`. It should respond appropriately. P.S. This is redundant probably because this can be fixed with well written stories
pratyush added a new dependency 2021-10-23 02:48:24 +02:00
Sign in to join this conversation.
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
#6 Typo Recognition
LibertaCasaTrash/InteractiveRegistration
Reference: LibertaCasaTrash/InteractiveRegistration#3
No description provided.