中文医学NLP公开资源整理:术语集/语料库/词向量/预训练模型/知识图谱/命名实体识别/QA/信息抽取/模型/论文/etc
☆2,547Jan 17, 2024Updated 2 years ago
Alternatives and similar repositories for awesome_Chinese_medical_NLP
Users that are interested in awesome_Chinese_medical_NLP are comparing it to the libraries listed below
Sorting:
- [Medical_NLP ➟ Awesome-AI4Med] medical-related LLMs, Multimodal systems, Datasets, Benchmarks, and more.☆2,564Updated this week
- A Chinese EHR Bert Pretrained Model.☆269Jul 14, 2021Updated 4 years ago
- Chinese medical dialogue data 中文医疗对话数据集☆1,647Aug 18, 2023Updated 2 years ago
- [CBLUE1] 中文医疗信息处理基准CBLUE: A Chinese Biomedical Language Understanding Evaluation Benchmark☆831May 3, 2023Updated 2 years ago
- Chinese Word2vec Medicine,中文医学词向量☆203Feb 26, 2025Updated last year
- DeepIE: Deep Learning for Information Extraction☆1,943Dec 9, 2022Updated 3 years ago
- A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱…☆7,191Aug 8, 2024Updated last year
- ☆1,438Nov 3, 2023Updated 2 years ago
- 该项目是基于医疗领域知识图谱的问答系统。实现比较简单。☆1,397May 24, 2019Updated 6 years ago
- Chinese clinical named entity recognition using pre-trained BERT model☆127Apr 15, 2021Updated 4 years ago
- 本项目开源硕士毕业论文“BERT模型在中文临床自然语言处理中的 应用探索与研究”相关模型☆134Apr 28, 2021Updated 4 years ago
- 手工整理医疗行业词汇、术语等语料。可用于语音识别、对话系统等各类nlp模型训练。☆124Apr 5, 2020Updated 5 years ago
- 构建医疗实体识别的模型,包含词典和语料标注,基于python构建☆349Jan 25, 2018Updated 8 years ago
- This is updated version of the dataset for Chinese community medical question answering.☆372Jan 9, 2019Updated 7 years ago
- Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)☆10,177Jul 15, 2025Updated 7 months ago
- 使用深度学习方法解析问题 知识图谱存储 查询知识点 基于医疗垂直领域的对话系统☆788Sep 7, 2019Updated 6 years ago
- 收录NLP竞赛策略实现、各任务baseline、相关竞赛经验贴(当前赛事、往期赛事、训练赛)、NLP会议时间、常用自媒体、GPU推荐等,持续更新中☆2,238Aug 29, 2023Updated 2 years ago
- CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://gith…☆354Oct 9, 2022Updated 3 years ago
- 搜索所有中文NLP数据集,附常用英文NLP数据集☆4,421Nov 21, 2022Updated 3 years ago
- 中文医学知识图谱命名实体识别,包括bi-LSTM+CRF,transformer+CRF等模型☆247Jun 4, 2019Updated 6 years ago
- Open sourece medical books in LaTeX. LaTeX写的中文开源医学书籍☆689Apr 1, 2019Updated 6 years ago
- This is the dataset for Chinese community medical question answering.☆111Oct 22, 2019Updated 6 years ago
- 中文生物医学自然语言处理(Chinese-BioNLP)☆165Jan 30, 2021Updated 5 years ago
- Repo for BenTsao [original name: HuaTuo (华驼)], Instruction-tuning Large Language Models with Chinese Medical Knowledge. 本草(原名:华驼)模型仓库,基于中…☆4,937Feb 21, 2025Updated last year
- 天池中药说明书实体识别挑战冠军方案;中文命名实体识别;NER; BERT-CRF & BERT-SPAN & BERT-MRC;Pytorch