Skip to content

👾 For syncing between the training data managed by manual and auto-generate data by QnA maker.

Notifications You must be signed in to change notification settings

kimtth/azure-bot-active-learning-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-bot-active-learning-sync

Azure Bot framework active learning sync between old and new

Once export data from QnA Maker when active learning turns on, you will find auto-generate suggestion data on the SuggestedQuestions column. PFA image and blue highlighted area, Unfortunately, I am not able to find the image with data on SuggestedQuestions column.

If you want to sync between this suggestion data on the train data which is being managed by manual or other tool and the suggestion data which is being created from QnA Maker. you can utilize this code.

The intent of questions will be extracted from the file name of excel.

e.g. Excel file name : itent1_qna.xlsx -> The QA in this file would be assigned as an intent1.

The matching algorithm for detecting the existence of duplicates question and answer is using a unique id which is generated by merging question and answer after clearing junk text.

e.g. Excel Template of Azure QnA Maker, one of part of Azure Bot framework.

ref

References

https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/improve-knowledge-base

About

👾 For syncing between the training data managed by manual and auto-generate data by QnA maker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages