[Reading Group]: Large Language Diffusion Models #18
Replies: 4 comments 2 replies
|
Just finished reading the paper ... really interesting and well-written! It felt like there was a lot of careful effort put behind these results. Some mild concerns:
Some more open-ended questions:
|
|
I did my best to read this paper at a surface level, so my concerns might not be entirely accurate. Concerns:
As they mention in the study, so if remasking is poorly tuned, that could mean we might loop nonsense forever. In that case, would the ARMs be more predictable?
ARMs have greatly benefited from those architectures. Without them, I'm not sure LLaDA would be effective or efficient with long contexts or, in particular, for reasoning. The reason I'm somewhat speculating about the task is that, to some extent, models must maintain dependencies across many tokens so they don't face forgetting, repeating, or clues being spread far apart. |
|
Super interesting stuff!
|
|
Thank you for the great discussion! |
Uh oh!
There was an error while loading. Please reload this page.
📆 Date & Time
Friday 29th of August at 13:00
📍 Location or Link
CSE EDIT 5128, https://chalmers.zoom.us/j/68241194766
📄 Paper Link
https://arxiv.org/abs/2502.09992v2
📖 Curator
Nicklas Osterbacka
🗒️ Agenda
Paper Summary
Autoregressive models (ARMs) are widely regarded as the cornerstone of large language models (LLMs). We challenge this notion by introducing LLaDA, a diffusion model trained from scratch under the pre-training and supervised fine-tuning (SFT) paradigm. LLaDA models distributions through a forward data masking process and a reverse process, parameterized by a vanilla Transformer to predict masked tokens. By optimizing a likelihood bound, it provides a principled generative approach for probabilistic inference. Across extensive benchmarks, LLaDA demonstrates strong scalability, outperforming our self-constructed ARM baselines. Remarkably, LLaDA 8B is competitive with strong LLMs like LLaMA3 8B in in-context learning and, after SFT, exhibits impressive instruction-following abilities in case studies such as multi-turn dialogue. Moreover, LLaDA addresses the reversal curse, surpassing GPT-4o in a reversal poem completion task. Our findings establish diffusion models as a viable and promising alternative to ARMs, challenging the assumption that key LLM capabilities discussed above are inherently tied to ARMs.
Relevance to Group
Text diffusion is getting more attention lately (see DeepMind's Gemini Diffusion and Nvidia's GenMol). This paper demonstrates that it is possible to build a strong LLM based on the technique.
All reactions