Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Did you mean..." Behaviour #312

Open
philipp2310 opened this issue Oct 4, 2020 · 0 comments
Open

"Did you mean..." Behaviour #312

philipp2310 opened this issue Oct 4, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@philipp2310
Copy link
Member

philipp2310 commented Oct 4, 2020

There is room for improvement for when Alice didn't understand the user.
The problem can be bad ASR (a) or missing NLU training data (b)

a)
spoken "what is the temperature in the kitchen"
ASR: "temperature in the kitchen"
NLU 40% confidence for intent: "increase the temperature in the kitchen"
*new -> Alice: "did you say [please increase the temperature in the kitchen]" - with the replied text coming from the first entry of dialogTemplate for the recognized intent, filled with the recognized slots

b)
spoken "what is the temp in the kitchen"
ASR: "what is the temp in the kitchen"
NLU 40% confidence for intent: "what is the temperature in the kitchen"
*new -> Alice: "did you say [what is the temperature in the kitchen]" - with the replied text coming from the first entry of dialogTemplate for the recognized intent, filled with the recognized slots

A faster way for now would be to echo the captured input (ASR) to the user and ask if it was his input. This might create very strange and unnatural voice output.

@philipp2310 philipp2310 added the enhancement New feature or request label Oct 4, 2020
@philipp2310 philipp2310 added this to the 1.0.0 milestone Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant