首页 > 解决方案 > How can I create a bot able to ask for multiple values in a single prompt?

问题描述

Imagine I want to create a bot to attend a pizza delivery service. But I would like to handle if a customer want ask multiple ingredients like:

  bot: what ingredients do you want?
  user: please with cheese, mushrooms, and corn

I have tried AWS Lex, but a single intent can handle a single value per slot.

What framework and facility can I use to do that?

标签: machine-learningnlpbotsaws-lexnatural-language-processing

解决方案


似乎任何可以处理多标签分类的框架都可以对此有所帮助。Alternativle 尝试在这些实体上训练 NER。


推荐阅读