paper-with-me

홈 › Papers

Thinking Out of Order: When Output Order Stops Reflecting Reasoning Order in Diffusion Language Models

2026-01-29 · Longxuan Yu, Yu Fu, Shaorong Zhang, Hui Liu, Mukund Varma T, Greg Ver Steeg, Yue Dong arxiv

Autoregressive (AR) language models enforce a fixed left-to-right generation order, creating a fundamental limitation when the required output structure conflicts with natural reasoning (e.g., producing answers before explanations due to presentation or schema constraints). In such cases, AR models must commit to answers before generating intermediate reasoning, and this rigid constraint forces premature commitment. Masked diffusion language models (MDLMs), which iteratively refine all tokens in parallel, offer a way to decouple computation order from output structure. We validate this capability on GSM8K, Math500, and ReasonOrderQA, a benchmark we introduce with controlled difficulty and order-level evaluation. When prompts request answers before reasoning, AR models exhibit large accuracy gaps compared to standard chain-of-thought ordering (up to 67% relative drop), while MDLMs remain stable ($\leq$14% relative drop), a property we term "order robustness". Using ReasonOrderQA, we present evidence that MDLMs achieve order robustness by stabilizing simpler tokens (e.g., reasoning steps) earlier in the diffusion process than complex ones (e.g., final answers), enabling reasoning tokens to stabilize before answer commitment. Finally, we identify failure conditions where this advantage weakens, outlining the limits required for order robustness.

📄 PDF Abstract BibTeX arXiv:2601.22035

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mo' States Mo' Problems: Emergency Stop Mechanisms from Observation

2019-12-03 · NeurIPS 2019 12 · Samuel Ainsworth, Matt Barnes, Siddhartha Srinivasa

In many environments, only a relatively small subset of the complete state space is necessary in order to accomplish a given task. We develop a simple technique using emergency stops (e-stops) to exploit this phenomenon.…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

When Discourse Stalls: Moving Past Five Semantic Stopsigns about Generative AI in Design Research

2025-03-11 · Willem van der Maden, Vera van der Burg, Brett A. Halperin, Petra Jääskeläinen 외

This essay examines how Generative AI (GenAI) is rapidly transforming design practices and how discourse often falls into over-simplified narratives that impede meaningful research and practical progress. We identify and…

Conformal Thinking: Risk Control for Reasoning on a Compute Budget

2026-02-03 · Xi Wang, Anushri Suresh, Alvin Zhang, Rishi More 외 arxiv

Reasoning Large Language Models (LLMs) enable test-time scaling, with dataset-level accuracy improving as the token budget increases, motivating adaptive reasoning -- spending tokens when they improve reliability and sto…

Computational Efficiency

THiNK: Can Large Language Models Think-aloud?

2025-05-26 · Yongan Yu, Mengqian Wu, Yiran Lin, Nikki G. Lobczowski

Assessing higher-order thinking skills in large language models (LLMs) remains a fundamental challenge, especially in tasks that go beyond surface-level accuracy. In this work, we propose THiNK (Testing Higher-order Noti…

Maximum-distance Race Strategies for a Fully Electric Endurance Race Car

2021-11-10 · Jorn van Kampen, Thomas Herrmann, Mauro Salazar

This paper presents a bi-level optimization framework to compute the maximum-distance stint and charging strategies for a fully electric endurance race car. Thereby, the lower level computes the minimum-stint-time Powert…