LIVE PULSE
5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

Diffusion Language Models

topic6 events
papersTODAY 04:00 UTC

arXiv Paper Surveys Diffusion Language Models for Code Generation

A new arXiv preprint reviews how diffusion-based large language models can be applied to code generation, an area currently dominated by left-to-right autoregressive decoding. The authors examine the limitations of standard autoregressive generation and assess whether diffusion approaches offer advantages for producing source code. The work is a replacement submission (v3) to the cs.AI category.

papersTODAY 04:00 UTC

DenMark: Semantic Watermarking Method Targets Diffusion Language Models

A new arXiv paper introduces DenMark, a semantic watermarking approach that embeds signals in the meaning of generated text rather than in specific token choices. This design aims to survive paraphrasing and other edits that preserve meaning, which typically break surface-level watermarks. The work focuses on diffusion language models, a class largely unaddressed by existing semantic watermarking methods built for autoregressive models.

papersTODAY 04:00 UTC

LLaDA-UI Applies Block-wise Diffusion Decoding to Vision-Language GUI Agents

A new arXiv paper introduces LLaDA-UI, a method that adapts diffusion large language models to vision-language agents that operate graphical user interfaces. Diffusion decoding generates tokens in parallel blocks and in arbitrary order, which the authors argue suits latency-sensitive GUI tasks. The work positions interface agents as a testbed for this alternative to standard left-to-right generation.

papersTODAY 04:00 UTC

DA-DLM Models Token Dependencies in Diffusion Language Models

A new arXiv paper introduces DA-DLM, a method for diffusion language models that explicitly captures relationships between tokens during generation. Existing diffusion models denoise masked text by predicting several tokens at once under an assumption of conditional independence, which the authors say weakens coherence. The proposed approach aims to restore those inter-token dependencies.

papersTODAY 04:00 UTC

Coupled-Noise Distillation Method Targets One-Step Block Generation in Diffusion Language Models

A revised arXiv paper examines why masked diffusion language models can produce incoherent text blocks: they decode every position in a block in parallel from separate marginal distributions. The authors propose a coupled-noise distillation approach intended to let such models generate a whole block in a single step while keeping the tokens mutually consistent. The work is a research preprint and has not been peer-reviewed.

papersSEP 11 04:00 UTC

Watermarking Method for Diffusion Language Models Uses Correlated Gumbel Fields

A new arXiv paper proposes SAC-Copula, a watermarking scheme designed for diffusion language models, which generate text through iterative parallel unmasking rather than left-to-right decoding. The authors argue that existing sampling-based watermarking techniques, which add independent noise at each position, are poorly suited to this parallel process. Their approach instead uses smooth, correlated Gumbel fields intended to preserve output quality while embedding a detectable signal.