Submission/2026 03 28 masked diffusion#1053
Open
ikermoel wants to merge 3 commits intoopenai:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Method: Discrete Masked Diffusion Language Model (MDLM)
Mean val_bpb: 1.3600 (3 seeds: 1337, 42, 7)
Seed 1337 achieved 1.3606 BPB in 7344 steps at 81.71 ms/step. Seed 42 achieved 1.3772 BPB in 7189 steps at 83.47 ms/step. Seed 7 achieved 1.3423 BPB in ~7300 steps at ~83 ms/step. The mean across all three seeds is 1.3600 BPB.
Artifact: ~12.9MB
Key Idea
True discrete diffusion LM with bidirectional attention:
Reproduction:
export USE_BIDIRECTIONAL_TRAIN=1 USE_MASKED_EVAL=1 USE_MASK_LOSS_ONLY=1 MIX_GPT_PROB=0.0 USE_TTT_EVAL=0 WARMDOWN_ITERS=20000 MAX_WALLCLOCK_SECONDS=600 SEED=1337
torchrun --standalone --nproc_per_node=8 train_diffusion.py
Built with help from ChatGPT (OpenAI) and Claude (Anthropic). I'm a high school student — this is my second ML competition submission and first time using this much compute in a project.