aceimnorstuvwxz / awesome-chatbot-list

深度学习聊天机器人资源集合 Awesome chatbot resource list
287 stars 49 forks source link

中文资源列表 #1

Open aceimnorstuvwxz opened 6 years ago

aceimnorstuvwxz commented 6 years ago

本帖讨论语料资源

aceimnorstuvwxz commented 6 years ago

小黄鸡及字幕对白语料:https://github.com/fateleak/dgk_lost_conv

aceimnorstuvwxz commented 6 years ago

敏感词表:https://github.com/importcjj/sensitive/blob/master/dict/dict.txt

aceimnorstuvwxz commented 6 years ago

shareditor的聊天机器人系列文章 https://github.com/warmheartli/ChatBotCourse

aceimnorstuvwxz commented 6 years ago

群友岚分享的在创新工厂做chatbot的经验:https://zhuanlan.zhihu.com/p/34927757

aceimnorstuvwxz commented 6 years ago

群友分享DeepQA讲解:https://blog.csdn.net/zzz_cming/article/details/81219199

aceimnorstuvwxz commented 6 years ago

聊天机器人现状:https://www.jiqizhixin.com/articles/2018-07-26-9

aceimnorstuvwxz commented 6 years ago

百度的AnyQ,比较可靠的在预置QA集合上的应答机器人:https://github.com/baidu/AnyQ

aceimnorstuvwxz commented 6 years ago

用自己的数据集实现中文聊天机器人 https://blog.csdn.net/zzZ_CMing/article/details/81316033

aceimnorstuvwxz commented 6 years ago

邪神词库😈 https://github.com/fateleak/awesome-chatbot-list/blob/master/%E9%82%AA%E7%A5%9E%E6%9C%80%E5%BC%BA%E8%AF%8D%E5%BA%93.txt

aceimnorstuvwxz commented 6 years ago

https://github.com/charlesXu86/chatbot

aceimnorstuvwxz commented 5 years ago

基于知识图谱的问答系统,BERT做命名实体识别和句子相似度,分为online和outline模式 https://github.com/WenRichard/KBQA-BERT 目前的demo,等论文投了应该会主攻这个方向,我的知乎专栏https://zhuanlan.zhihu.com/c_1074636190241751040 有相同研究方向的同学多捧个场!

aceimnorstuvwxz commented 5 years ago

https://github.com/wudejian789/Attention-Seq2Seq-Chatbot-by-Pytorch1.0.1 毕设seq2seq attention 聊天机器人的代码开源了[表情]