Spaces:
Running
Running
update cites
Browse files
app.py
CHANGED
|
@@ -7,13 +7,12 @@ from src.display.css_html_js import custom_css, sort_table_js, get_foundation_cl
|
|
| 7 |
CITATION_HTML = """
|
| 8 |
<div style="max-width: 800px; margin: 30px auto 0 auto; padding: 20px; background: #f8f7ff; border-radius: 12px; border-left: 4px solid #5a3d8a;">
|
| 9 |
<p style="margin: 0 0 12px 0; color: #5a3d8a; font-weight: 600;">📝 If you find this Leaderboard useful for your research, please star <a href="https://github.com/hao-ai-lab/d3llm" target="_blank" style="color: #5a3d8a;">our GitHub repo</a> and cite our work:</p>
|
| 10 |
-
<pre style="background: #fff; padding: 15px; border-radius: 8px; overflow-x: auto; font-size: 12px; margin: 0; color: #333; white-space: pre-wrap; word-wrap: break-word;">@article{
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
year = {2025}
|
| 17 |
}</pre>
|
| 18 |
</div>
|
| 19 |
"""
|
|
|
|
| 7 |
CITATION_HTML = """
|
| 8 |
<div style="max-width: 800px; margin: 30px auto 0 auto; padding: 20px; background: #f8f7ff; border-radius: 12px; border-left: 4px solid #5a3d8a;">
|
| 9 |
<p style="margin: 0 0 12px 0; color: #5a3d8a; font-weight: 600;">📝 If you find this Leaderboard useful for your research, please star <a href="https://github.com/hao-ai-lab/d3llm" target="_blank" style="color: #5a3d8a;">our GitHub repo</a> and cite our work:</p>
|
| 10 |
+
<pre style="background: #fff; padding: 15px; border-radius: 8px; overflow-x: auto; font-size: 12px; margin: 0; color: #333; white-space: pre-wrap; word-wrap: break-word;">@article{arxiv'26:d3llm,
|
| 11 |
+
title = {d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation},
|
| 12 |
+
author = {Yu-Yang Qian and Junda Su and Lanxiang Hu and Peiyuan Zhang and Zhijie Deng and Peng Zhao and Hao Zhang},
|
| 13 |
+
journal = {ArXiv preprint},
|
| 14 |
+
volume = {arXiv:2601.07568},
|
| 15 |
+
year = {2026}
|
|
|
|
| 16 |
}</pre>
|
| 17 |
</div>
|
| 18 |
"""
|