赞
踩
整理者:我爱机器学习
本文将持续更新,烦请留言告知遗漏的高质量资源
链接:https://github.com/shaohua/awesome-chatbot
链接:聊天机器人技术的研究进展
链接:https://www.zhihu.com/question/28283196
链接:https://github.com/rustcbf/dgk_lost_conv
链接:Awesome Telegram Chatbots You Should Check Out
Paper1:https://arxiv.org/pdf/1409.3215v3.pdf
Paper2:https://arxiv.org/pdf/1506.05869v3.pdf
代码与语料
git clone –recursive GitHub - rustch3n/chatbot-zh-torch7: 中文Neural conversational model in Torch #代码
git clone –recursive https://github.com/rustcbf/dgk_lost_conv #语料
git clone –recursive GitHub - chenb67/neuralconvo: Neural conversational model in Torch#以上两个在此源码进行改进,可作为参考
链接:自己动手做聊天机器人教程
链接:构建自己的智能聊天机器人
Framework: TensorflowDemo result:
- Hi → Hi.
- What is your name ? → Laura.
- What does that mean ? → I dunno.
- How old are you ? → thirty-five.
- Who is Laura ? → My brother.
- Say 'goodbye' → Alright.
- Two plus two → manny...
Framework: Tensorflow
No answering randomisation is implemented in this code, so the models answers with the same phrase way each time:未实现回答的是随机化,仅对模型的末尾加入了稀疏层。
- hello baby → hello
- how old are you ? → twenty .
- i am lonely → i am not
- nice → you ' re not going to be okay .
- so rude → i ' m sorry .
- are you a robot or human? → no .
- are you better than siri? → yes .
Framework: Tensorflow
Google Official seq2seq implementation, attention included. Originlly for translation, can be used as Q/A;Google官方的seq2seq实现,采用了注意力机制(Luong et al., 2015),原本用于语言翻译,也适用于简单Q/A。
Framework: Torch 6.xSource code for a bunch of super nice articles by Jiwei Li - one of my favorite researches in the domain of neural conversational systems. Worth checking out.
- tell me ... how long have you had this falling sickness ? → a few months, I guess .
- so i had the doctors test sammy ’s response to conditioning . → so he took the pills .
- what are you going to do ? → i ’m going to get you a new car .
- they fear your power your intellect . → i ’m not afraid of your power .
Framework: Torch 7
最早的对《A Neural Conversational Model》的实现之一,当时给的Demo效果非常有意思。
- Hello? → Hi.
- How are you? → I'm fine.
- What's your name? → It's hard to describe.
- How so? → I'm not sure.
- What color is the sky? → It's blue.
- What is your job? → It's not that i'm a fucking werewolf!
Framework: Torch 7
从neuralconvo修改而来的,当时应该是第一个中文的RNN based chatbot DEMO。
Framework: Tensorflow一个中文的Demo,说明比较详细,推荐。
result:
- 你到哪里去 →你不是说你不是我的
- 你喜欢我吗? →我喜欢你
- 你吃了吗? →我还没吃饭呢
- 你喜欢喝酒吗? →我不知道
- 你说话没有逻辑啊 →没有
链接:聊天机器人 - 搜索结果
链接:聊天机器人 - 搜索结果
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。