taishan1994 / pytorch_triple_extraction
基于pytorch的中文三元组提取(命名实体识别+关系抽取)
☆348Updated last year
Alternatives and similar repositories for pytorch_triple_extraction:
Users that are interested in pytorch_triple_extraction are comparing it to the libraries listed below
- 使用bert进行关系三元组抽取。☆158Updated last year
- 中文信息抽取,包含实体抽取、关系抽取、事件抽取☆244Updated last year
- 实体关系抽取pipline方式,使用了BiLSTM+CRF+BERT☆142Updated 11 months ago
- 中文关系抽取☆459Updated last year
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆145Updated 5 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆562Updated last year
- CMeIE/CBLUE/CHIP/实体关系抽取/SPO抽取☆228Updated 2 years ago
- Reimplement CasRel model in PyTorch.使用PyTorch对吉林大学CasRel模型进行复现,并在百度关系抽取数据集上训练测试。☆191Updated 2 years ago
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆289Updated 5 years ago
- 实体关系抽取,使用了百度比赛的数据集。使用pytorch实现MultiHeadJointEntityRelationExtraction,包含Bert、Albert、gru的使用,并且添加了对抗训练。最后使用Flask和Neo4j图数据库对模型进行了部署☆120Updated 2 years ago
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆423Updated 4 months ago
- 知识图谱三元组抽取(实体-关系-实体,实体-属性-属性值)☆106Updated 3 years ago
- Using BERT+Bi-LSTM+CRF☆139Updated 3 years ago
- 抽取中文三元组☆94Updated 2 years ago
- 中文NER的那些事儿☆318Updated last year
- 本项目用于展示三元组抽取后形成的知识图谱,包括几本小说的实体关系,以及README.md,介绍这方面的一篇文章。☆197Updated 5 years ago
- 基于BI-LSTM+CRF的中文命名实体识别 Pytorch☆390Updated last year
- 基于Pytorch的BERT-IDCNN-BILSTM-CRF中文实体识别实现☆92Updated 2 years ago
- OneRel在中文关系抽取中的使用☆119Updated last year