Ricardokevins / Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
☆272Updated this week
Alternatives and similar repositories for Kevinpro-NLP-demo:
Users that are interested in Kevinpro-NLP-demo are comparing it to the libraries listed below
- 中文关系抽取☆459Updated last year
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆558Updated last year
- 基于pytorch的中文三元组提取(命名实体识别+关系抽取)☆347Updated last year
- CMeIE/CBLUE/CHIP/实体关系抽取/SPO抽取☆228Updated 2 years ago
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆423Updated 4 months ago
- 基于BI-LSTM+CRF的中文命名实体识别 Pytorch☆390Updated last year
- 使用Bert完成实体之间关系抽取☆703Updated this week
- Using BERT+Bi-LSTM+CRF☆138Updated 3 years ago
- 中文NER的那些事儿☆316Updated last year
- 全局指针统一处理嵌套与非嵌套NER的Pytorch实现☆392Updated 2 years ago
- 基于词汇信息融合的中文NER模型☆166Updated 3 years ago
- 使用bert进行关系三元组抽取。☆156Updated last year
- 中文信息抽取,包含实体抽取、关系抽取、事件抽取☆243Updated last year
- 实体关系抽取pipline方式,使用了BiLSTM+CRF+BERT☆139Updated 10 months ago
- Pytorch-NLU,一个中文文本分类、序列标注工具包,支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Ptorch NLU, a Chinese text classification and sequ…☆343Updated 9 months ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆156Updated 2 years ago
- NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。☆527Updated last year
- A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.☆494Updated 4 years ago
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆144Updated 5 years ago
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆208Updated 2 years ago
- 结合BERT+GRU+ATT模型,对自己收集的人物关系数据进行模型训练,用于人物关系抽取。☆320Updated 2 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆123Updated 2 years ago
- ☆132Updated 5 months ago
- OpenTextClassification is all you need for text classification! Open text classification for everyone, enjoy your NLP journey! 这可能是目前为止最全…☆207Updated 11 months ago
- 天池中药说明书实体识别挑战冠军方案;中文命名实体识别;NER; BERT-CRF & BERT-SPAN & BERT-MRC;Pytorch☆944Updated 4 years ago
- OneRel在中文关系抽取中的使用☆119Updated last year
- 北京航空航天大学大数据高精尖中心自然语言处理研究团队对信息抽取领域的调研。包括实体识别,关系抽取,属性抽取等子任务,每类子任务分别对学术界和工业界进行调研。☆466Updated 2 years ago
- 使用多种方法做中文命名实体识别(NER),代码包含详细注释☆46Updated last year
- Reimplement CasRel model in PyTorch.使用PyTorch对吉林大学CasRel模型进行复现,并在百度关系抽取数据集上训练测试。☆191Updated 2 years ago
- 实体关系抽取,使用了百度比赛的数据集。使用pytorch实现MultiHeadJointEntityRelationExtraction,包含Bert、Albert、gru的使用,并且添加了对抗训练。最后使用Flask和Neo4j图数据库对模型进行了部署☆120Updated last year