superjcd / chatbotLinks
基于seq2seq和注意力机制训练对中文话机器人
☆29Updated 6 years ago
Alternatives and similar repositories for chatbot
Users that are interested in chatbot are comparing it to the libraries listed below
Sorting:
- 文本分类的目前测试效果较好的算法☆57Updated 5 years ago
- A trial of kbqa based on bert for NLPCC2016/2017 Task 5 (基于BERT的中文知识库问答实践,代码可跑通)☆272Updated 6 years ago
- 使用tensorflow构建的seq2seq+attention+beansearch 的聊天机器人模型☆47Updated 6 years ago
- 客服机器人,Chinese Retreival chatbot(中文检索式机器人)用到的一些QA模型,基于tf-idf,lsa,cnn,transformer,bert等☆443Updated 3 years ago
- bert文本分类,ner, albert,keras_bert,bert4keras,kashgari,fastbert,flask + uwsgi + keras部署模型,时间实体识别,tfidf关键词抽取,tfidf文本相似度,用户情感分析☆196Updated last year
- 基于Bi-GRU + CRF 的中文机构名、人名识别, 支持google bert模型☆168Updated 6 years ago
- 基于Seq2Seq的多轮对话系统和基于LSTM的问答机制☆33Updated 6 years ago
- 使用bert做领域分类、意图识别和槽位填充任务☆77Updated 5 years ago
- 对四种句子/文本相似度计算方法进行实验与比较☆291Updated 4 years ago
- 中文自然语言的实体抽取和意图识别(Natural Language Understanding),可选Bi-LSTM + CRF 或者 IDCNN + CRF☆185Updated 6 years ago
- keras+python3下的seq2seq+attention中文对话系统