CLAIMay 18

Prompt Compression in Diffusion Large Language Models: Evaluating LLMLingua-2 on LLaDA

arXiv:2605.1793269.3
Predicted impact top 91% in CL · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers and practitioners using DLLMs, this work highlights that compression methods designed for autoregressive models do not transfer uniformly, motivating diffusion-aware strategies.

This paper evaluates whether prompt compression transfers to diffusion large language models (DLLMs) using LLMLingua-2 on LLaDA, finding that semantic preservation does not ensure stable downstream behavior; mathematical reasoning degrades substantially despite high semantic similarity, while summarization is more robust.

Prompt compression reduces inference cost and context length in large language models, but prior evaluations focus primarily on autoregressive architectures. This study investigates whether prompt compression transfers effectively to diffusion large language models (DLLMs) using LLMLingua-2, specifically the 8B-parameter DLLM LLaDA. We evaluate compression performance on GSM8K, DUC2004, and ShareGPT using 250 prompts per dataset at an approximate 2$\times$ compression ratio, across mathematical reasoning, prompt reconstruction, and summarization tasks. Outputs generated from original prompts, compressed prompts, reconstructed prompts, and reconstructed-prompt reasoning were compared using exact-match accuracy, BLEU, ROUGE, and BERTScore. Results show that semantic preservation does not necessarily imply stable downstream behavior in diffusion models. Summarization tasks remained comparatively robust under compression, while mathematical reasoning degraded substantially despite high semantic similarity scores. Reconstruction experiments further showed that semantically similar prompts may still omit reasoning-critical information required for stable denoising. Across tasks, BERTScore recall was consistently lower than precision, suggesting that compression failures are primarily driven by information omission rather than semantic drift. These findings indicate that prompt compression methods designed for autoregressive models do not transfer uniformly to diffusion large language models and motivate the development of diffusion-aware compression strategies.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes