taishan1994 / pytorch_casrel_triple_extractionLinks
基于pytorch的CasRel进行三元组抽取。
☆39Updated 2 years ago
Alternatives and similar repositories for pytorch_casrel_triple_extraction
Users that are interested in pytorch_casrel_triple_extraction are comparing it to the libraries listed below
Sorting:
- Reimplement CasRel model in PyTorch.使用PyTorch对吉林大学CasRel模型进行复现,并在百度关系抽取数据集上训练测试。☆192Updated 2 years ago
- OneRel在中文关系抽取中的使用☆128Updated last year
- 实体关系抽取,使用了百度比赛的数据集。使用pytorch实现MultiHeadJointEntityRelationExtraction,包含Bert、Albert、gru的使用,并且添加了对抗训练。最后使用Flask和Neo4j图数据库对模型进行了部署☆124Updated 2 years ago
- CMeIE/CBLUE/CHIP/实体关系抽取/SPO抽取☆236Updated 3 years ago
- 基于pytorch+bert的中文事件抽取☆72Updated 3 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆129Updated 2 years ago
- 使用BERT-BiLSTM+CRF进行ner任务(pytorch_lightning版)