unicorn-yh / Text-Classification-NLP
Classifying text using Bi-LSTM, Transformer, BERT-ATT, BERT-BILSTM and BERT-CNN(文本分类)ChineseGLUE
☆12Updated last year
Related projects ⓘ
Alternatives and complementary repositories for Text-Classification-NLP
- 使用Bert+CRF、Bert+BiLSTM+CRF、Bert+BiGRU+CRF、Bert+BiGRU+self-atttention+CRF、AlBert+CRF、AlBert+BiLSTM+CRF、AlBert+BiGRU+CRF、AlBert+BiGRU+self-…☆45Updated 4 years ago
- 利用BERT+BILSTM/DGCNN+ATTENTION+CRF 解决中文NER任务☆33Updated 2 years ago
- 利用bert和textcnn解决多标签文本分类的demo。☆29Updated 2 years ago
- 基于Pytorch的BERT-IDCNN-BILSTM-CRF中文实体 识别实现☆86Updated 2 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆114Updated 4 years ago
- pytorch实现 基于Bert+BiLSTM+CRF的中文命名实体识别☆41Updated 3 years ago
- 嵌套命名实体识别 Nested NER☆19Updated 3 years ago
- Pytorch Bert+BiLstm二分类☆37Updated 3 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆45Updated 4 years ago
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆168Updated 8 months ago
- 实体关系抽取,使用了百度比赛的数据集。使用pytorch实现MultiHeadJointEntityRelationExtraction,包含Bert、Albert、gru的使用,并且添加了对抗训练。最后使用Flask和Neo4j图数据库对模型进行了部署☆115Updated last year
- 这段代码会根据用户定义的正则表达式规则从文本中抽取属性三元组,我用它完成知识图谱构建的一个环节,使用方法写在README中,欢迎交流和指正!☆11Updated 3 years ago
- 本项目利用KERAS结合不同的分类器并使用Glove词向量,对文本进行多标签分类。This project uses KERAS,Glove and many classifiers to classify text multi-label classification☆20Updated 4 years ago
- 毕业设计:基于Bert_Position_BiLSTM_Attention_CRF_LSTMDecoder的法律文书要素识别☆52Updated 3 years ago
- 一个简单的中文事件抽取模型,触发词和实体联合标注识别,同时判定实体角色。☆70Updated 3 years ago
- PyTorch使用BERT进行英语多标签文本分类☆32Updated 2 years ago
- Python实现中文文本关键词抽取,分别用了TF-IDF、LDA、RNN、LSTM和LR-SGD两类共五种方法,全网最全没有之一。☆54Updated 3 years ago
- 存放知乎,博客发表文章中的代码☆45Updated 3 years ago
- 基于论文SpERT: "Span-based Entity and Relation Transformer"的中文关系抽取,同时抽取实体、实体类别和关系类别。☆30Updated last year
- 实体关系联合抽取模型/ My project on joint exraction of entities and relations☆20Updated 2 years ago
- Bert + PCNN and PCNN 中 文关系抽取任务☆18Updated last year
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆65Updated 3 years ago
- 实体关系抽取pipline方式,使用了BiLSTM+CRF+BERT☆121Updated 5 months ago
- bert pytorch模型微调用于的多标签文本分类☆125Updated 5 years ago
- Code for ACL 2021 paper. MECT: Multi-Metadata Embedding based Cross-Transformer for Chinese Named Entity Recognition.☆67Updated 3 years ago
- 基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架☆76Updated last year
- bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)☆30Updated 3 years ago
- albert-fc for RE(Relation Extraction),中文关系抽取☆19Updated last year
- 用MLP、TextCNN、RNN、LSTM、GRU、Attention、RCNN、BERT做文本分类、情感分析,对比各模型于温泉旅游评论垂类语料下在情感分类任务上的表现☆91Updated 3 years ago