paper-with-me

Papers

Efficient Self-Evaluation for Diffusion Language Models via Sequence Regeneration

2026-03-03 · Linhao Zhong, Linyu Wu, Wen Wang, Yuling Xi, Chenchen Jing, Jiaheng Zhang, Hao Chen, Chunhua Shen arxiv

Diffusion large language models (dLLMs) have recently attracted significant attention for their ability to enhance diversity, controllability, and parallelism. However, their non-sequential, bidirectionally masked generation makes quality assessment difficult, underscoring the need for effective self-evaluation. In this work, we propose DiSE, a simple yet effective self-evaluation confidence quantification method for dLLMs. DiSE quantifies confidence by computing the probability of regenerating the tokens in the entire generated sequence, given the full context. This method enables more efficient and reliable quality assessment by leveraging token regeneration probabilities, facilitating both likelihood estimation and robust uncertainty quantification. Building upon DiSE, we further introduce a flexible-length generation framework, which adaptively controls the sequence length based on the model's self-assessment of its own output. We analyze and validate the feasibility of DiSE from the perspective of dLLM generalization, and empirically demonstrate that DiSE is positively correlated with both semantic coherence and answer accuracy. Extensive experiments on likelihood evaluation, uncertainty quantification, and flexible-length generation further confirm the effectiveness of the proposed DiSE. Project page: https://zhongzero.github.io/DiSE/

📄 PDF Abstract BibTeX arXiv:2603.02760

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unleashing the True Potential of LLMs: A Feedback-Triggered Self-Correction with Long-Term Multipath Decoding

2025-09-09 · Jipeng Li, Zeyu Gao, Yubin Qi, Hande Dong 외 arxiv

Large Language Models (LLMs) have achieved remarkable performance across diverse tasks, yet their susceptibility to generating incorrect content during inference remains a critical unsolved challenge. While self-correcti…

Mathematical ReasoningCode Generation

Image Regeneration: Evaluating Text-to-Image Model via Generating Identical Image with Multimodal Large Language Models

2024-11-14 · Chutian Meng, Fan Ma, Jiaxu Miao, Chi Zhang 외

Diffusion models have revitalized the image generation domain, playing crucial roles in both academic research and artistic expression. With the emergence of new diffusion models, assessing the performance of text-to-ima…

Image Generation

SCoRe: Clean Image Generation from Diffusion Models Trained on Noisy Images

2026-04-10 · Yuta Matsuzaki, Seiichi Uchida, Shumpei Takezaki arxiv

Diffusion models trained on noisy datasets often reproduce high-frequency training artifacts, significantly degrading generation quality. To address this, we propose SCoRe (Spectral Cutoff Regeneration), a training-free,…

Image Generation

BackPlay: Head-Only Look-Back Self-Correction for Diffusion Language Models

2026-01-10 · Liming Liu, Binxuan Huang, Zixuan Zhang, Xin Liu 외 arxiv

Diffusion Language Models (DLMs) decode multiple tokens in parallel, but aggressive multi-token decoding amplifies cross-token dependency errors and can sharply degrade generation quality. We propose BackPlay, a frozen-b…

Mathematical ReasoningCode Generation

A Training-Free Regeneration Paradigm: Contrastive Reflection Memory Guided Self-Verification and Self-Improvement

2026-03-20 · Yuran Li, Di Wu, Benoit Boulet arxiv

Verification-guided self-improvement has recently emerged as a promising approach to improving the accuracy of large language model (LLM) outputs. However, existing approaches face a trade-off between inference efficienc…