Update README.md
Browse files
README.md
CHANGED
|
@@ -10,11 +10,11 @@ pinned: false
|
|
| 10 |
We introduce a novel recipe for building an ultra-fast diffusion language model named [d3LLM](https://github.com/hao-ai-lab/d3llm) (pseuDo-Distilled Diffusion LLM) 🚀, a new metric [AUP (Accuracy Under Parallelism)](https://hao-ai-lab.github.io/blogs/text-diffusion/) that captures both accuracy and parallelism📊, along with a [Leaderboard](https://huggingface.co/spaces/d3LLM/dLLM_Leaderboard) 🏆 for various diffusion LLMs.
|
| 11 |
|
| 12 |
```bibtex
|
| 13 |
-
@
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
}
|
| 20 |
```
|
|
|
|
| 10 |
We introduce a novel recipe for building an ultra-fast diffusion language model named [d3LLM](https://github.com/hao-ai-lab/d3llm) (pseuDo-Distilled Diffusion LLM) 🚀, a new metric [AUP (Accuracy Under Parallelism)](https://hao-ai-lab.github.io/blogs/text-diffusion/) that captures both accuracy and parallelism📊, along with a [Leaderboard](https://huggingface.co/spaces/d3LLM/dLLM_Leaderboard) 🏆 for various diffusion LLMs.
|
| 11 |
|
| 12 |
```bibtex
|
| 13 |
+
@inproceedings{ICML'26:d3llm,
|
| 14 |
+
title = {d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation},
|
| 15 |
+
author = {Yu-Yang Qian and Junda Su and Lanxiang Hu and Peiyuan Zhang and Zhijie Deng and Peng Zhao and Hao Zhang},
|
| 16 |
+
booktitle = {Proceedings of the 43rd International Conference on Machine Learning (ICML)},
|
| 17 |
+
pages = {to appear},
|
| 18 |
+
year = {2026}
|
| 19 |
}
|
| 20 |
```
|