Challenge: Existing generative adversarial networks suffer from the instability of reinforcement learning training algorithms such as policy gradient, leading to unstable performance.
Approach: They propose a framework where the discriminator assigns rewards to samples acquired from a stationary distribution near the data rather than the generator’s distribution.
Outcome: The proposed framework outperforms state-of-the-art text GANs with a more stable training process.

Similar Papers

Diversity-Promoting GAN: A Cross-Entropy Based Generative Adversarial Network for Diversified Text Generation (D18-1)

Copied to clipboard

Challenge: Existing text generation methods tend to produce repeated and ”boring” expressions.
Approach: They propose a model that assigns low reward for repeatedly generated text and high reward for ”novel” and fluent text, and a novel language-model based discriminator which can distinguish novel text from repeated text without the saturation problem.
Outcome: The proposed model generates more diverse and informative text than existing baselines on review generation and dialogue generation tasks.
Best Student Forcing: A Simple Training Mechanism in Adversarial Language Generation (2020.lrec-1)

Copied to clipboard

Challenge: Language models trained with Maximum Likelihood Estimation (MLE) have been considered as a mainstream solution in Natural Language Generation (NLG) however, they are reportedly suffering from training instability and mode collapse, and therefore outperform conventional MLE models.
Approach: They propose a method to improve Generative Adversarial Nets (GANs) using best student forcing and discriminators to increase training stability and sample diversity.
Outcome: The proposed techniques outperform MLE models and outperformed existing approaches in terms of sample diversity and training stability.
Generative Adversarial Training with Perturbed Token Detection for Model Robustness (2023.emnlp-main)

Copied to clipboard

Challenge: Existing adversarial training methods use discrete tokens to deceive models . current approaches use embeddings, whereas actual text-based training uses discrete text tokens.
Approach: They propose a framework that integrates gradient-based learning, adversarial example generation and perturbed token detection to enhance adversariarial robustness.
Outcome: The proposed framework surpasses the state-of-the-art results of ChatGPT by 10% in average accuracy.
GAN-BERT: Generative Adversarial Learning for Robust Text Classification with a Bunch of Labeled Examples (2020.acl-main)

Copied to clipboard

Challenge: Recent Transformer-based architectures provide impressive results in many NLP tasks, but obtaining high-quality annotated data is expensive and time consuming.
Approach: They propose a semisupervised learning method that ex- tends the fine-tuning of BERT-like architectures with unlabeled data in a generative adversarial setting.
Outcome: The proposed method reduces the requirement for annotated examples while achieving good performance in sentence classification tasks.
Implicit Unlikelihood Training: Improving Neural Text Generation with Reinforcement Learning (2021.eacl-main)

Copied to clipboard

Challenge: Existing approaches to language modeling use autoregressive methods, but they can produce repetitive results.
Approach: They propose to add a loss function for regularization to avoid unwanted properties, such as contradiction or repetition, to a language model by using policy gradient reinforcement learning.
Outcome: The proposed method reduces repetition without impacting the language model quality.
ReinforceBug: A Framework to Generate Adversarial Textual Examples (2021.naacl-main)

Copied to clipboard

Challenge: Recent studies have demonstrated that ML Models are sensitive to Adversarial Examples (AEs) AEs are generated by perturbingining examples that preserve the intrinsic utility of the ML solutions but influence the classifier's predictions between original and modified inputs.
Approach: They propose a reinforcement learning framework that learns a policy that is transferable on unseen datasets and generates utility-preserving and transferable AEs.
Outcome: The proposed framework is 10% more successful than the state-of-the-art attack TextFooler.
LexicalAT: Lexical-Based Adversarial Reinforcement Training for Robust Sentiment Classification (D19-1)

Copied to clipboard

Challenge: Existing text classification models are fragile and sensitive to simple perturbations.
Approach: They propose a generator-classifier adversarial training approach to improve classification models . they use a large-scale lexical knowledge base to generate attacking examples .
Outcome: The proposed approach outperforms strong baselines and reduces test errors on neural networks.
Pun-GAN: Generative Adversarial Network for Pun Generation (D19-1)

Copied to clipboard

Challenge: Existing methods for generating pun sentences with word senses lack large-scale corpus for supervised learning . a pun is a clever and amusing use of a word with two meanings (word senses)
Approach: They propose an adversarial generative network for pun generation with a generator and a discriminator to distinguish between generated pun sentences and real sentences with specific word senses.
Outcome: The proposed network generates sentences that are more ambiguous and diverse in both automatic and human evaluation.
Improving Gradient-based Adversarial Training for Text Classification by Contrastive Learning and Auto-Encoder (2021.findings-acl)

Copied to clipboard

Challenge: Recent work has shown that models can be easily fooled by intentionally designed adversarial examples.
Approach: They propose two efficient approaches for generating adversarial perturbations on embeddings and propose two new approaches to help model learn adversarials more efficiently.
Outcome: The proposed approaches outperform strong baselines on various text classification datasets and the model's performance drops less under adversarial attack.
End-to-end Adversarial Sample Generation for Data Augmentation (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for generating adversarial samples have deceived many neural inference models, such as text classification and machine translation.
Approach: They propose an adversarial sample generator that consists of a conditioned paraphrasing model and a condition generator and introduce a pretrained discriminator to help the adversarial sample generator adapt to the data characteristics.
Outcome: The proposed approach improves the performance of the trained model on several tasks and is robust for various attacking techniques.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations