paper-with-me

홈 › Papers

DiffScore: Text Evaluation Beyond Autoregressive Likelihood

2026-05-12 · Wen Lai, Yingli Shen, Dingnan Jin, Qing Cui, Jun Zhou, Maosong Sun, Alexander Fraser arxiv

Autoregressive language models are widely used for text evaluation, however, their left-to-right factorization introduces positional bias, i.e., early tokens are scored with only leftward context, conflating architectural asymmetry with true text quality. We propose masked reconstruction as an alternative paradigm, where every token is scored using full bidirectional context. We introduce DiffScore, an evaluation framework built on Masked Large Diffusion Language Models. By measuring text recoverability across continuous masking rates, DiffScore eliminates positional bias and naturally establishes an evaluation hierarchy from local fluency to global coherence. We further provide diagnostic tools unavailable to autoregressive frameworks: multi-timestep quality profiles that decompose scores across masking rates, and bidirectional PMI decomposition that disentangles fluency from faithfulness. Experiments across ten benchmarks show that DiffScore consistently outperforms autoregressive baselines in both zero-shot and fine-tuned settings. The code is released at: https://github.com/wenlai-lavine/DiffScore.

📄 PDF Abstract BibTeX arXiv:2605.11601

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Speculative Refinement: A Hybrid Autoregressive Diffusion Decoding Strategy and Its Behavior Across Benchmarks

2026-06-25 · Aditi Gupta, Neel Mishra, Kushagra Trivedi, Pawan Kumar arxiv

How should we evaluate generation systems that combine autoregressive (AR) and diffusion decoding? We study this question through Speculative Refinement (SpecRef), a training-free hybrid method that warm-starts a masked …

Global Autoregressive Models for Data-Efficient Sequence Learning

2019-09-16 · CONLL 2019 11 · Tetiana Parshakova, Jean-Marc Andreoli, Marc Dymetman

Standard autoregressive seq2seq models are easily trained by max-likelihood, but tend to show poor results under small-data conditions. We introduce a class of seq2seq models, GAMs (Global Autoregressive Models), which c…

Language ModellingSmall Data Image Classification

DUEL: Exact Likelihood for Masked Diffusion via Deterministic Unmasking

2026-03-02 · Gilad Turok, Chris De Sa, Volodymyr Kuleshov arxiv

Masked diffusion models (MDMs) generate text by iteratively selecting positions to unmask and then predicting tokens at those positions. Yet MDMs lack proper likelihood evaluation: the evidence lower bound (ELBO) is not …

Autoregressive Generative Modeling with Noise Conditional Maximum Likelihood Estimation

2022-10-19 · Henry Li, Yuval Kluger

We introduce a simple modification to the standard maximum likelihood estimation (MLE) framework. Rather than maximizing a single unconditional likelihood of the data under the model, we maximize a family of \textit{nois…

HGAN: Hybrid Generative Adversarial Network

2021-02-07 · Seyed Mehdi Iranmanesh, Nasser M. Nasrabadi

In this paper, we present a simple approach to train Generative Adversarial Networks (GANs) in order to avoid a \textit {mode collapse} issue. Implicit models such as GANs tend to generate better samples compared to expl…

Density EstimationGenerative Adversarial Network