ybshaw / chinese-ner-pytorchLinks
基于Pytorch框架的中文命名实体识别(NER)模型,包含lstm和Bert两种模型的实现
☆13Updated 3 years ago
Alternatives and similar repositories for chinese-ner-pytorch
Users that are interested in chinese-ner-pytorch are comparing it to the libraries listed below
Sorting:
- 爬取金融数据,利用neo4j构建金融知识图谱,进而搭建金融问答系统。☆69Updated 2 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆129Updated 2 years ago
- 中文命名实体识别☆47Updated 3 years ago
- 基于论文SpERT: "Span-based Entity and Relation Transformer"的中文关系抽取,同时抽取实体、实体类别和关系类别。☆38Updated 2 years ago
- THUCNews中文文本分类数据集,该数据集包含84万篇新闻文档,总计14类;在该模型的基础上测试多个版本bert分类效果。☆66Updated 4 years ago
- 基于pytorch+bert的中文文本分类☆88Updated 2 years ago
- 中文信息抽取,包含实体抽取、关系抽取、事件抽取☆253Updated last year
- 关系抽取☆58Updated 2 years ago
- 基于pytorch+bilstm_crf的中文命名实体识别☆15Updated 3 years ago
- 基于pytorch_bert的中文多标签分类☆91Updated 3 years ago
- ☆142Updated 10 months ago
- Implemention of NER model on chinese dataset.☆73Updated 2 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆161Updated 3 years ago
- 使用bert进行事件抽取。☆47Updated 2 years ago
- SimCSE中文语义相似度对比学习模型☆88Updated 3 years ago
- 基于深度学习的FAQ式问答系统☆34Updated 4 years ago
- 基于Bilstm + CRF的信息抽取模型☆36Updated 4 years ago
- 文本相似度(匹配)计算,提供Baseline、训练、推理、指标分析...代码包含TensorFlow/Pytorch双版本☆179Updated 3 years ago
- 记录经典NER模型,目前仓库包含如下模型代码:BERT, LSTM, GlobalPointer, CRF, HMM☆34Updated 2 years ago
- 文本相似度,语义向量,文本向量,text-similarity,similarity, sentence-similarity,BERT,SimCSE,BERT-Whitening,Sentence-BERT, PromCSE, SBERT☆74Updated 9 months ago
- 基于pytorch的中文三元组提取(命名实体识别+关系抽取)☆355Updated 2 years ago
- 使用bert进行关系三元组抽取。☆175Updated last year
- 使用bert进行中文方面级情感识别。☆25Updated 2 years ago
- 基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架☆89Updated 2 years ago
- 基于pytorch的GlobalPointer进行三元组抽取。☆83Updated 2 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆108Updated 2 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆132Updated 3 years ago
- Using BERT+Bi-LSTM+CRF☆139Updated 3 years ago
- CMeIE/CBLUE/CHIP/实体关系抽取/SPO抽取☆237Updated 3 years ago
- All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)☆289Updated this week