Skip to content

Commit

Permalink
pub link
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmaster6y committed Jun 7, 2024
1 parent 4b271be commit b56be38
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pages/_publications/lczero-planning.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 class="title is-1 publication-title">Contrastive Sparse Autoencoders for Int
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"
<a href="https://arxiv.org/pdf/2406.04028.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -67,7 +67,7 @@ <h1 class="title is-1 publication-title">Contrastive Sparse Autoencoders for Int

<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank"
<a href="https://arxiv.org/abs/2406.04028" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand Down Expand Up @@ -229,7 +229,16 @@ <h2 class="title">Poster</h2>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>BibTex Code Here</code></pre>
<pre><code>
@misc{poupart2024contrastive,
title={Contrastive Sparse Autoencoders for Interpreting Planning of Chess-Playing Agents},
author={Yoann Poupart},
year={2024},
eprint={2406.04028},
archivePrefix={arXiv},
primaryClass={cs.AI}
}
</code></pre>
</div>
</section>
<!--End BibTex citation -->

0 comments on commit b56be38

Please sign in to comment.