基于pytorch的中文意图识别和槽位填充
☆216Aug 5, 2025Updated 8 months ago
Alternatives and similar repositories for pytorch_bert_intent_classification_and_slot_filling
Users that are interested in pytorch_bert_intent_classification_and_slot_filling are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- BERT-based intent and slots detector for chatbots.☆239Feb 21, 2025Updated last year
- 对深度学习中的NLP进行解释和代码使用☆63Jan 5, 2024Updated 2 years ago
- 一个使用tensorflow2.3开发的基于Bert的意图识别的自然语言理解任务Demo☆27May 11, 2024Updated last year
- 使用bert做领域分类、意图识别和槽位填充任务☆79Jun 11, 2020Updated 5 years ago
- 基于意图识别和命名实体识别的多轮对话场景设计☆39May 16, 2019Updated 6 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- pytorch+bert实现的意图识别与槽位填充☆11May 30, 2023Updated 2 years ago
- intent detection and slot filling 意图识别与槽填充联合模型☆44Sep 11, 2022Updated 3 years ago
- 基于多图神经网络的领域知识和语法结构融合的中文医疗问询意图识别方法☆17Nov 28, 2022Updated 3 years ago
- Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"☆47Sep 5, 2023Updated 2 years ago
- Advanced Multi-Turn QA System with LLM and Intent Recognition. 基于LLM大语言模型意图识别、参数抽取结合slot词槽技术实现多轮问答、NL2API. 打造Function Call多轮问答最佳实践☆681Jul 17, 2025Updated 9 months ago
- Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"☆740Jan 11, 2024Updated 2 years ago
- 医药知识图谱自动问答系统实现,包括构建知识图谱、基于知识图谱的流水线问答以及前端实现。实体识别(基于词典+BERT_CRF)、实体链接(Sentence-BERT做匹配)、意图识别(基于提问词+领域词词典)。☆343Mar 9, 2022Updated 4 years ago
- 基于LLM的多轮问答系统。结合了意图识别和词槽填充技术☆22Jul 30, 2025Updated 8 months ago
- 语义理解/口语理解,项目包含有词法分析:中文分词、词性标注、命名实体识别;口语理解:领域分类、槽填充、意图识别。☆184Jan 8, 2019Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 基于知识图谱的智能问答系统,包含意图识别与类知识库送入LLM方法☆59Jan 25, 2024Updated 2 years ago
- 毕业设计(医疗问答系统)☆28Mar 28, 2022Updated 4 years ago
- 基于pytorch+bilstm_crf的中文命名实体识别☆14Sep 13, 2022Updated 3 years ago
- 音乐类语料的意图识别填槽以及槽值纠错模型☆18Mar 24, 2023Updated 3 years ago
- 使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战☆207May 4, 2024Updated last year
- 构建一个医疗领域知识图谱和一个基于Flask的简易网页聊天机器人,通过ner获取用户问题的实体并在知识图谱内提取答案。☆12Apr 25, 2023Updated 2 years ago
- ☆10Feb 17, 2019Updated 7 years ago
- 基于预训练模型的中文关键词抽取方法(论文SIFRank: A New Baseline for Unsupervised Keyphrase Extraction Based on Pre-trained Language Model 的中文版代码)☆12May 17, 2020Updated 5 years ago
- 中文自然语言的实体抽取和意图识别(Natural Language Understanding),可选Bi-LSTM + CRF 或者 IDCNN + CRF☆188Sep 30, 2018Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Character Embedding + ESIM + Focal Loss for Chinese Answer Sentence Selection☆10Jan 4, 2020Updated 6 years ago
- dialogbot, provide search-based dialogue, task-based dialogue and generative dialogue model. 对话机器人,基于问答型对话、任务型对话、聊天型对话等模型实现,支持网络检索问答,领域知识…☆329Apr 23, 2024Updated last year
- 实体关系联合抽取模型/ My project on joint exraction of entities and relations☆21Mar 21, 2022Updated 4 years ago
- 基于知识图谱的医疗问答系统☆18Aug 3, 2023Updated 2 years ago
- 基于TextCNN,测试三种对抗训练模型(FGSM,PGD,FREE)在text classification上的表现☆13Mar 5, 2022Updated 4 years ago
- A Challenge on Dialog Systems with Retrieval Augmented Generation (FutureDial-RAG), Co-located with SLT2024 FutureDial-RAG Challenge☆11Aug 10, 2024Updated last year
- 实现了简单的智能问答应用。输入问答列表,训练模型,一个智能智能问答机器人便生成了!☆18Mar 16, 2023Updated 3 years ago
- ☆16May 25, 2019Updated 6 years ago
- 收集大模型相关面试题|agent|上下文工程|强化学习|langgraph|langchain|rag|微调☆63Apr 6, 2026Updated last week
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆594May 15, 2023Updated 2 years ago
- 基于ERNIE的中文NER☆37May 25, 2022Updated 3 years ago
- 意图槽位模型训练框架(单意图、独立槽位),使用的是JointBERT的结构进行编写,槽位提取时可以选择双指针(Binary Pointer)实体抽取和Global Pointer两种方法。☆21May 11, 2024Updated last year
- 基于Bert的智能问答系统!☆30Feb 25, 2020Updated 6 years ago
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等☆63Dec 8, 2022Updated 3 years ago
- 使用vis.js可视化知识图谱,使用Flask框架,数据库为neo4j,实现查询节点,显示节点的知识图谱导力图☆17Mar 2, 2023Updated 3 years ago
- 四川方言语音数据集☆20May 9, 2023Updated 2 years ago