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

Implement a quality check via the Dialogflow API #4

Open
3 tasks
anbo-de opened this issue Jun 11, 2021 · 6 comments
Open
3 tasks

Implement a quality check via the Dialogflow API #4

anbo-de opened this issue Jun 11, 2021 · 6 comments

Comments

@anbo-de
Copy link
Collaborator

anbo-de commented Jun 11, 2021

Context

The quality of a chatbot should be measured in multiple dimensions. The custom script should be written and test cases should be prepared for each dimension of quality check. Script should demonstrate quality check report after its execution.

Definition of Done (DoD)

  • Quality check for the intent recognition (Precision, Recall)
  • Quality check for the components recognition (Precision, Recall)
  • Quality check for KGQA system (in multiple languages)
@jayeshdesai4520
Copy link
Owner

Hi, can I have context about this issue

@RicardoUsbeck
Copy link
Collaborator

We were discussing, that you need to test whether certain intents stay stable. That is, implement tests which fire not only one turn but multiple so you can see whether a conversation works or not.

@jayeshdesai4520
Copy link
Owner

jayeshdesai4520 commented Jun 18, 2021

Hi, I know two platforms to test the chatbot

  1. https://www.botium.ai/
  2. https://qbox.ai/GetStarted

Botium has a free plan to test

qbox gives only 5 free tests

I have used both of them just to test the current intents of our chatbot and both of them works fine

below are the images of testing

Botium -
screenshot

qbox.ai -
screenshot

@anbo-de
Copy link
Collaborator Author

anbo-de commented Jul 2, 2021

@jayeshdesai4520 Where is the current quality check available/accessible?

@jayeshdesai4520
Copy link
Owner

jayeshdesai4520 commented Jul 16, 2021

@anbo-de here is the screenshot of the test which I ran today Botium was taking so much time so I did use Qbox.ai
https://i.imgur.com/H1SGatb.png

so the result is I need to add more training phrases in 6 intents according to Test

@anbo-de
Copy link
Collaborator Author

anbo-de commented Aug 13, 2021

@jayeshdesai4520 Please create list of test cases as preparation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants