I have exported a QnA Maker Knowledge Base and imported the same in another QnA Maker KB. The confidence score of the utterances increased in the newly added KB. This change in confidence score is impacting the responses. The questions that are working earlier are not giving the expected responses in the new KB. I have done this using export/import option provided in QnA Maker. I am unable to figure out why the confidence scores are getting changed. can anyone help on this?
Asked
Active
Viewed 191 times
0
-
When was your old KB created? – Nicolas R Oct 29 '18 at 21:24
-
@NicolasR Old KB created on September 14th, 2018 – vaatsalya Oct 30 '18 at 10:40
-
Ok so no impact from an "old" QnA Maker generation (before being GA) – Nicolas R Oct 30 '18 at 10:53
1 Answers
0
There is no static set of confidence scores. Confidence scores are generated dynamically for every utterance every time you call the API, which is non-deterministic by nature. Try training your QnAMaker app and see if it improves.

Kyle Delaney
- 11,616
- 6
- 39
- 66