d3LLM-model commited on
Commit
7d877e8
·
verified ·
1 Parent(s): abd33d7

Update README.md

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