d3LLM-model commited on
Commit
84f9039
·
verified ·
1 Parent(s): 8796070

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -37,11 +37,11 @@ For detailed usage instructions, evaluation scripts, and training code, please r
37
  ## Citation
38
 
39
  ```bibtex
40
- @article{arxiv'26:d3llm,
41
- title = {d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation},
42
- author = {Yu-Yang Qian and Junda Su and Lanxiang Hu and Peiyuan Zhang and Zhijie Deng and Peng Zhao and Hao Zhang},
43
- journal = {ArXiv preprint},
44
- volume = {arXiv:2601.07568},
45
- year = {2026}
46
  }
47
  ```
 
37
  ## Citation
38
 
39
  ```bibtex
40
+ @inproceedings{ICML'26:d3llm,
41
+ title = {d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation},
42
+ author = {Yu-Yang Qian and Junda Su and Lanxiang Hu and Peiyuan Zhang and Zhijie Deng and Peng Zhao and Hao Zhang},
43
+ booktitle = {Proceedings of the 43rd International Conference on Machine Learning (ICML)},
44
+ pages = {to appear},
45
+ year = {2026}
46
  }
47
  ```