paper-with-me

Papers

Improved Large Language Diffusion Models

2026-06-24 · Shen Nie, Qiyang Min, Shaoxuan Xu, Zihao Huang, Yuxuan Song, Yong Shan, Yankai Lin, Wayne Xin Zhao, Chongxuan Li, Ji-Rong Wen arxiv

Modern large language models are predominantly trained with autoregressive factorization and causal attention. We present \emph{iLLaDA}, an 8B masked diffusion language model trained from scratch with fully bidirectional attention. iLLaDA keeps the masked diffusion objective throughout pre-training and supervised fine-tuning (SFT), scaling pre-training to 12T tokens and fine-tuning on a 25B-token instruction corpus for 12 epochs. We further use variable-length generation for efficiency and introduce confidence-based scoring for multiple-choice evaluation. Compared with LLaDA, iLLaDA improves broadly across general, mathematical, and code benchmarks; for example, iLLaDA-Base improves by 21.6 points on BBH and 14.9 points on ARC-Challenge, while iLLaDA-Instruct improves by 14.5 points on MATH and 16.5 points on HumanEval. Despite its non-autoregressive training, iLLaDA also remains competitive with Qwen2.5 7B on several benchmarks. These results show that fully bidirectional diffusion training from scratch is a competitive path toward strong language models. Model weights and codes: https://github.com/ML-GSAI/LLaDA.

📄 PDF Abstract BibTeX arXiv:2606.25331

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CyNetDiff -- A Python Library for Accelerated Implementation of Network Diffusion Models

2024-04-25 · Eliot W. Robson, Dhemath Reddy, Abhishek K. Umrawal

In recent years, there has been increasing interest in network diffusion models and related problems. The most popular of these are the independent cascade and linear threshold models. Much of the recent experimental wor…

Large Language Models to Diffusion Finetuning

2025-01-27 · Edoardo Cetin, Tianyu Zhao, Yujin Tang

We propose a new finetuning method to provide pre-trained large language models (LMs) the ability to scale test-time compute through the diffusion framework. By increasing the number of diffusion steps, we show our finet…

StyleTTS 2: Towards Human-Level Text-to-Speech through Style Diffusion and Adversarial Training with Large Speech Language Models

2023-06-13 · NeurIPS 2023 11 · Yinghao Aaron Li, Cong Han, Vinay S. Raghavan, Gavin Mischler 외

In this paper, we present StyleTTS 2, a text-to-speech (TTS) model that leverages style diffusion and adversarial training with large speech language models (SLMs) to achieve human-level TTS synthesis. StyleTTS 2 differs…

Speech Synthesistext-to-speechText to Speech

ARTIST: Improving the Generation of Text-rich Images with Disentangled Diffusion Models and Large Language Models

2024-06-17 · Jianyi Zhang, Yufan Zhou, Jiuxiang Gu, Curtis Wigington 외

Diffusion models have demonstrated exceptional capabilities in generating a broad spectrum of visual content, yet their proficiency in rendering text is still limited: they often generate inaccurate characters or words t…

DisentanglementImage Generation

Improved Sample Complexity Bounds for Diffusion Model Training

2023-11-23 · Shivam Gupta, Aditya Parulekar, Eric Price, Zhiyang Xun

Diffusion models have become the most popular approach to deep generative modeling of images, largely due to their empirical performance and reliability. From a theoretical standpoint, a number of recent works~\cite{chen…

model