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)Complete the starter code in the editor. Any correct approach is accepted.