Update README.md
Browse files
README.md
CHANGED
|
@@ -242,10 +242,13 @@ bash examples/a2d/mdlm/eval.sh \
|
|
| 242 |
If you use Qwen2.5-Coder-0.5B-Instruct-diffusion-mdlm-v0.1 or dLLM, please cite:
|
| 243 |
|
| 244 |
```bibtex
|
| 245 |
-
@misc{
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
|
|
|
|
|
|
|
|
|
| 250 |
}
|
| 251 |
```
|
|
|
|
| 242 |
If you use Qwen2.5-Coder-0.5B-Instruct-diffusion-mdlm-v0.1 or dLLM, please cite:
|
| 243 |
|
| 244 |
```bibtex
|
| 245 |
+
@misc{zhou2026dllm,
|
| 246 |
+
title={dLLM: Simple Diffusion Language Modeling},
|
| 247 |
+
author={Zhanhui Zhou and Lingjie Chen and Hanghang Tong and Dawn Song},
|
| 248 |
+
year={2026},
|
| 249 |
+
eprint={2602.22661},
|
| 250 |
+
archivePrefix={arXiv},
|
| 251 |
+
primaryClass={cs.CL},
|
| 252 |
+
url={https://arxiv.org/abs/2602.22661},
|
| 253 |
}
|
| 254 |
```
|