Skip-Thought GAN: Generating Text through Adversarial Training using Skip-Thought Vectors
In the past few years, various advancements have been made in generative models owing to the formulation of Generative Adversarial Networks (GANs). GANs have been shown to perform exceedingly well on a wide variety of tasks pertaining to image generation and style transfer. In the field of Natural Language Processing, word embeddings such as word2vec and GLoVe 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 in conjunction with GANs based on gradient penalty functions and f-measures. The results of using sentence embeddings with GANs for generating text conditioned on input information are comparable to the approaches where word embeddings are used.
Code (0)
등록된 구현이 없습니다.
Tasks
Image GenerationSentenceSentence EmbeddingsStyle TransferText GenerationWord EmbeddingsSimilar Papers 제목 키워드 기반
Generating Text through Adversarial Training using Skip-Thought Vectors
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…
Conditional Text GenerationLanguage ModellingSentenceSentence Embeddings+3Rethinking Skip-thought: A Neighborhood based Approach
We study the skip-thought model with neighborhood information as weak supervision. More specifically, we propose a skip-thought neighbor model to consider the adjacent sentences as a neighborhood. We train our skip-thoug…
General ClassificationChain-of-Thought Compression Should Not Be Blind: V-Skip for Efficient Multimodal Reasoning via Dual-Path Anchoring
While Chain-of-Thought (CoT) reasoning significantly enhances the performance of Multimodal Large Language Models (MLLMs), its autoregressive nature incurs prohibitive latency constraints. Current efforts to mitigate thi…
Multimodal ReasoningTrimming and Improving Skip-thought Vectors
The skip-thought model has been proven to be effective at learning sentence representations and capturing sentence semantics. In this paper, we propose a suite of techniques to trim and improve it. First, we validate a h…
DecoderSentencetext-classificationText ClassificationGAN with Skip Patch Discriminator for Biological Electron Microscopy Image Generation
Generating realistic electron microscopy (EM) images has been a challenging problem due to their complex global and local structures. Isola et al. proposed pix2pix, a conditional Generative Adversarial Network (GAN), for…
Generative Adversarial NetworkImage GenerationImage-to-Image TranslationTranslation