Chatbot继续沿着LLM前进,近期更新小参数量SLM的和训练脚本,支持本地训练。新增ChatAgent,实现各种有实际场景价值的Agent实现。
☆3,595Oct 9, 2025Updated 4 months ago
Alternatives and similar repositories for chatbot
Users that are interested in chatbot are comparing it to the libraries listed below
Sorting:
- 自己动手做聊天机器人教程☆6,020Jul 18, 2022Updated 3 years ago
- 中文公开聊天语料库☆4,176Apr 23, 2024Updated last year
- 基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话☆704Jul 10, 2024Updated last year
- 基於向量匹配的情境式聊天機器人☆904Oct 18, 2024Updated last year
- seq2seq中文聊天机器人☆337May 14, 2018Updated 7 years ago
- 基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口☆1,294Jun 13, 2021Updated 4 years ago
- 对话机器人(聊天机器人)设计思考☆803Sep 8, 2020Updated 5 years ago
- 使用TensorFlow实现的Sequence to Sequence的聊天机器人模型☆793Jun 21, 2018Updated 7 years ago
- Another Chinese chatbot implemented in PyTorch, which is the sub-module of intelligent work order processing robot. 👩🔧☆912Jul 25, 2024Updated last year
- Turn Chinese natural language into structured data 中文自然语言理解☆1,533Jul 30, 2024Updated last year
- 中文智能客服机器人demo,包含闲聊和专业问答2个部分,支持自定义组件(Chinese intelligent customer chatbot Demo, including the gossip and the professional Q&A(FAQ) , suppo…☆314Apr 9, 2022Updated 3 years ago
- 用于训练中英文对话系统的语料库 Datasets for Training Chatbot System☆2,051Sep 23, 2020Updated 5 years ago
- building a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)☆980Feb 12, 2026Updated 2 weeks ago
- 客服机器人,Chinese Retreival chatbot(中文检索式机器人)用到的一些QA模型,基于tf-idf,lsa,cnn,transformer,bert等☆444Apr 9, 2022Updated 3 years ago
- Just another seq2seq repo☆322Oct 8, 2018Updated 7 years ago
- 中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽…☆79,098May 10, 2024Updated last year
- 自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,b…☆1,539Sep 23, 2021Updated 4 years ago
- Awesome Chatbot Projects,Corpus,Papers,Tutorials.Chinese Chatbot =>:☆2,163May 5, 2024Updated last year
- 中文近义词:聊天机器人,智能问答工具包☆5,106Feb 1, 2026Updated last month
- 基于知识图谱的问答系统,BERT做命名实体识别和句子相似度,分为online和outline模式☆1,473Dec 16, 2021Updated 4 years ago
- A curated list of resources for Chinese NLP 中文自然语言处理相关资料☆7,925Jul 27, 2023Updated 2 years ago
- (已不维护)Rasa中文聊天机器人☆532Dec 8, 2022Updated 3 years ago
- 大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP☆9,862Feb 6, 2026Updated 3 weeks ago
- 行业内关于智能客服、聊天机器人的应用和架构、算法分享和介绍☆1,342Aug 26, 2025Updated 6 months ago
- GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI思想)☆3,012Oct 30, 2023Updated 2 years ago
- 中文聊天机器人,基于10万组对白训练而成,采用注意力机制,对一般问题都会生成一个有意义的答复。已上传模型,可直接运行。☆323Sep 17, 2023Updated 2 years ago
- Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)☆10,175Jul 15, 2025Updated 7 months ago
- A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱…☆7,173Aug 8, 2024Updated last year
- Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类☆3,422May 7, 2022Updated 3 years ago
- 100+ Chinese Word Vectors 上百种预训练中文词向量☆12,183Oct 30, 2023Updated 2 years ago
- FAQ-based Question Answering System☆2,580Nov 28, 2020Updated 5 years ago
- My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot☆2,924Dec 30, 2022Updated 3 years ago
- A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型☆3,983Nov 21, 2022Updated 3 years ago
- A Chinese task oriented chatbot in IVR(Interactive Voice Response) domain, implement by rasa. This is a demo with toy dataset, more data…☆498Nov 30, 2020Updated 5 years ago
- 基于seq2seq模型的简单对话系统的tf实现,具有embedding、attention、beam_search等功能,数据集是Cornell Movie Dialogs☆337Apr 9, 2020Updated 5 years ago
- 基于Pytorch的中文聊天机器人 集成BeamSearch算法☆242Sep 23, 2017Updated 8 years ago
- 复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!☆2,795Aug 30, 2025Updated 6 months ago
- ChatterBot is a machine learning, conversational dialog engine for creating chat bots☆14,477Feb 17, 2026Updated 2 weeks ago
- Chinese version of GPT2 training code, using BERT tokenizer.☆7,599Apr 25, 2024Updated last year