Htring / BERT-BiLSTM-CRF_PLLinks
使用BERT-BiLSTM+CRF进行ner任务(pytorch_lightning版)
☆46Updated 2 years ago
Alternatives and similar repositories for BERT-BiLSTM-CRF_PL
Users that are interested in BERT-BiLSTM-CRF_PL are comparing it to the libraries listed below
Sorting:
- 该项目是自己做的一些nlp的实验,包括命名实体识别、实体关系抽取和事件抽取,未来会持续更新。☆34Updated last year
- OneRel在中文关系抽取中的使用☆126Updated last year
- 基于bert_mrc的中文命名实体识别☆43Updated 3 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆126Updated 2 years ago
- [Unofficial] Predict code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification☆54Updated 2 years ago
- CMeIE/CBLUE/CHIP/实体关系抽取/SPO抽取☆231Updated 3 years ago
- 基于pytorch+bert的中文关系抽取☆30Updated 3 years ago
- 基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架☆88Updated 2 years ago
- 基于BERT-MRC(阅读理解)的命名实体识别模型☆20Updated 3 years ago
- 基于pytorch的CasRel进行三元组抽取。☆38Updated 2 years ago
- 基于论文SpERT: "Span-based Entity and Relation Transformer"