gpt4 book ai didi

python - 如何通过设置阈值来处理 RASA NLU 中的回退意图

转载 作者:太空宇宙 更新时间:2023-11-03 15:47:27 25 4
gpt4 key购买 nike

我正在尝试在 RASA NLU 中构建一个应用程序,我想在其中将所有不理解的文本路由到 None Intent。

但是,如果我给出一些乱码文本,它不是给出 none 意图,而是给我一些其他意图。

My questions are:

  1. How do I set a threshold value for None Intent, such that if confidence score is below that it will fallback to the None Intent.
  2. Why is it routing to another intent instead of None intent when I'm giving gibberish input?

最佳答案

可以通过三种不同的方法来处理这些来自用户的意外输入。我们将按以下顺序实现它们:

  1. 设计以尽量减少回退 — 我们将首先添加更多意图。
  2. Collect the Garbage —— 我们将培养一个特殊的意图来收集垃圾垃圾。
  3. 自信地处理困惑 — 我们将添加逻辑来处理低迷置信度分类。

查看此博客文章以获取详细的解决方案。 https://blog.spg.ai/failing-gracefully-with-rasa-nlu-14a7d8e53af9

关于python - 如何通过设置阈值来处理 RASA NLU 中的回退意图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49171345/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com