diff options
| -rw-r--r-- | index.html | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -138,11 +138,15 @@ <div class="column has-text-centered"> <h1 class="title is-1 publication-title">Training Transformer Language Models Without Backpropagation</h1> <div class="is-size-5 publication-authors"> - <span class="author-block">Author list forthcoming</span> + <span class="author-block">Yuren Hao<sup>1</sup>,</span> + <span class="author-block">Xiang Wan<sup>2</sup>,</span> + <span class="author-block">Alexi Gladstone<sup>1</sup>,</span> + <span class="author-block">Zeyi Liu<sup>1</sup>,</span> + <span class="author-block">ChengXiang Zhai<sup>1</sup></span> </div> <div class="is-size-5 publication-authors"> - <span class="author-block">University of Illinois Urbana-Champaign<br>2026</span> + <span class="author-block"><sup>1</sup>University of Illinois Urbana-Champaign · <sup>2</sup>Stanford University<br>2026</span> </div> <div class="column has-text-centered"> @@ -320,7 +324,7 @@ </div> <pre id="bibtex-code"><code>@misc{ept2026, title={Training Transformer Language Models Without Backpropagation}, - author={(author list forthcoming)}, + author={Hao, Yuren and Wan, Xiang and Gladstone, Alexi and Liu, Zeyi and Zhai, ChengXiang}, year={2026}, note={Project page} }</code></pre> |
