Pinned Repositories
rebel
REBEL is a seq2seq model that simplifies Relation Extraction (EMNLP 2021).
RelationPrompt
This repository implements our ACL Findings 2022 research paper RelationPrompt: Leveraging Prompts to Generate Synthetic Data for Zero-Shot Relation Triplet Extraction. The goal of Zero-Shot Relation Triplet Extraction (ZeroRTE) is to extract relation triplets of the format (head entity, tail entity, relation), despite not having annotated data for the test relation labels.
TeamWorkForML
-BERT-BILSTM-DGCNN-ATTENTION-CRF-
利用BERT+BILSTM/DGCNN+ATTENTION+CRF 解决中文NER任务