paper-with-me

홈 › Papers

Unsupervised Text Embedding Space Generation Using Generative Adversarial Networks for Text Synthesis

2023-06-19 · Jun-Min Lee, Tae-Bin Ha

Generative Adversarial Networks (GAN) is a model for data synthesis, which creates plausible data through the competition of generator and discriminator. Although GAN application to image synthesis is extensively studied, it has inherent limitations to natural language generation. Because natural language is composed of discrete tokens, a generator has difficulty updating its gradient through backpropagation; therefore, most text-GAN studies generate sentences starting with a random token based on a reward system. Thus, the generators of previous studies are pre-trained in an autoregressive way before adversarial training, causing data memorization that synthesized sentences reproduce the training data. In this paper, we synthesize sentences using a framework similar to the original GAN. More specifically, we propose Text Embedding Space Generative Adversarial Networks (TESGAN) which generate continuous text embedding spaces instead of discrete tokens to solve the gradient backpropagation problem. Furthermore, TESGAN conducts unsupervised learning which does not directly refer to the text of the training data to overcome the data memorization issue. By adopting this novel method, TESGAN can synthesize new sentences, showing the potential of unsupervised learning for text synthesis. We expect to see extended research combining Large Language Models with a new perspective of viewing text as an continuous space.

📄 PDF Abstract BibTeX arXiv:2306.17181

Code (1)

ljm565/tesgan 공식 구현 pytorch

Tasks

Image GenerationMemorizationText Generation

Similar Papers 제목 키워드 기반

Spherical Text Embedding

2019-11-04 · NeurIPS 2019 12 · Yu Meng, Jiaxin Huang, Guangyuan Wang, Chao Zhang 외

Unsupervised text embedding has shown great power in a wide range of NLP tasks. While text embeddings are typically learned in the Euclidean space, directional similarity is often more effective in tasks such as word sim…

ClusteringRiemannian optimizationWord Similarity

Word2Sense: Sparse Interpretable Word Embeddings

2019-07-01 · ACL 2019 7 · Abhishek Panigrahi, Harsha Vardhan Simhadri, Chiranjib Bhattacharyya

We present an unsupervised method to generate Word2Sense word embeddings that are interpretable {---} each dimension of the embedding space corresponds to a fine-grained sense, and the non-negative value of the embedding…

Word EmbeddingsWord Similarity

LLM2Vec-Gen: Generative Embeddings from Large Language Models

2026-03-11 · Parishad BehnamGhader, Vaibhav Adlakha, Fabian David Schmidt, Nicolas Chapados 외 arxiv

Fine-tuning LLM-based text embedders via contrastive learning maps inputs and outputs into a new representational space, discarding the LLM's output semantics. We propose LLM2Vec-Gen, a self-supervised alternative that i…

Contrastive Learning

Bag-of-Vectors Autoencoders for Unsupervised Conditional Text Generation

2021-10-13 · Florian Mai, James Henderson

Text autoencoders are often used for unsupervised conditional text generation by applying mappings in the latent space to change attributes to the desired values. Recently, Mai et al. (2020) proposed Emb2Emb, a method to…

Conditional Text GenerationSentence SummarizationText Generation

Variational Distribution Learning for Unsupervised Text-to-Image Generation

2023-03-28 · CVPR 2023 1 · Minsoo Kang, Doyup Lee, Jiseob Kim, Saehoon Kim 외

We propose a text-to-image generation algorithm based on deep neural networks when text captions for images are unavailable during training. In this work, instead of simply generating pseudo-ground-truth sentences of tra…

Image CaptioningImage GenerationText to Image GenerationText-to-Image Generation+2