Non-record: Prefix-Conditioned Suffix Diffusion — True Discrete Diffusion (diffusion_pll_bpb=1.8587)#905
Open
anthony-maio wants to merge 3 commits intoopenai:mainfrom
Conversation
…ion) True discrete diffusion with absorbing masks. Clean prefix conditions the diffused suffix via timestep and role embeddings. Denoising loss only on corrupted suffix tokens. Approximate prefix-conditioned diffusion PLL evaluator. Answers OpenAI's "text diffusion" request. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Closed
3 tasks
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.
Non-Record Submission: True Discrete Diffusion Model
Answers OpenAI's explicit request for text diffusion submissions. This is a genuine discrete diffusion model, not an AR model with diffusion-inspired loss.
Approach
Results (8xH100 SXM, 600s)
Why This Matters
This is (to our knowledge) the first true discrete diffusion submission in the competition. The PLL evaluation is approximate and not directly comparable to AR BPB, but it demonstrates that discrete diffusion can be trained within the competition's constraints.
Key Limitations
Credits