Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
buoyancy99 authored Jul 2, 2024
1 parent d1f56c6 commit 6c7677f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
content="Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion" />
<meta
name="keywords"
content="Diffusion Forcing, next-token, autoregressive, diffusion, independent noise, Boyuan Chen, video prediction" />
content="Diffusion Forcing, next-token, autoregressive, diffusion, independent noise, teacher forcing, video prediction" />
<meta property="og:image" content="todo" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1 class="title is-1 publication-title">
<!-- PDF Link. -->
<span class="link-block">
<a
href="todo arxiv link"
href="https://arxiv.org/abs/2407.01392"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -547,7 +547,17 @@ <h2 class="title is-3 has-text-centered">
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title has-text-centered">BibTeX</h2>
<pre><code>todo</code></pre>
<pre><code>
@misc{chen2024diffusionforcingnexttokenprediction,
title={Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion},
author={Boyuan Chen and Diego Marti Monso and Yilun Du and Max Simchowitz and Russ Tedrake and Vincent Sitzmann},
year={2024},
eprint={2407.01392},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2407.01392},
}
</code></pre>
</div>
</section>
</body>
Expand Down

0 comments on commit 6c7677f

Please sign in to comment.