paper-with-me

Papers

ColdGANs: Taming Language GANs with Cautious Sampling Strategies

2020-06-08 · NeurIPS 2020 12 · Thomas Scialom, Paul-Alexis Dray, Sylvain Lamprier, Benjamin Piwowarski, Jacopo Staiano

Training regimes based on Maximum Likelihood Estimation (MLE) suffer from known limitations, often leading to poorly generated text sequences. At the root of these limitations is the mismatch between training and inference, i.e. the so-called exposure bias, exacerbated by considering only the reference texts as correct, while in practice several alternative formulations could be as good. Generative Adversarial Networks (GANs) can mitigate those limitations but the discrete nature of text has hindered their application to language generation: the approaches proposed so far, based on Reinforcement Learning, have been shown to underperform MLE. Departing from previous works, we analyze the exploration step in GANs applied to text generation, and show how classical sampling results in unstable training. We propose to consider alternative exploration strategies in a GAN framework that we name ColdGANs, where we force the sampling to be close to the distribution modes to get smoother learning dynamics. For the first time, to the best of our knowledge, the proposed language GANs compare favorably to MLE, and obtain improvements over the state-of-the-art on three generative tasks, namely unconditional text generation, question generation, and abstractive summarization.

📄 PDF Abstract BibTeX arXiv:2006.04643

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationQuestion GenerationQuestion-GenerationText Generation

Similar Papers 제목 키워드 기반

Cautious Bayesian MPC: Regret Analysis and Bounds on the Number of Unsafe Learning Episodes

2020-06-05 · Kim P. Wabersich, Melanie N. Zeilinger

This paper investigates the combination of model predictive control (MPC) concepts and posterior sampling techniques and proposes a simple constraint tightening technique to introduce cautiousness during explorative lear…

Model Predictive Control

ChronosObserver: Taming 4D World with Hyperspace Diffusion Sampling

2025-12-01 · Qisen Wang, Yifan Zhao, Peisen Shen, Jialu Li 외 arxiv

Although prevailing camera-controlled video generation models can produce cinematic results, lifting them directly to the generation of 3D-consistent and high-fidelity time-synchronized multi-view videos remains challeng…

Data AugmentationVideo Generation

Taming the Tail in Class-Conditional GANs: Knowledge Sharing via Unconditional Training at Lower Resolutions

2024-02-26 · CVPR 2024 1 · Saeed Khorram, Mingqi Jiang, Mohamad Shahbazi, Mohamad H. Danesh 외

Despite extensive research on training generative adversarial networks (GANs) with limited training data, learning to generate images from long-tailed training distributions remains fairly unexplored. In the presence of …

Diversity

Cautious Next Token Prediction

2025-07-03 · Yizhou Wang, Lingzhi Zhang, Yue Bai, Mang Tik Chiu 외

Next token prediction paradigm has been prevailing for autoregressive models in the era of LLMs. The current default sampling choice for popular LLMs is temperature scaling together with nucleus sampling to balance diver…

Prediction

The Bures Metric for Taming Mode Collapse in Generative Adversarial Networks

2020-09-28 · Hannes De Meulemeester, Joachim Schreurs, Michaël Fanuel, Bart De Moor 외

Generative Adversarial Networks (GANs) are performant generative methods yielding high-quality samples. However, under certain circumstances, the training of GANs can lead to mode collapse or mode dropping, i.e. the gene…

Diversity