Papers › Beyond Autoregression: Fast LLMs via Self-Distillation Through Time

Beyond Autoregression: Fast LLMs via Self-Distillation Through Time

28 Oct 2024arXiv:2410.21035archive 2025-07-28

Justin Deschenaux, Caglar Gulcehre

Autoregressive (AR) Large Language Models (LLMs) have demonstrated significant success across numerous tasks. However, the AR modeling paradigm presents certain limitations; for instance, contemporary autoregressive LLMs are trained to generate one token at a time, which can result in noticeable latency. Recent advances have indicated that search and repeated sampling can enhance performance in various applications, such as theorem proving, code generation, and alignment, by utilizing greater computational resources during inference. In this study, we demonstrate that diffusion language models are capable of generating at least 32 tokens simultaneously, while exceeding the performance of AR models in text quality and on the LAMBADA natural language understanding benchmark. This outcome is achieved through a novel distillation method for discrete diffusion models, which reduces the number of inference steps by a factor of 32-64. Practically, our models, even without caching, can generate tokens at a rate that is up to 8 times faster than AR models employing KV caching, and we anticipate further improvements with the inclusion of caching. Moreover, we demonstrate the efficacy of our approach for diffusion language models with up to 860M parameters.

PaperPDFCodeCode 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="2410.21035")

Code

Syntology Ran 4 of 10 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jdeschena/sdtt officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

10 samples harvested; 4 ran; 1 honoured the contract we drafted; 6 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 · honoured contract
2ran · fixture could not drive it
1ran
6unverified

Licence: 10 of the 10 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 jdeschena/sdtt. “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.

bias_dropout_add_scale jdeschena/sdtt/src/sdtt/models/ar_orig.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · fbbc6722b74bda27 · report
bias_dropout_add_scale_fused_train jdeschena/sdtt/src/sdtt/models/ar_orig.py official repository ran · fixture could not drive it no licence file found · pointer only · ee894c881614c3ec · report
get_bias_dropout_add_scale jdeschena/sdtt/src/sdtt/models/ar_orig.py official repository ran no licence file found · pointer only · 06d2d8e50f91481f · report
modulate jdeschena/sdtt/src/sdtt/models/dit_orig.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 78b555034273f3c7 · report
eval_loop jdeschena/sdtt/src/sdtt/harness_gpt2.py official repository unverified no licence file found · pointer only · b0a49b09dfb49452 · report
get_ckpt_idx jdeschena/sdtt/src/sdtt/push_to_hub.py official repository unverified no licence file found · pointer only · a7222ce47d825dbf · report
gradient_norm jdeschena/sdtt/src/sdtt/callbacks/gradient_norm.py official repository unverified no licence file found · pointer only · 0f2e39e89855eac7 · report
parse_str_int_list jdeschena/sdtt/src/sdtt/utils.py official repository unverified no licence file found · pointer only · e23c2025aad80db2 · report
rm_null_values jdeschena/sdtt/src/sdtt/utils.py official repository unverified no licence file found · pointer only · 8c79294eaaaef612 · report
str_to_dtype jdeschena/sdtt/src/sdtt/utils.py official repository unverified no licence file found · pointer only · 9811c7dc90993af3 · report

Tasks

Automated Theorem ProvingCode GenerationLAMBADANatural Language Understanding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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