Papers › Fast and Fluent Diffusion Language Models via Convolutional Decoding and Rejective Fine-tuning

Fast and Fluent Diffusion Language Models via Convolutional Decoding and Rejective Fine-tuning

18 Sep 2025NeurIPSarXiv:2509.15188added by Syntology

Yeongbin Seo, Dongha Lee, Jaehyung Kim, Jinyoung Yeo

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Autoregressive (AR) language models generate text one token at a time, which limits their inference speed. Diffusion-based language models offer a promising alternative, as they can decode multiple tokens in parallel. However, we identify a key bottleneck in current diffusion LMs: the long decoding-window problem, where tokens generated far from the input context often become irrelevant or repetitive. Previous solutions like semi-autoregressive address this issue by splitting windows into blocks (sacrificing bidirectionality), but we find that this also leads to time-interval expansion problem, sacrificing the speed. Therefore, semi-AR eliminates the main advantages of diffusion models. To overcome this, we propose Convolutional decoding (Conv), a normalization-based method that narrows the decoding window without hard segmentation, leading to better fluency and flexibility. Additionally, we introduce Rejecting Rule-based Fine-Tuning (R2FT), a post-hoc training scheme that better aligns tokens at positions far from context. Our methods achieve state-of-the-art results on open-ended generation benchmarks (e.g., AlpacaEval) among diffusion LM baselines, with significantly lower step size than previous works, demonstrating both speed and quality improvements.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2509.15188")

Code

Syntology Ran 9 of 17 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 3 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ybseo-ac/Conv found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 9 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
3ran · fixture could not drive it
5ran
8unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ybseo-ac/Conv. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_gumbel_noise ybseo-ac/Conv/generate_yb.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · a5334721ab55f48f · report
bias_dropout_add_scale ybseo-ac/Conv/models/autoregressive.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · fbbc6722b74bda27 · report
bias_dropout_add_scale_fused_train ybseo-ac/Conv/models/autoregressive.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · ee894c881614c3ec · report
get_bias_dropout_add_scale ybseo-ac/Conv/models/autoregressive.py found in paper text by Syntology ran no licence file found · pointer only · 06d2d8e50f91481f · report
get_num_transfer_tokens ybseo-ac/Conv/generate_yb.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 6f22da9cc766ffbe · report
get_num_transfer_tokens ybseo-ac/Conv/gen1_2_answer_generation_llada.py found in paper text by Syntology ran no licence file found · pointer only · befea8ff69c3c190 · report
lm1b_detokenizer ybseo-ac/Conv/dataloader.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 576e1b9b9bcae8ff · report
ptb_detokenizer ybseo-ac/Conv/dataloader.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9f7fbdbe7ca280e0 · report
wt_detokenizer ybseo-ac/Conv/dataloader.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 46c10627206a7795 · report
add_gumbel_noise ybseo-ac/Conv/gen1_2_answer_generation_llada.py found in paper text by Syntology unverified no licence file found · pointer only · 529aefed4b15eb2b · report
cross_entropy ybseo-ac/Conv/models/dimamba.py found in paper text by Syntology unverified no licence file found · pointer only · 38b9682eb110eda2 · report
generate ybseo-ac/Conv/gen1_2_answer_generation_llada.py found in paper text by Syntology unverified no licence file found · pointer only · 5e8a159c6df1dcb1 · report
generate ybseo-ac/Conv/generate_yb.py found in paper text by Syntology unverified no licence file found · pointer only · 6e4c11b91e906864 · report
get_dataloaders_finetune ybseo-ac/Conv/finetune_tools.py found in paper text by Syntology unverified no licence file found · pointer only · 371859ac56b363f1 · report
prior_std_mean_calcul_conditional ybseo-ac/Conv/finetune_tools.py found in paper text by Syntology unverified no licence file found · pointer only · 935b6e84a478b512 · report
q_xt_finetune ybseo-ac/Conv/finetune_tools.py found in paper text by Syntology unverified no licence file found · pointer only · 4e433264265cd4c7 · report
weighted_cross_entropy ybseo-ac/Conv/models/dimamba.py found in paper text by Syntology unverified no licence file found · pointer only · fdbb5a9a25cff18f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.15188, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections