Chinese-NLP-book / rasa_chinese_book_code

《Rasa实战:构建开源对话机器人》官方随书代码 | The official source code of Rasa in Action: Building Open Source Conversational AI
https://item.jd.com/13624358.html
317 stars 112 forks source link

多轮对话确定一个推荐,怎么实现? #17

Open terry8210 opened 3 months ago

terry8210 commented 3 months ago

多轮对话确定一个推荐,怎么实现? 人:你好 AI:你好 人:我要找大学 AI:你什么学历 人:高中 AI:你什么年龄 人:18岁 AI:你想读什么专业 人:计算机 AI:你想再什么地区 人:北京 AI:推荐你北京大学

如果要实现多轮条件合并才能推出结果,怎么实现呢?

howl-anderson commented 3 months ago

本身 Rasa 的就具有多轮对话的机制,在已知意图的情况下(查找大学),等到所有条件(学历、年龄、专业、地区)都收集完成时会自动调用对应的Action(推荐大学),这完全满足你现在的这种需求。另外,Rasa现在也在积极拥抱大模型,也推出了相关的功能,我建议你去官网或者官方GitHub上去看看,也许是更加先进和灵活的方案。

xiaoxiao-1022 commented 3 months ago

使用模型数据进行训练

一枝绿叶 @.***

 

------------------ 原始邮件 ------------------ 发件人: "Chinese-NLP-book/rasa_chinese_book_code" @.>; 发送时间: 2024年4月2日(星期二) 上午10:59 @.>; @.***>; 主题: [Chinese-NLP-book/rasa_chinese_book_code] 多轮对话确定一个推荐,怎么实现? (Issue #17)

多轮对话确定一个推荐,怎么实现? 人:你好 AI:你好 人:我要找大学 AI:你什么学历 人:高中 AI:你什么年龄 人:18岁 AI:你想读什么专业 人:计算机 AI:你想再什么地区 人:北京 AI:推荐你北京大学

如果要实现多轮条件合并才能推出结果,怎么实现呢?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>