paper-with-me

Papers

Introspective Diffusion Language Models

2026-04-13 · Yifan Yu, Yuqing Jian, Junxiong Wang, Zhongzhu Zhou, Donglin Zhuang, Xinyu Fang, Sri Yanamandra, Xiaoxia Wu, Qingyang Wu, Shuaiwen Leon Song, Tri Dao, Ben Athiwaratkun, James Zou, Fan Lai, Chenfeng Xu arxiv

Diffusion language models promise parallel generation, yet still lag behind autoregressive (AR) models in quality. We stem this gap to a failure of introspective consistency: AR models agree with their own generations, while DLMs often do not. We define the introspective acceptance rate, which measures whether a model accepts its previously generated tokens. This reveals why AR training has a structural advantage: causal masking and logit shifting implicitly enforce introspective consistency. Motivated by this observation, we introduce Introspective Diffusion Language Model (I-DLM), a paradigm that retains diffusion-style parallel decoding while inheriting the introspective consistency of AR training. I-DLM uses a novel introspective strided decoding (ISD) algorithm, which enables the model to verify previously generated tokens while advancing new ones in the same forward pass. From a systems standpoint, we build I-DLM inference engine on AR-inherited optimizations and further customize it with a stationary-batch scheduler. To the best of our knowledge, I-DLM is the first DLM to match the quality of its same-scale AR counterpart while outperforming prior DLMs in both model quality and practical serving efficiency across 15 benchmarks. It reaches 69.6 on AIME-24 and 45.7 on LiveCodeBench-v6, exceeding LLaDA-2.1-mini (16B) by more than 26 and 15 points, respectively. Beyond quality, I-DLM is designed for the growing demand of large-concurrency serving, delivering about 3x higher throughput than prior state-of-the-art DLMs.

📄 PDF Abstract BibTeX arXiv:2604.11035

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IntroStyle: Training-Free Introspective Style Attribution using Diffusion Features

2024-12-19 · Anand Kumar, Jiteng Mu, Nuno Vasconcelos

Text-to-image (T2I) models have gained widespread adoption among content creators and the general public. However, this has sparked significant concerns regarding data privacy and copyright infringement among artists. Co…

Introspective Tips: Large Language Model for In-Context Decision Making

2023-05-19 · Liting Chen, Lu Wang, Hang Dong, Yali Du 외

The emergence of large language models (LLMs) has substantially influenced natural language processing, demonstrating exceptional results across various tasks. In this study, we employ ``Introspective Tips" to facilitate…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

Neuro-symbolic Natural Logic with Introspective Revision for Natural Language Inference

2022-03-09 · Yufei Feng, Xiaoyu Yang, Xiaodan Zhu, Michael Greenspan

We introduce a neuro-symbolic natural logic framework based on reinforcement learning with introspective revision. The model samples and rewards specific reasoning paths through policy gradient, in which the introspectiv…

Natural Language Inferencereinforcement-learningReinforcement Learning (RL)Systematic Generalization

Can LLMs Reliably Self-Report Adversarial Prefills, and How?

2026-06-22 · Quang Minh Nguyen, Uzair Ahmed, Taegyoon Kim arxiv

Prior work shows that large language models (LLMs) exhibit introspective capability on benign tasks. We extend the question to safety contexts and examine how reliably a model can recognize that its own prior response wa…

IntroVAC: Introspective Variational Classifiers for Learning Interpretable Latent Subspaces

2020-08-03 · Marco Maggipinto, Matteo Terzi, Gian Antonio Susto

Learning useful representations of complex data has been the subject of extensive research for many years. With the diffusion of Deep Neural Networks, Variational Autoencoders have gained lots of attention since they pro…

Decoder