natnij / seqGAN_pytorch
seqGAN in pytorch
☆37Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for seqGAN_pytorch
- text classification with deep learning model and traditional ways☆53Updated 5 years ago
- 通过char_RNN、VAE、GAN进行文本生成☆19Updated 5 years ago
- ☆57Updated 4 years ago
- 几种GAN模型用于文本生成☆13Updated 5 years ago
- Implementation of Sequence Generative Adversarial Nets with Policy Gradient in PyTorch☆52Updated 4 years ago
- Code for the paper ``Coherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model''☆175Updated 4 years ago
- 这是一个seq2seq模型,编码器是bert,解码器是transformer的解码器,可用于自然语言处理中文本生成领域的任务☆72Updated 5 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆172Updated 5 years ago
- ☆84Updated 4 years ago
- Convolutional Neural Networks for Sentence Classification in PyTorch☆104Updated 6 years ago
- 用seqgan训练生成小黄鸡语料☆38Updated 5 years ago
- 疫情期间网民情绪识别比赛baseline,使用BERT进行端到端的fine-tuning,datafountain平台,平台评测F1值0.716。☆35Updated 4 years ago
- source code of our paper presents in EMNLP 2019. https://www.aclweb.org/anthology/D19-1345/☆55Updated 5 years ago
- ☆53Updated 4 years ago
- Reproducing the paper — Deep Short Text Classification with Knowledge Powered Attention☆101Updated 3 years ago
- pytorch word2vec Four implementations : skip gram / CBOW on hierarchical softmax / negative sampling☆63Updated 6 years ago
- MixText: Linguistically-Informed Interpolation of Hidden Space for Semi-Supervised Text Classification☆23Updated 4 years ago
- Use BERT pre-trained model to do sentiment classification☆96Updated 3 years ago
- Generating Sentimental Texts via Mixture Adversarial Networks (IJCAI 2018)☆86Updated 6 years ago
- PyTorch implementation of some text classification models (HAN, fastText, BiLSTM-Attention, TextCNN, Transformer) | 文本分类☆138Updated 3 years ago
- Pytorch文本分类(imdb数据集),包含DataLoader数据加载,最优模型保存☆17Updated 4 years ago
- datafountain☆16Updated 4 years ago
- NLP Predtrained Embeddings, Models and Datasets Collections(NLP_PEMDC). The collection will keep updating.☆64Updated 4 years ago
- 文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强☆98Updated 3 years ago
- implementation pointer-generator-network by pytorch and python3☆85Updated 4 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆51Updated 4 years ago
- The PyTorch 1.6 and Python 3.7 implementation for the paper Graph Convolutional Networks for Text Classification☆107Updated 4 years ago
- 开源QG系统(Question Generation,问题生成),基于Pytorch和Transformer编写☆53Updated 3 months ago
- 在 Google BERT Fine-tuning基础上,利用cnn/rnn进行中文文本的分类☆18Updated 5 years ago
- 从头训练MASK BERT☆137Updated last year