Closed mynksthi closed 6 years ago
In our experience, entities are a decent way, phrase lists too. How much training have you done? i.e. how many utterances do you have mapped to your intents? How many intents do you have?
Thanks for your reply i am on a very initial phase of it utterances defined 14-20 intents 6 entities 8-9
20 utterances per intent is not too bad; around 50 to 100 is better, so maybe try upping the number of utterances per intent?
also, the similarity of the utterances can bring the score down. i.e. if your utterances all/some have fairly similar structures we found that LUIS get's 'confused' and scores lower.
we treat a score of below 0.5 as being 'too low' & then handle it in code.
Where i should define the similiar words
We have mainly done that in phrase lists.
How can i increase the prediction intent for the syntax words like order, ordering ,orders ? I have tried by defining them , in list entity (synonym) also i have tried with the add phrase feature How can increase the prediction for it upto minimum 0.7 ?
Thanks