客户聊天机器人:中文智能客服机器人演示,包含闲聊和专业问答2个部分,支持自定义组件(中国智能客户聊天机器人演示,包括八卦和专业问答(FAQ),支持自定义组件!)

上传者: 42159267 | 上传时间: 2022-04-20 15:37:45 | 文件大小: 9.23MB | 文件类型: ZIP
客户聊天机器人 中文智能客服机器人demo,包含闲聊和专业问答2个部分,支持自定义组件 中国智能客户聊天机器人演示,包括八卦和专业问答(FAQ),支持自定义组件! 介绍 一,本项目由两个部分组成,一是基于tf-idf检索的召回模型,二是基于CNN的精排模型,本项目将相互融合,构造召回+排序的客服聊天机器人。系统支持闲聊模式和该版本为第一版本,速度等其他性能还有待提升,这些工作会在后期陆续上传。根据当前和常见问题解答模式,采取的数据分别为小黄鸡闲聊数据集和垂直领域的常见问题问答数据集。的反馈,系统的难点在于内置一个精度高且耗时短的rerank模型,如果要在工业上使用,需要大改;如果是想要熟悉的问

文件下载

资源详情

[{"title":"( 79 个子文件 9.23MB ) 客户聊天机器人:中文智能客服机器人演示,包含闲聊和专业问答2个部分,支持自定义组件(中国智能客户聊天机器人演示,包括八卦和专业问答(FAQ),支持自定义组件!)","children":[{"title":"Customer-Chatbot-master","children":[{"title":"xiaotian-chatbot1.0","children":[{"title":"stopwordList","children":[{"title":"stopword.txt <span style='color:#111;'> 26.09KB </span>","children":null,"spread":false}],"spread":true},{"title":"Rerank","children":[{"title":"rerank_model.py <span style='color:#111;'> 2.67KB </span>","children":null,"spread":false},{"title":"data_preprocess1.py <span style='color:#111;'> 245B </span>","children":null,"spread":false},{"title":"model","children":[{"title":"bestval","children":[{"title":"acc0.613_36.ckpt-35.index <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"acc0.613_36.ckpt-35.data-00000-of-00001 <span style='color:#111;'> 3.25MB </span>","children":null,"spread":false},{"title":"acc0.613_36.ckpt-35.meta <span style='color:#111;'> 2.00MB </span>","children":null,"spread":false},{"title":"checkpoint <span style='color:#111;'> 288B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"data_helper.py <span style='color:#111;'> 3.06KB </span>","children":null,"spread":false},{"title":"metrics.py <span style='color:#111;'> 4.22KB </span>","children":null,"spread":false},{"title":".idea","children":[{"title":"misc.xml <span style='color:#111;'> 384B </span>","children":null,"spread":false},{"title":"encodings.xml <span style='color:#111;'> 135B </span>","children":null,"spread":false},{"title":"workspace.xml <span style='color:#111;'> 22.96KB </span>","children":null,"spread":false},{"title":"deployment.xml <span style='color:#111;'> 736B </span>","children":null,"spread":false},{"title":"Rerank.iml <span style='color:#111;'> 494B </span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'> 264B </span>","children":null,"spread":false}],"spread":true},{"title":"data_preprocess2.py <span style='color:#111;'> 4.18KB </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"data_preprocess2.cpython-36.pyc <span style='color:#111;'> 4.03KB </span>","children":null,"spread":false},{"title":"model_utils.cpython-36.pyc <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"data_helper.cpython-36.pyc <span style='color:#111;'> 2.69KB </span>","children":null,"spread":false},{"title":"metrics.cpython-36.pyc <span style='color:#111;'> 4.78KB </span>","children":null,"spread":false},{"title":"model.cpython-36.pyc <span style='color:#111;'> 5.44KB </span>","children":null,"spread":false},{"title":"rerank_model.cpython-36.pyc <span style='color:#111;'> 2.50KB </span>","children":null,"spread":false}],"spread":true},{"title":"model_utils.py <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"qacnn.py <span style='color:#111;'> 10.43KB </span>","children":null,"spread":false},{"title":"model.py <span style='color:#111;'> 7.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"data","children":[{"title":"corpus1","children":[{"title":"faq","children":[{"title":"qa_.csv <span style='color:#111;'> 8.52KB </span>","children":null,"spread":false}],"spread":true},{"title":"raw","children":[{"title":"dev.txt <span style='color:#111;'> 74B </span>","children":null,"spread":false},{"title":"test.txt <span style='color:#111;'> 56B </span>","children":null,"spread":false},{"title":"train.txt <span style='color:#111;'> 382B </span>","children":null,"spread":false}],"spread":true},{"title":"chat","children":[{"title":"chat-small2.txt <span style='color:#111;'> 5.62KB </span>","children":null,"spread":false}],"spread":true},{"title":"project-data","children":[{"title":"word_vocab.txt <span style='color:#111;'> 19B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"userdict","children":[{"title":"userdict.txt <span style='color:#111;'> 33B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 6.02KB </span>","children":null,"spread":false},{"title":"word2vec","children":[{"title":"70000-small.txt <span style='color:#111;'> 10B </span>","children":null,"spread":false}],"spread":true},{"title":"Recall","children":[{"title":"jiebaSegment.py <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"sentence.py <span style='color:#111;'> 750B </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"sentenceSimilarity.cpython-36.pyc <span style='color:#111;'> 4.27KB </span>","children":null,"spread":false},{"title":"sentence.cpython-36.pyc <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"recall_model.cpython-36.pyc <span style='color:#111;'> 2.99KB </span>","children":null,"spread":false},{"title":"jiebaSegment.cpython-36.pyc <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"tmodel.cpython-36.pyc <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false}],"spread":true},{"title":"sentenceSimilarity.py <span style='color:#111;'> 3.60KB </span>","children":null,"spread":false},{"title":"recall_model.py <span style='color:#111;'> 4.00KB </span>","children":null,"spread":false}],"spread":true},{"title":"qa-control.py <span style='color:#111;'> 6.92KB </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 2.11KB </span>","children":null,"spread":false},{"title":"smart-chatbot-zero","children":[{"title":"stopwordList","children":[{"title":"stopword.txt <span style='color:#111;'> 26.09KB </span>","children":null,"spread":false}],"spread":true},{"title":"Rerank","children":[{"title":"rerank_model.py <span style='color:#111;'> 2.67KB </span>","children":null,"spread":false},{"title":"data_preprocess1.py <span style='color:#111;'> 245B </span>","children":null,"spread":false},{"title":"model","children":[{"title":"bestval","children":[{"title":"acc0.613_36.ckpt-35.index <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"acc0.613_36.ckpt-35.data-00000-of-00001 <span style='color:#111;'> 3.25MB </span>","children":null,"spread":false},{"title":"acc0.613_36.ckpt-35.meta <span style='color:#111;'> 2.00MB </span>","children":null,"spread":false},{"title":"checkpoint <span style='color:#111;'> 288B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"data_helper.py <span style='color:#111;'> 3.06KB </span>","children":null,"spread":false},{"title":"metrics.py <span style='color:#111;'> 4.22KB </span>","children":null,"spread":false},{"title":"data_preprocess2.py <span style='color:#111;'> 4.18KB </span>","children":null,"spread":false},{"title":"model_utils.py <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"qacnn.py <span style='color:#111;'> 10.43KB </span>","children":null,"spread":false},{"title":"model.py <span style='color:#111;'> 7.00KB </span>","children":null,"spread":false}],"spread":true},{"title":"data","children":[{"title":"corpus1","children":[{"title":"faq","children":[{"title":"qa_.csv <span style='color:#111;'> 218B </span>","children":null,"spread":false}],"spread":true},{"title":"raw","children":[{"title":"dev.txt <span style='color:#111;'> 74B </span>","children":null,"spread":false},{"title":"test.txt <span style='color:#111;'> 56B </span>","children":null,"spread":false},{"title":"train.txt <span style='color:#111;'> 382B </span>","children":null,"spread":false}],"spread":true},{"title":"chat","children":[{"title":"chat-small2.txt <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"image","children":[{"title":"rerank1.png <span style='color:#111;'> 46.99KB </span>","children":null,"spread":false},{"title":"recall1.png <span style='color:#111;'> 16.56KB </span>","children":null,"spread":false},{"title":"recall2.png <span style='color:#111;'> 12.05KB </span>","children":null,"spread":false},{"title":"faq.png <span style='color:#111;'> 18.91KB </span>","children":null,"spread":false},{"title":"chat-end.png <span style='color:#111;'> 13.37KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"project-data","children":[{"title":"word_vocab.txt <span style='color:#111;'> 19B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"userdict","children":[{"title":"userdict.txt <span style='color:#111;'> 26B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 6.33KB </span>","children":null,"spread":false},{"title":"word2vec","children":[{"title":"70000-small.txt <span style='color:#111;'> 10B </span>","children":null,"spread":false}],"spread":true},{"title":"Recall","children":[{"title":"jiebaSegment.py <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"sentence.py <span style='color:#111;'> 750B </span>","children":null,"spread":false},{"title":"data_helper.py <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false},{"title":"sentenceSimilarity.py <span style='color:#111;'> 3.60KB </span>","children":null,"spread":false},{"title":"recall_model.py <span style='color:#111;'> 2.89KB </span>","children":null,"spread":false}],"spread":true},{"title":"qa-control.py <span style='color:#111;'> 4.70KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明