paper-with-me

홈 › Papers

Distributional Discrepancy: A Metric for Unconditional Text Generation

2020-05-04 · Ping Cai, Xingyuan Chen, Peng Jin, Hongjun Wang, Tianrui Li

The purpose of unconditional text generation is to train a model with real sentences, then generate novel sentences of the same quality and diversity as the training data. However, when different metrics are used for comparing the methods of unconditional text generation, contradictory conclusions are drawn. The difficulty is that both the diversity and quality of the sample should be considered simultaneously when the models are evaluated. To solve this problem, a novel metric of distributional discrepancy (DD) is designed to evaluate generators based on the discrepancy between the generated and real training sentences. However, it cannot compute the DD directly because the distribution of real sentences is unavailable. Thus, we propose a method for estimating the DD by training a neural-network-based text classifier. For comparison, three existing metrics, bi-lingual evaluation understudy (BLEU) versus self-BLEU, language model score versus reverse language model score, and Fr\'{e}chet embedding distance, along with the proposed DD, are used to evaluate two popular generative models of long short-term memory and generative pretrained transformer 2 on both syntactic and real data. Experimental results show that DD is significantly better than the three existing metrics for ranking these generative models.

📄 PDF Abstract BibTeX arXiv:2005.01282

Code (1)

anonymous1100/Distributional-Discrepancy 공식 구현 tf

Tasks

DiversityLanguage ModelingLanguage ModellingText Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…

Similar Papers 제목 키워드 기반

The Detection of Distributional Discrepancy for Text Generation

2019-09-28 · Xingyuan Chen, Ping Cai, Peng Jin, Haokun Du 외

The text generated by neural language models is not as good as the real text. This means that their distributions are different. Generative Adversarial Nets (GAN) are used to alleviate it. However, some researchers argue…

Language ModelingLanguage ModellingText Generation

Where to Refine, When to Stop: Rethinking Redundancy via Latent Discrepancy for Efficient Visual Autoregressive Generation

2026-05-29 · Changwang Mei, Peisong Wang, Zekun Li, Changsheng Li 외 arxiv

Visual Autoregressive (VAR) models deliver high-quality image generation but suffer from significant inference latency at high resolutions. Recent acceleration approaches most rely on heuristic measures with layer featur…

Image Generation

Adding A Filter Based on The Discriminator to Improve Unconditional Text Generation

2020-04-05 · Xingyuan Chen, Ping Cai, Peng Jin, Hongjun Wang 외

The autoregressive language model (ALM) trained with maximum likelihood estimation (MLE) is widely used in unconditional text generation. Due to exposure bias, the generated texts still suffer from low quality and divers…

Language ModellingText Generation

MMD Guidance: Training-Free Distribution Adaptation for Diffusion Models via Maximum Mean Discrepancy Guidance

2026-01-13 · Matina Mahdizadeh Sani, Nima Jamali, Mohammad Jalali, Farzan Farnia arxiv

Pre-trained diffusion models have emerged as powerful generative priors for both unconditional and conditional sample generation, yet their outputs often deviate from the characteristics of user-specific target data. Suc…

Computational EfficiencyDomain Adaptation

LiFT: Lifted Inter-slice Feature Trajectories for 3D Image Generation from 2D Generators

2026-05-18 · Xinhe Zhang, Yuyang Zhang, Pengfei Jin, Arnau Marin-Llobet 외 arxiv

High-resolution 3D medical image generation remains challenging because fully volumetric models are computationally expensive, while efficient 2D slice generators often fail to preserve anatomical consistency across the …

Medical Image Generation