khtee / text-classification-pytorchLinks
Pytorch implementation of RNN, CNN, BiGRU and LSTM for text classifcation
☆10Updated 4 years ago
Alternatives and similar repositories for text-classification-pytorch
Users that are interested in text-classification-pytorch are comparing it to the libraries listed below
Sorting:
- NLP文本增强的两种方式:同义词替换(利用word2vec词表)和回译☆77Updated 4 years ago
- OpenTextClassification is all you need for text classification! Open text classification for everyone, enjoy your NLP journey! 这可能是目前为止最全…☆208Updated last year
- 文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强☆104Updated 4 years ago
- THUCNews中文文本分类数据集,该数据集包含84万篇新闻文档,总计14类;在该模型的基础上测试多个版本bert分类效果。☆65Updated 4 years ago
- 数据极度不均衡时的一个二分类实现,在weighted class,oversampling,focal loss等解决方式上进行了验证和对比;并对focal loss进行了调参☆12Updated 4 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆132Updated 3 years ago
- 中国知网论文数据集,24000+篇论文信息。自然语言处理、信息管理、文本分类、文本摘要、关键词抽取、研究热点分析、数据挖掘、数据分析☆53Updated 6 months ago
- Clustering text with Bert☆57Updated 5 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 文本分类, 双向lstm + attention 算法☆90Updated 5 years ago
- 中文文本情感分类数据集分享 chinese sentiment datasets☆82Updated 4 years ago
- 文本聚类(Kmeans、DBSCAN、LDA、Single-pass)☆347Updated 4 years ago
- Python实现中文文本关键词抽取,分别用了TF-IDF、LDA、RNN、LSTM和LR-SGD两类共五种方法,全网最全没有之一。☆33Updated 4 years ago
- 论文模型复现☆43Updated 2 years ago
- 中文无监督文本聚类☆14Updated 3 years ago
- 领域自适应文本挖掘工具(新词发现、情感分析、实体链接等),基于少量种子词和背景知识☆13Updated 6 years ago
- Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。☆226Updated 3 years ago
- 基于pytorch_bert的中文多标签分类☆91Updated 3 years ago
- 使用bert进行中文方面级情感识别。☆25Updated 2 years ago
- experiments of some semantic matching models and comparison of experimental results.☆163Updated 2 years ago
- 第十届大学生服务外包大赛--A01商品短文本分类。基于CNN、Bi-LSTM、Attention、Adversarial等方法实现商品短文本分类任务,并基于Flask开发Web版本的交互演示界面。☆29Updated 3 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆46Updated 6 years ago
- ☆41Updated 3 years ago
- 文本智能校对大赛(Chinese Text Correction)的baseline☆68Updated 2 years ago
- SimCSE有监督与无监督实验复现☆149Updated last year
- ☆29Updated last year
- 基于python的BM25文本匹配算法实现☆33Updated 3 years ago
- ☆16Updated 3 years ago
- 利用BERT预训练模型进行文本生成,可用于对话、摘要、问题生成等任务。 目前支持策略,词表的插入和删除、自定义Character Embedding、随机词替换等☆10Updated 3 years ago
- 本项目使用Keras实现Transformer模型来进行文本分类(中文、英文均支持)。☆12Updated 3 years ago