English

DiffScore: Text Evaluation Beyond Autoregressive Likelihood

Computation and Language 2026-05-13 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2605.11601,
  title  = {DiffScore: Text Evaluation Beyond Autoregressive Likelihood},
  author = {Wen Lai and Yingli Shen and Dingnan Jin and Qing Cui and Jun Zhou and Maosong Sun and Alexander Fraser},
  journal= {arXiv preprint arXiv:2605.11601},
  year   = {2026}
}