Skip to content

Commit 280e4a1

Browse files
authored
Update index.html
1 parent 368debf commit 280e4a1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

index.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ <h1 class="title is-1 publication-title"> TheoremExplainAgent: Towards Multimoda
104104

105105
<!-- ArXiv abstract Link -->
106106
<span class="link-block">
107-
<a href="" target="_blank"
107+
<a href="https://arxiv.org/abs/2502.19400" target="_blank"
108108
class="external-link button is-normal is-rounded is-dark">
109109
<span class="icon">
110110
<i class="ai ai-arxiv"></i>
111111
</span>
112-
<span>arXiv (Soon)</span>
112+
<span>arXiv</span>
113113
</a>
114114
</span>
115115

@@ -565,7 +565,15 @@ <h2 class="subtitle has-text-centered">
565565
<h2 class="title">Citation</h2>
566566
Please kindly cite our paper if you use our code, data, models or results:
567567
<br><br>
568-
<pre><code>TBD
568+
<pre><code>@misc{ku2025theoremexplainagentmultimodalexplanationsllm,
569+
title={TheoremExplainAgent: Towards Multimodal Explanations for LLM Theorem Understanding},
570+
author={Max Ku and Thomas Chong and Jonathan Leung and Krish Shah and Alvin Yu and Wenhu Chen},
571+
year={2025},
572+
eprint={2502.19400},
573+
archivePrefix={arXiv},
574+
primaryClass={cs.AI},
575+
url={https://arxiv.org/abs/2502.19400},
576+
}
569577
</code></pre>
570578
</div>
571579
</section>

0 commit comments

Comments
 (0)