Long context

Read methods and evaluations involving large conditioning contexts. LongLLaDA examines context-length extrapolation and task-dependent long-context behaviour; input context and generated length are different quantities.

How to read and compare
  • What input lengths, information positions and memory budgets are evaluated?
  • How does quality change when relevant information is near the beginning, middle or end?

A training-free extension of one LLaDA model does not establish uniform long-context superiority for diffusion language models.

A code link does not guarantee reproducibility. Check the original dataset, metric, protocol and conditions.

Primary references

These are reading anchors, not an exhaustive survey or ranking. A source reference does not imply it appears in the current selection.

Related topics

Selection methodology

2026-07-02T22:37:43+00:00 · Inference acceleration, Long context · Source

Training Hybrid Block Diffusion Language Models with Partial Bidirectionality

High-throughput long-context generation is one of the central challenges for large language models. Generation is typically memory-bandwidth-bound rather than compute-bound: each decoding step must stream the accumulated key/value (KV) cache from memory, so bandwidth demand grows with context length while only one token is emitted. Two parallel approaches have therefore emerged: reducing memory access with efficient attention variants and linear-time mixers such as Mamba, or increasing parallel computation by generating blocks of tokens at once. However, technical challenges arise when combini

Useful for: Not assessed · Limitation: Not assessed

2026-06-17T18:10:23+00:00 · Long context, Reasoning · Source

Diffusion Language Models: An Experimental Analysis

Large Language Models (LLMs) have revolutionized language modeling through autoregressive generation, enabling strong performance across a wide range of tasks. Recently, Diffusion Language Models (DLMs) have emerged as an alternative paradigm that generates text through iterative denoising rather than next-token prediction, allowing parallel refinement of entire sequences. While numerous diffusion-based architectures have been proposed, differences in evaluation protocols, datasets, inference budgets, and generation hyperparameters make it difficult to compare their capabilities and understand

Useful for: Not assessed · Limitation: Not assessed

2026-06-17T18:10:23+00:00 · Long context, Reasoning · Source

Diffusion Language Models: An Experimental Analysis

Large Language Models (LLMs) have revolutionized language modeling through autoregressive generation, enabling strong performance across a wide range of tasks. Recently, Diffusion Language Models (DLMs) have emerged as an alternative paradigm that generates text through iterative denoising rather than next-token prediction, allowing parallel refinement of entire sequences. While numerous diffusion-based architectures have been proposed, differences in evaluation protocols, datasets, inference budgets, and generation hyperparameters make it difficult to compare their capabilities and understand

Useful for: Not assessed · Limitation: Not assessed

2026-06-09T08:06:22+00:00 · Inference acceleration, Long context · Source

Prefilling-dLLM: Predictive Prefilling for Long-Context Inference in Diffusion Language Models

Diffusion large language models (dLLMs) re-encode the entire prefix at every denoising step, causing recomputation that scales quadratically with context length and becomes prohibitive for long-context scenarios. We propose Prefilling-dLLM, a training-free prefill-decode disaggregation framework for dLLMs that partitions the prefix into N chunks, caches their KV representations once, and selects the top-K most relevant chunks with intra-chunk token sparsity for decoding, showing that sparse prefilling can outperform dense attention while reducing per-step complexity from quadratic in t

Useful for: Not assessed · Limitation: Not assessed

2026-05-20T07:06:54Z · Inference acceleration, Long context · Source

PulseCol: Periodically Refreshed Column-Sparse Attention for Accelerating Diffusion Language Models

Inference in diffusion large language models (dLLMs) is computationally expensive, as full self-attention must be repeatedly executed at each step of the denoising process without KV cache. Recent sparse attention methods for dLLMs mitigate this cost via block-sparse computation, which is applied only in later iterations when model performance is less sensitive to coarse-grained sparse approximation, but yields limited improvements in computational efficiency and acceleration. This motivates a finer-grained sparsification strategy that can be applied from earlier iterations and leverages reusa

Useful for: Not assessed · Limitation: Not assessed

2026-05-18T06:39:10+00:00 · Masked / discrete diffusion, Long context, Reasoning · Source

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

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,

Useful for: Not assessed · Limitation: Not assessed