this animation really makes the difference hit home: https://x.com/_akhaliq/status/1900027075370586262
Block Diffusion: Interpolating between autoregressive and diffusion models
31–37 of 37 posts
Re: Block Diffusion: Interpolating between autoregressive and diffusion models
#32Re: Block Diffusion: Interpolating between autoregressive and diffusion models
#33this animation really makes the difference hit home: https://x.com/_akhaliq/status/1900027075370586262
Imagine a whole git repo of a project materializing like that.
Re: Block Diffusion: Interpolating between autoregressive and diffusion models
#34Re: Block Diffusion: Interpolating between autoregressive and diffusion models
#35This is cool but I feel like you lose the best part of language-diffusion models which is their ability to edit early tokens.
Those early tokens aren't necessarily immutable, they still could be "edited" depending on UI. Human conversation and even internal compositional cogitation is full of "what I meant by that" or "on second thought" type clarifications and corrections. Sometimes these aren't verbosely disclaimed, there's body language involved. Likewise there could be occasional lookback parsing and later blocks could convey modificati…
Re: Block Diffusion: Interpolating between autoregressive and diffusion models
#36Earlier quoted context omitted.
the LLaDA paper is a scaled-up version of this paper; they cite it as an anonymous ICLR submission
I'm not sure if this is what you mean, but LLaDA isn't block text diffusion. This is a mix between an autoregressive model and a diffusion model, which is brand new.
Re: Block Diffusion: Interpolating between autoregressive and diffusion models
#37Only starts approaching PPL of AR at block size 4. May as well just use multi-token prediction with a standard AR model.