Spaces:
Running
Running
Commit
·
0d5d6e3
1
Parent(s):
6663e6c
Update citation to match GH
Browse files
about.py
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
2 |
-
CITATION_BUTTON_TEXT = r"""@misc{
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
}
|
9 |
-
|
|
|
|
1 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
2 |
+
CITATION_BUTTON_TEXT = r"""@misc{garciagasulla2025turtleunifiedevaluationllms,
|
3 |
+
title={TuRTLe: A Unified Evaluation of LLMs for RTL Generation},
|
4 |
+
author={Dario Garcia-Gasulla and Gokcen Kestor and Emanuele Parisi and Miquel Albert\'i-Binimelis and Cristian Gutierrez and Razine Moundir Ghorab and Orlando Montenegro and Bernat Homs and Miquel Moreto},
|
5 |
+
year={2025},
|
6 |
+
eprint={2504.01986},
|
7 |
+
archivePrefix={arXiv},
|
8 |
+
primaryClass={cs.AR},
|
9 |
+
url={https://arxiv.org/abs/2504.01986},
|
10 |
+
}"""
|