[Non-Record] Masked Text Diffusion (SP1024) - Unlimited Compute Track#1596
Open
Heron4gf wants to merge 26 commits intoopenai:mainfrom
Open
[Non-Record] Masked Text Diffusion (SP1024) - Unlimited Compute Track#1596Heron4gf wants to merge 26 commits intoopenai:mainfrom
Heron4gf wants to merge 26 commits intoopenai:mainfrom
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.
Summary
This is a non-record, unlimited-compute submission exploring Masked Text Diffusion under the 16MB artifact constraint.
The repo's README explicitly listed "Text Diffusion" as a requested direction for non-record submissions, so this serves as a proof-of-concept that a discrete diffusion objective can be successfully trained and quantized within the competition's framework.
Training Details
t ~ Uniform(0, 1)is sampled per sequence, and tokens are replaced with a[MASK]token based ont.+/- 1values to hit exactly 15.9MB.Because this is a bidirectional diffusion model ($t \in [0.1, 0.3, 0.5, 0.7, 0.9]$ ), and the NLL is weighted by $1/t$ to approximate the ELBO.
causal=Falsein Flash Attention), it cannot be evaluated using standard left-to-right causal BPB. To evaluate it, I replaced the validation loop with an integrated Masked Reconstruction Score. The model is evaluated at fixed noise levels (Therefore, the
val_bpbof 2.99 is a Diffusion Reconstruction Score. It is mathematically expected to be numerically higher than standard causal BPB and should not be directly compared to the AR models on the main leaderboard.Artifacts Included
train_gpt.py(Custom training andfinal_model.int6.ptz(15.89 MiB / 16,671,343 bytes total submission size)submission.jsonREADME.md