Views
No views yet
| File | Method | Notes |
|---|---|---|
checkpoints/gdds_gauss_500k.ckpt | GDDS | 500k-step checkpoint with the Gaussian SIK forward process |
checkpoints/gdds_uniform_500k.ckpt | GDDS | 500k-step checkpoint with the uniform forward process |
checkpoints/gdds_absorb_500k.ckpt | GDDS | 500k-step checkpoint with the absorbing forward process |
checkpoints/mdlm_500k.ckpt | MDLM | 500k-step baseline checkpoint |
checkpoints/udlm_500k.ckpt | UDLM | 500k-step baseline checkpoint |
checkpoints/ar_500k.ckpt | AR | 500k-step autoregressive baseline checkpoint |
gdds codebase.1git clone https://github.com/ozekri/gdds.git
2cd gdds
3pip install -r requirements.txt
4pip install -e .
5
6# Example evaluation using a checkpoint
7PYTHONPATH=src python -m discrete_diffusion.evaluations.ppl_eval \
8 data=openwebtext \
9 model=small \
10 algo=mdlm \
11 eval.checkpoint_path=/path/to/checkpoints/mdlm_500k.ckpt1@misc{zekri2026generalizeddiscretediffusionsnapshots,
2 title={Generalized Discrete Diffusion from Snapshots},
3 author={Oussama Zekri and Th{\\'e}o Uscidda and Nicolas Boull{\\'e} and Anna Korba},
4 year={2026},
5 eprint={2603.21342},
6 archivePrefix={arXiv},
7 primaryClass={stat.ML},
8 url={https://arxiv.org/abs/2603.21342},
9}