All Projects → afrozas → skip-thought-gan

afrozas / skip-thought-gan

Licence: other
Generating Text through Adversarial Training(GAN) using Skip-Thought Vectors

Projects that are alternatives of or similar to skip-thought-gan

Rnn.wgan
Code for training and evaluation of the model from "Language Generation with Recurrent Generative Adversarial Networks without Pre-training"
Stars: ✭ 252 (+472.73%)
Mutual labels:  text-generation, gans
progressive growing of GANs
Pure tensorflow implementation of progressive growing of GANs
Stars: ✭ 31 (-29.55%)
Mutual labels:  generative-adversarial-network, wasserstein-gan
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (-52.27%)
Mutual labels:  generative-adversarial-network, gans
Textbox
TextBox is an open-source library for building text generation system.
Stars: ✭ 257 (+484.09%)
Mutual labels:  text-generation, generative-adversarial-network
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+204.55%)
Mutual labels:  generative-adversarial-network, gans
Textgan Pytorch
TextGAN is a PyTorch framework for Generative Adversarial Networks (GANs) based text generation models.
Stars: ✭ 479 (+988.64%)
Mutual labels:  text-generation, generative-adversarial-network
progressive-growing-of-gans.pytorch
Unofficial PyTorch implementation of "Progressive Growing of GANs for Improved Quality, Stability, and Variation".
Stars: ✭ 51 (+15.91%)
Mutual labels:  generative-adversarial-network, wasserstein-gan
Cocosnet
Cross-domain Correspondence Learning for Exemplar-based Image Translation. (CVPR 2020 Oral)
Stars: ✭ 211 (+379.55%)
Mutual labels:  generative-adversarial-network, gans
deep-learning-roadmap
my own deep learning mastery roadmap
Stars: ✭ 40 (-9.09%)
Mutual labels:  generative-adversarial-network, gans
Awesome-GAN-Resources
🤖A list of resources to help anyone getting started with GANs 🤖
Stars: ✭ 90 (+104.55%)
Mutual labels:  generative-adversarial-network, gans
Finegan
FineGAN: Unsupervised Hierarchical Disentanglement for Fine-grained Object Generation and Discovery
Stars: ✭ 240 (+445.45%)
Mutual labels:  generative-adversarial-network, gans
gans-collection.torch
Torch implementation of various types of GAN (e.g. DCGAN, ALI, Context-encoder, DiscoGAN, CycleGAN, EBGAN, LSGAN)
Stars: ✭ 53 (+20.45%)
Mutual labels:  generative-adversarial-network, gans
Gif
GIF is a photorealistic generative face model with explicit 3D geometric and photometric control.
Stars: ✭ 233 (+429.55%)
Mutual labels:  generative-adversarial-network, gans
Leakgan
The codes of paper "Long Text Generation via Adversarial Training with Leaked Information" on AAAI 2018. Text generation using GAN and Hierarchical Reinforcement Learning.
Stars: ✭ 533 (+1111.36%)
Mutual labels:  text-generation, generative-adversarial-network
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+37347.73%)
Mutual labels:  generative-adversarial-network, gans
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+3588.64%)
Mutual labels:  generative-adversarial-network, gans
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (+359.09%)
Mutual labels:  generative-adversarial-network, gans
Colorizing With Gans
Grayscale Image Colorization with Generative Adversarial Networks. https://arxiv.org/abs/1803.05400
Stars: ✭ 209 (+375%)
Mutual labels:  generative-adversarial-network, gans
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+529.55%)
Mutual labels:  generative-adversarial-network, gans
Improved-Wasserstein-GAN-application-on-MRI-images
Improved Wasserstein GAN (WGAN-GP) application on medical (MRI) images
Stars: ✭ 23 (-47.73%)
Mutual labels:  generative-adversarial-network, wasserstein-gan

Skip-Thought Generative Adversarial Networks

Accepted at NAACL Student Research Workshop (SRW) 2019

arXiv preprint: Generating Text through Adversarial Training using Skip-Thought Vectors

Abstract

GANs have been shown to perform exceedingly well on tasks pertaining to image generation and style transfer. In the field of language modelling, word embeddings such as GLoVe and word2vec are state-of-the-art methods for applying neural network models on textual data. Attempts have been made for utilizing GANs with word embeddings for text generation. This work presents an approach to text generation using Skip-Thought sentence embeddings using GANs based on gradient penalty functions and f-measures. The proposed architecture aims to reproduce writing style in the generated text by modelling the way of expression at a sentence level across all works of an author. Extensive experiments in different embedding settings are carried out on variety of tasks including conditional text generation and language generation.

The model outperforms baseline text generation networks across several automated evaluation metrics. Human judgement scores also demonstrate wide applicability and effectiveness in real life tasks.

Citing

If you find this work helpful, please cite it as:

@article{DBLP:journals/corr/abs-1808-08703,
  author    = {Afroz Ahamad},
  title     = {Generating Text through Adversarial Training using Skip-Thought Vectors},
  journal   = {CoRR},
  volume    = {abs/1808.08703},
  year      = {2018}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].