Diffusion & Non-Autoregressive Language Models
Implement a small end-to-end masked diffusion LM sampler with confidence-based remasking a
Implement a small end-to-end masked diffusion LM sampler with confidence-based remasking and compare its output/latency to a greedy AR baseline on a toy vocabulary.
target(L)Implement the function/class skeleton in the editor. Any correct approach is accepted.