pith. machine review for the scientific record. sign in

arxiv: 1806.04936 · v3 · submitted 2018-06-13 · 💻 cs.CL

Recognition: unknown

On Accurate Evaluation of GANs for Language Generation

Authors on Pith no claims yet
classification 💻 cs.CL
keywords languagemodelsgenerationbestbetterevaluationgansgenerated
0
0 comments X
read the original abstract

Generative Adversarial Networks (GANs) are a promising approach to language generation. The latest works introducing novel GAN models for language generation use n-gram based metrics for evaluation and only report single scores of the best run. In this paper, we argue that this often misrepresents the true picture and does not tell the full story, as GAN models can be extremely sensitive to the random initialization and small deviations from the best hyperparameter choice. In particular, we demonstrate that the previously used BLEU score is not sensitive to semantic deterioration of generated texts and propose alternative metrics that better capture the quality and diversity of the generated samples. We also conduct a set of experiments comparing a number of GAN models for text with a conventional Language Model (LM) and find that neither of the considered models performs convincingly better than the LM.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. The Curious Case of Neural Text Degeneration

    cs.CL 2019-04 accept novelty 7.0

    Nucleus sampling draws from the smallest set of tokens whose cumulative probability exceeds threshold p, yielding more human-like diversity and coherence than beam search or full-distribution sampling.