xinyi-code / NER-Pytorch-ChineseLinks
Implemention of NER model on chinese dataset.
☆73Updated 2 years ago
Alternatives and similar repositories for NER-Pytorch-Chinese
Users that are interested in NER-Pytorch-Chinese are comparing it to the libraries listed below
Sorting:
- 基于词汇信息融合的中文NER模型☆168Updated 3 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆126Updated 2 years ago
- 全局指针统一处理嵌套与非嵌套NER的Pytorch实现☆393Updated 2 years ago
- CMeIE/CBLUE/CHIP/实体关系抽取/SPO抽取☆230Updated 2 years ago
- Reimplement CasRel model in PyTorch.使用PyTorch对吉林大学CasRel模型进行复现,并在百度关系抽取数据集上训练测试。☆192Updated 2 years ago
- ☆39Updated 2 years ago
- 基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架☆87Updated 2 years ago
- CMeEE/CBLUE/NER实体识别☆130Updated 3 years ago
- OneRel在中文关系抽取中的使用☆126Updated last year
- GlobalPointer的优化版/NER实体识别☆120Updated 3 years ago
- GPLinker_pytorch☆82Updated 3 years ago
- Using BERT+Bi-LSTM+CRF☆139Updated 3 years ago
- 基于pytorch_bert的中文多标签分类☆91Updated 3 years ago
- 中文信息抽取,包含实体抽取、关系抽取、事件抽取☆245Updated last year
- 基于GlobalPointer的实体/关系/事件抽取☆147Updated 3 years ago
- TPlinker for NER 中文/英文命名实体识别☆125Updated 3 years ago
- 基于论文SpERT: "Span-based Entity and Relation Transformer"的中文关系抽取,同时抽取实体、实体类别和关系类别。☆37Updated 2 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆157Updated 2 years ago
- SimCSE在中文上的复现,有监督+无监督☆277Updated 3 months ago
- 中文NER的那些事儿☆318Updated last year
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆130Updated 3 years ago
- SimCSE中文语义相似度对比学习模型☆85Updated 3 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆103Updated last year
- NLP句子编码、句子embedding、语义相似度:BERT_avg、BERT_whitening、SBERT、SmiCSE☆176Updated 3 years ago
- 基于BERT的中文命名实体识别☆41Updated 3 years ago
- experiments of some semantic matching models and comparison of experimental results.☆161Updated last year
- bert_seq2seq的DDP版本,支持bert、roberta、nezha、t5、gpt2等模型,支持seq2seq、ner、关系抽取等任务,无需添加额外代码,轻松启动DDP多卡训练。☆52Updated 2 years ago
- 实体关系抽取,使用了百度比赛的数据集。使用pytorch实现MultiHeadJointEntityRelationExtraction,包含Bert、Albert、gru的使用,并且添加了对抗训练。最后使用Flask和Neo4j图数据库对模型进行了部署☆121Updated 2 years ago
- 实体关系抽取pipline方式,使用了BiLSTM+CRF+BERT☆149Updated last year
- ☆139Updated 6 months ago