paper-with-me

Papers

Self-Adversarial Learning with Comparative Discrimination for Text Generation

2020-01-31 · ICLR 2020 1 · Wangchunshu Zhou, Tao Ge, Ke Xu, Furu Wei, Ming Zhou

Conventional Generative Adversarial Networks (GANs) for text generation tend to have issues of reward sparsity and mode collapse that affect the quality and diversity of generated samples. To address the issues, we propose a novel self-adversarial learning (SAL) paradigm for improving GANs' performance in text generation. In contrast to standard GANs that use a binary classifier as its discriminator to predict whether a sample is real or generated, SAL employs a comparative discriminator which is a pairwise classifier for comparing the text quality between a pair of samples. During training, SAL rewards the generator when its currently generated sentence is found to be better than its previously generated samples. This self-improvement reward mechanism allows the model to receive credits more easily and avoid collapsing towards the limited number of real samples, which not only helps alleviate the reward sparsity issue but also reduces the risk of mode collapse. Experiments on text generation benchmark datasets show that our proposed approach substantially improves both the quality and the diversity, and yields more stable performance compared to the previous GANs for text generation.

📄 PDF Abstract BibTeX arXiv:2001.11691

Code (0)

등록된 구현이 없습니다.

Tasks

DiversitySentenceText Generation

Similar Papers 제목 키워드 기반

Latent Code and Text-based Generative Adversarial Networks for Soft-text Generation

2019-04-15 · NAACL 2019 6 · Md. Akmal Haidar, Mehdi Rezagholizadeh, Alan Do-Omri, Ahmad Rashid

Text generation with generative adversarial networks (GANs) can be divided into the text-based and code-based categories according to the type of signals used for discrimination. In this work, we introduce a novel text-b…

Text Generation

MGD-GAN: Text-to-Pedestrian generation through Multi-Grained Discrimination

2020-10-02 · Shengyu Zhang, Donghui Wang, Zhou Zhao, Siliang Tang 외

In this paper, we investigate the problem of text-to-pedestrian synthesis, which has many potential applications in art, design, and video surveillance. Existing methods for text-to-bird/flower synthesis are still far fr…

DiversityGenerative Adversarial NetworkImage Generation

Self-Generative Adversarial Fine-Tuning for Large Language Models

2026-02-01 · Shiguang Wu, Yaqing Wang, Quanming Yao arxiv

Fine-tuning large language models (LLMs) for alignment typically relies on supervised fine-tuning or reinforcement learning from human feedback, both limited by the cost and scarcity of high-quality annotations. Recent s…

Reinforcement Learning

Adversarial Text Generation via Sequence Contrast Discrimination

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ke Wang, Xiaojun Wan

In this paper, we propose a sequence contrast loss driven text generation framework, which learns the difference between real texts and generated texts and uses that difference. Specifically, our discriminator contains a…

Adversarial TextText Generation

FairGAN: Fairness-aware Generative Adversarial Networks

2018-05-28 · Depeng Xu, Shuhan Yuan, Lu Zhang, Xintao Wu

Fairness-aware learning is increasingly important in data mining. Discrimination prevention aims to prevent discrimination in the training data before it is used to conduct predictive analysis. In this paper, we focus on…

FairnessGeneral Classification