Recall-oriented training losses (TruncR, c-Div with alpha>1, and lambda-PR) make language models more tunable through temperature, improving precision-recall trade-offs beyond NLL plus temperature scaling.
Flow-GAN: Combining Maximum Likelihood and Adversarial Learning in Generative Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Adversarial learning of probabilistic models has recently emerged as a promising alternative to maximum likelihood. Implicit models such as generative adversarial networks (GAN) often generate better samples compared to explicit models trained by maximum likelihood. Yet, GANs sidestep the characterization of an explicit density which makes quantitative evaluations challenging. To bridge this gap, we propose Flow-GANs, a generative adversarial network for which we can perform exact likelihood evaluation, thus supporting both adversarial and maximum likelihood training. When trained adversarially, Flow-GANs generate high-quality samples but attain extremely poor log-likelihood scores, inferior even to a mixture model memorizing the training data; the opposite is true when trained by maximum likelihood. Results on MNIST and CIFAR-10 demonstrate that hybrid training can attain high held-out likelihoods while retaining visual fidelity in the generated samples.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Improving Diversity in Language Models: When Temperature Fails, Change the Loss
Recall-oriented training losses (TruncR, c-Div with alpha>1, and lambda-PR) make language models more tunable through temperature, improving precision-recall trade-offs beyond NLL plus temperature scaling.