Scoring / Confidence of Intents using Amazon-Lex

老子叫甜甜 提交于 2020-01-30 06:45:09

问题


I try to get a scoring-value or a value for confidence of an intent using amazon-lex (PostText) but there is no response-element in json-file at all. (https://docs.aws.amazon.com/de_de/lex/latest/dg/API_runtime_PostText.html) Is there any level or threshold for a correct identification of an intent which is used by amazon-lex?

Thanks for your help.


回答1:


As of now, this feature is not available in Amazon Lex, we only get the matched intent as the response for post_text api.
You can have workaround for fallback intents but there is absolutely no way of getting accuracy score of intents as of now.
You may want to check some other NLP engines like Dialogflow, RASA, LUIS if you want accuracy score of the intents.



来源:https://stackoverflow.com/questions/54706370/scoring-confidence-of-intents-using-amazon-lex

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