xuanzebi / BERT-CH-NER
基于BERT的中文命名实体识别
☆393Updated 5 years ago
Alternatives and similar repositories for BERT-CH-NER:
Users that are interested in BERT-CH-NER are comparing it to the libraries listed below
- 基于BI-LSTM+CRF的中文命名实体识别 Pytorch☆390Updated last year
- 使用预训练语言模型ALBERT做中文NER☆474Updated 4 years ago
- ChineseNER based on BERT, with BiLSTM+CRF layer☆450Updated 3 years ago
- 基于远监督的中文关系抽取☆384Updated 3 years ago
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆288Updated 5 years ago
- 2019年百度的三元组抽取比赛,“科学空间队”源码☆768Updated 4 years ago
- 使用谷歌预训练bert做字嵌入的BiLSTM-CRF序列标注模型☆479Updated 6 years ago
- CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://gith…☆351Updated 2 years ago
- 使用预训练语言模型BERT做中文NER☆951Updated 5 years ago
- 2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.☆313Updated 4 years ago
- Comparison of Chinese Named Entity Recognition Models between NeuroNER and BertNER☆330Updated 5 years ago
- Lstm-crf,Lattice-CRF,bert-ner及近年ner相关论文follow☆565Updated 6 years ago
- CCKS 2019 中文短文本实体链指比赛技术创新奖解决方案☆410Updated 2 years ago
- 中文实体关系抽取,pytorch,bilstm+attention☆760Updated 3 years ago
- Entity and Relation Extraction Based on TensorFlow and BERT. 基于TensorFlow和BERT的管道式实体及关系抽取,2019语言与智能技术竞赛信息抽取任务解决方案。Schema based Knowledge …☆1,230Updated 4 years ago
- 科大讯飞2020事件抽取挑战赛第一名解决方案&完整事件抽取系统☆540Updated 4 years ago
- using bilstm-crf,bert and other methods to do sequence tagging task☆415Updated last year
- 使用keras实现的基于Bi-LSTM + CRF的中文分词+词性标注☆376Updated 5 years ago
- 中文知识库问答代码,CCKS2019 CKBQA评测第四名解决方案☆477Updated 4 years ago
- Code for http://lic2019.ccf.org.cn/kg 信息抽取。使用基于 BERT 的实体抽取和关系抽取的端到端的联合模型。☆287Updated 5 years ago
- Medical Named Entity Recognition implement using bi-directional lstm and crf model with char embedding.CCKS2017中文电子病例命名实体识别项目,主要实现使用了基于字…☆432Updated 3 years ago
- 中文NER的那些事儿☆318Updated last year
- 本实验,是用BERT进行中文情感分类,记录了详细操作及完整程序☆377Updated 6 years ago
- 天池中药说明书实体识别挑战冠军方案;中文命名实体识别;NER; BERT-CRF & BERT-SPAN & BERT-MRC;Pytorch☆945Updated 4 years ago
- ccks baidu entity link 实体链接 第一名☆845Updated last year
- Pytorch BERT-BiLSTM-CRF For NER☆412Updated 5 years ago
- code for ACL 2020 paper: FLAT: Chinese NER Using Flat-Lattice Transformer☆1,010Updated 2 years ago
- 结合BERT+GRU+ATT模型,对自己收集的人物关系数据进行模型训练,用于人物关系抽取。