paper-with-me

Papers

SparseGAN: Sparse Generative Adversarial Network for Text Generation

2021-03-22 · Liping Yuan, Jiehang Zeng, Xiaoqing Zheng

It is still a challenging task to learn a neural text generation model under the framework of generative adversarial networks (GANs) since the entire training process is not differentiable. The existing training strategies either suffer from unreliable gradient estimations or imprecise sentence representations. Inspired by the principle of sparse coding, we propose a SparseGAN that generates semantic-interpretable, but sparse sentence representations as inputs to the discriminator. The key idea is that we treat an embedding matrix as an over-complete dictionary, and use a linear combination of very few selected word embeddings to approximate the output feature representation of the generator at each time step. With such semantic-rich representations, we not only reduce unnecessary noises for efficient adversarial training, but also make the entire training process fully differentiable. Experiments on multiple text generation datasets yield performance improvements, especially in sequence-level metrics, such as BLEU.

📄 PDF Abstract BibTeX arXiv:2103.11578

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkSentenceText GenerationWord Embeddings

Similar Papers 제목 키워드 기반

Graph Generative Adversarial Networks for Sparse Data Generation in High Energy Physics

2020-11-30 · Raghav Kansal, Javier Duarte, Breno Orzari, Thiago Tomei 외

We develop a graph generative adversarial network to generate sparse data sets like those produced at the CERN Large Hadron Collider (LHC). We demonstrate this approach by training on and generating sparse representation…

Generative Adversarial Network

Self Sparse Generative Adversarial Networks

2021-01-26 · Wenliang Qian, Yang Xu, WangMeng Zuo, Hui Li

Generative Adversarial Networks (GANs) are an unsupervised generative model that learns data distribution through adversarial training. However, recent experiments indicated that GANs are difficult to train due to the re…

Generative Adversarial NetworkImage Generation

Concept Steerers: Leveraging K-Sparse Autoencoders for Controllable Generations

2025-01-31 · Dahye Kim, Deepti Ghadiyaram

Despite the remarkable progress in text-to-image generative models, they are prone to adversarial attacks and inadvertently generate unsafe, unethical content. Existing approaches often rely on fine-tuning models to remo…

A survey on text generation using generative adversarial networks

2022-12-20 · Gustavo Henrique de Rosa, João Paulo Papa

This work presents a thorough review concerning recent studies and text generation advancements using Generative Adversarial Networks. The usage of adversarial learning for text generation is promising as it provides alt…

Adversarial TextSurveyText Generation

TextGAIL: Generative Adversarial Imitation Learning for Text Generation

2020-04-07 · Qingyang Wu, Lei LI, Zhou Yu

Generative Adversarial Networks (GANs) for text generation have recently received many criticisms, as they perform worse than their MLE counterparts. We suspect previous text GANs' inferior performance is due to the lack…

Conditional Text GenerationDiversityImitation LearningText Generation