murray-z / Event_ExtractionLinks
采用bert进行事件抽取,[cls]进行事件分类,最后一层向量进行序列标注,两个任务同时训练。
☆13Updated 4 years ago
Alternatives and similar repositories for Event_Extraction
Users that are interested in Event_Extraction are comparing it to the libraries listed below
Sorting:
- 基于pytorch的TPLinker_plus进行中文命名实体识别☆20Updated 2 years ago
- 在原本BERT-BILSTM-CRF上融合GCN和词性标签等做NER任务☆26Updated 4 years ago
- albert-fc for RE(Relation Extraction),中文关系抽取☆19Updated 2 years ago
- 使用R-BERT模型对人物关系模型进行分类,效果有显著提升。☆24Updated 2 years ago
- Cascade bert+word vec and one layer FLAT, trained by adversarial FGM and Stochastic Weight Averaging☆23Updated 3 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 实体关系联合抽取模型/ My project on joint exraction of entities and relations☆20Updated 3 years ago
- 百度2020语言与智能技术竞赛:事件抽取赛道方案代码☆54Updated 5 years ago
- 2020语言与智能技术竞赛:事件抽取任务 -- 联合抽取baseline☆55Updated 5 years ago
- NLP实验:新词挖掘+预训练模型继续Pre-training☆48Updated 2 years ago
- 使用bert进行事件抽取。☆47Updated 2 years ago
- 中文事件抽取☆11Updated 4 years ago
- 基于pytorch+bert的中文事件抽取☆72Updated 3 years ago
- Efficient-GlobalPointer的关系抽取任务