Luis the bad intent

和自甴很熟 提交于 2019-12-13 09:06:24

问题


I defined one intent, "getPayment" with many utterances (lang fr): "What are my last payments" "have i new payment ?" "can i see my last payments" ....

But when i test my model, with this utterance : "What are doing today ?" or "what is the weather like today", my intent "getPayment" is returned with a hight score (~0.90).

How can i solve my problem ? I would like to the intent "None" to be returned. i will not defined all utterances/case possible in the intent "None" ?

Thanks


回答1:


You need to train your LUIS model with some "None" examples.

Giving it training examples won't limit what text will trigger the "None" intent, but it will help the other Intents (for example your "getPayment") fire more accurately.



来源:https://stackoverflow.com/questions/44715665/luis-the-bad-intent

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!