Рассуждения

Оценки поведения в многошаговых задачах. Работа о масштабировании и обучении на инструкциях изучает рассуждения наряду с другими способностями; итоговая оценка ответа не заменяет проверку промежуточных шагов.

Как читать и сравнивать
  • Какие задача и правило оценки определяют заявленную способность к рассуждению?
  • Отделяет ли оценка правильный итоговый ответ от надёжности промежуточных шагов?

Обнадёживающие оценки не доказывают достоверность цепочек рассуждения, причинный механизм или общее превосходство над авторегрессионными моделями.

Наличие кода не гарантирует воспроизводимость. Сверяйте набор данных, метрику, протокол и условия в оригинале.

Исходные работы

Это ориентиры для чтения, а не полный обзор или рейтинг. Ссылки на источники не доказывают их присутствие в текущей подборке.

Связанные темы

Методика отбора

2026-06-07T02:24:11+00:00 · Маскированная / дискретная диффузия, Рассуждения, Генерация кода · Источник

Оригинальное название: AsyncLane: Decoupling Refinement from Advancement in Diffusion Language Model Decoding

Оригинальная аннотация: Block-wise semi-autoregressive decoding is the standard inference paradigm for diffusion large language models (DLMs), but it imposes a strict dependency between blocks: the next block cannot begin until the current block is fully decoded or its denoising budget is exhausted. We observe that once a block exposes a reliable delimiter boundary or stable semantic prefix, continuation generation need not wait for every residual token to be resolved. We propose AsyncLane, a training-free decoding scheduler that decouples refinement from advancement. AsyncLane forks a generate lane at observed delim

Полезно для: Не указано · Ограничение: Не указано

2026-06-06T22:10:46+00:00 · Рассуждения · Источник

Оригинальное название: Forward-Free Diffusion Language Models

Оригинальная аннотация: Diffusion language models generate text through iterative denoising, offering a powerful alternative to autoregressive generation. However, discrete language spaces lack a natural neighborhood structure for defining effective perturbations, so some artificial corruption schemes are proposed in the forward process. Such prescribed forward processes often produce states that are mathematically convenient but misaligned with drafts and errors encountered during generation, resulting in degraded sample quality. To address this limitation, we propose FReDA, a forward-free diffusion language model t

Полезно для: Не указано · Ограничение: Не указано

2026-06-06T08:21:06+00:00 · Рассуждения · Источник

Оригинальное название: Diffusion Language Model Parallel Decoding via Product-of-Experts Bridge

Оригинальная аннотация: Diffusion language models (DLMs) offer substantial speed advantages through parallel decoding, but the lack of token dependencies limits generation quality compared to autoregressive (AR) models. Recent progress attempts to bridge the gap via importance sampling, with DLM being the proposal and AR being the target. However, due to the huge gap between their distributions, the sampling requires a large number of particles and is thus expensive to compute. In this paper, we introduce PoE-Bridge, a novel decoding framework that drastically improves generation speed and accuracy by introducing an

Полезно для: Не указано · Ограничение: Не указано

2026-06-04T17:56:27+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Self-Augmenting Retrieval for Diffusion Language Models

Оригинальная аннотация: Discrete diffusion language models generate text by iteratively denoising an entire response in parallel. At each step, they predict tentative tokens for every masked position, committing the confident predictions to the output and discarding the unconfident ones. We show that the discarded tokens are in fact a useful lookahead signal for retrieval-augmented generation: even low-confidence tokens often surface salient entities early in the denoising trajectory, enabling retrieval of stronger evidence before the output is finalized. We exploit this through Self-Augmenting Retrieval for Diffusio

Полезно для: Не указано · Ограничение: Не указано

2026-06-03T07:18:23+00:00 · Рассуждения, Управляемость · Источник

Оригинальное название: Dynamic Infilling Anchors for Format-Constrained Generation in Diffusion Large Language Models

Оригинальная аннотация: Diffusion large language models (dLLMs) offer bidirectional attention and parallel generation, enabling them to exploit global context and naturally support format-constrained tasks like parseable JSON or reasoning templates. While straightforward fixed anchors can enforce such constraints, they often impose rigid spans, leading to truncated reasoning or redundant content. To overcome this, we propose Dynamic Infilling Anchors (DIA), a training-free method that dynamically estimates end-anchor positions to adjust generation length before iterative infilling. This flexible mechanism ensures str

Полезно для: Не указано · Ограничение: Не указано

2026-06-02T21:35:54+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Supportive Token Revealing for Fast Diffusion Language Model Decoding

Оригинальная аннотация: Discrete diffusion language models can generate text efficiently by updating multiple masked positions in parallel, but this parallelism introduces a quality-latency trade-off. Aggressive decoding may commit mutually dependent tokens too early, while conservative decoding requires many denoising steps. Existing methods address this tension by deciding which tokens are safe to reveal using confidence or dependency criteria. However, avoiding unsafe commits does not necessarily make the remaining masked sequence easy to decode, since uncertain tokens may depend on masked tokens, creating a bottl

Полезно для: Не указано · Ограничение: Не указано

2026-05-28T08:42:39+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Cluster-Level Attention-Guided Parallel Decoding for Masked Diffusion Language Models

Оригинальная аннотация: Masked diffusion language models (MDLMs) enable parallel decoding by predicting all masked positions at each denoising step, yet existing training-free samplers usually decide which positions to commit at token-level granularity. We revisit this granularity and observe that reliable predictions often emerge as contiguous high-confidence spans, suggesting that the unit of parallel commitment can be larger than a single token. We first group adjacent high-confidence candidates into confidence-induced clusters (CICs) as span-level update units. We then use self-attention maps from the same forwar

Полезно для: Не указано · Ограничение: Не указано

2026-05-25T17:58:24+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Looped Diffusion Language Models

Оригинальная аннотация: Masked diffusion models (MDMs) have emerged as a promising alternative to autoregressive models for language modeling, yet the effective design of transformer architectures for MDMs remains underexplored. In this paper, we show that selectively looping the early-middle transformer layers significantly improves both training efficiency and model performance in MDMs. We call this approach LoopMDM(Looped Masked Diffusion Model), which brings two key benefits: looping layers at training-time yields a depth-scaling effect without adding parameters, while varying the number of loops at inference-tim

Полезно для: Не указано · Ограничение: Не указано

2026-05-21T18:16:17+00:00 · Рассуждения, Дообучение · Источник

Оригинальное название: Learnability-Informed Fine-Tuning of Diffusion Language Models

Оригинальная аннотация: We aim to improve the reasoning capabilities of diffusion language models (DLMs). While SFT is a popular post-training recipe for autoregressive models, its use in DLMs faces challenges and can even hurt performance, though the underlying causes remain understudied. Our analysis reveals that vanilla SFT overlooks learnability, namely what and when tokens are learned. Specifically, rare tokens are difficult to learn when most of the input is masked, whereas it is straightforward and thus of little value to learn common tokens when most of the input is unmasked. Motivated by our analysis, we pro

Полезно для: Не указано · Ограничение: Не указано

2026-05-18T06:39:10+00:00 · Маскированная / дискретная диффузия, Длинный контекст, Рассуждения · Источник

Оригинальное название: 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,

Полезно для: Не указано · Ограничение: Не указано