Lisennlp / bert_crf_sequence_annotation
基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等
☆60Updated 2 years ago
Alternatives and similar repositories for bert_crf_sequence_annotation:
Users that are interested in bert_crf_sequence_annotation are comparing it to the libraries listed below
- 实体识别和关系抽取的联合模型☆123Updated 6 years ago
- NLP关系抽取:序列标注、层叠式指针网络、Multi-head Selection、Deep Biaffine Attention☆99Updated 3 years ago
- 基于bert的kbqa系统☆151Updated 2 years ago
- CMeEE/CBLUE/NER实体识别☆129Updated 3 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆183Updated 2 years ago
- 基于Pytorch的BERT-IDCNN-BILSTM-CRF中文实体识别实现☆92Updated 2 years ago
- 基于知识图谱的问答系统☆135Updated 5 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆137Updated 2 years ago
- TPlinker for NER 中文/英文命名实体识别☆124Updated 3 years ago
- bert pytorch模型微调用于的多标签文本分类☆132Updated 5 years ago
- 基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架☆86Updated 2 years ago
- 使用R-BERT模型对人物关系模型进行分类,效果有显著提升。