fennuDetudou / text_generate
通过char_RNN、VAE、GAN进行文本生成
☆19Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for text_generate
- 这是一个seq2seq模型,编码器是bert,解码器是transformer的解码器,可用于自然语言处理中文本生成领域的任务☆72Updated 5 years ago
- 这是一个用于解决生成在生成任务中(翻译,复述等等),多样性不足问题的模型。☆45Updated 5 years ago
- 开源QG系统(Question Generation,问题生成),基于Pytorch和Transformer编写☆53Updated 3 months ago
- 这是使用pytoch 实现的长文本分类器☆45Updated 5 years ago
- 在 Google BERT Fine-tuning基础上,利用cnn/rnn进行中文文本的分类☆18Updated 5 years ago
- pytorch版的命名实体识别,LSTM和LSTM_CRF☆26Updated 5 years ago
- Bert中文文本分类☆40Updated 5 years ago
- 使用UniLM实现中文文本摘要☆43Updated 4 years ago
- 几种GAN模型用于文本生成☆13Updated 5 years ago
- 清博2019ccl幽默度识别第一名解决方案代码及说明☆39Updated 5 years ago
- Byte Cup 2018国际机器学习竞赛 23 名(水滴队)代码☆46Updated 5 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆43Updated 5 years ago
- 参考NER,基于BERT的电商评论观点挖掘和情感分析☆41Updated 5 years ago
- 电商评论观点挖掘☆38Updated 5 years ago
- 用seqgan训练生成小黄鸡语料☆38Updated 5 years ago
- 用TensorFlow实现的基于双向LSTM+CRF的命名实体识别。☆14Updated 6 years ago
- 基于关键词的无监督文本分类;Implementation for paper "Text Classification by Bootstrapping with Keywords, EM and Shrinkage" http://www.cs.cmu.edu/~knig…☆30Updated 3 years ago
- 关键词抽取技术☆19Updated 5 years ago
- 基于transformer的指针生成网络☆92Updated 3 years ago
- Capsule, LSTM/GRU, CNN for text class implemented by Pytorch 胶囊网络, 循环神经网络和卷积神经网络在中文文本分类中的应用☆43Updated 5 years ago
- text classification with deep learning model and traditional ways☆53Updated 5 years ago
- 基于篇章结构自动作文评分系统☆44Updated 6 years ago
- 基于BiLSTM和Self-Attention的文本分类、表示学习网络☆29Updated 5 years ago
- BERT微调在机器翻译上的应用,哎哟,效果贼好。☆47Updated 3 years ago
- notes and codes about NLP☆24Updated 5 years ago
- 对抗训练在NLP中的应用☆12Updated 2 years ago
- 多标签文本分类☆53Updated 5 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆71Updated 4 years ago
- Dataset from 'Character-based BiLSTM-CRF Incorporating POS and Dictionaries for Chinese Opinion Target Extraction'☆41Updated 6 years ago
- 问题等价性判断数据预处理,包含添加对抗样本(同音字、近义词替换等)、获取样本的pattern(用通配符替换相同词汇,提取相同和不同词汇)☆39Updated 4 years ago