Spaces:
Running
Running
Update citation with arxiv id.
Browse files
about.py
CHANGED
@@ -2,6 +2,8 @@ CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
|
2 |
CITATION_BUTTON_TEXT = r"""@misc{turtle_2025,
|
3 |
author = {Garcia-Gasulla, D. and Kestor, G. and Parisi, E. and Albertí-Binimelis, M. and Gutierrez, C. and Ghorab, R.M. and Montenegro, O. and Homs, B. and Moreto, Miquel},
|
4 |
title = {TuRTLe: A Unified Evaluation of LLMs for RTL Generation},
|
5 |
-
|
|
|
|
|
6 |
}
|
7 |
-
"""
|
|
|
2 |
CITATION_BUTTON_TEXT = r"""@misc{turtle_2025,
|
3 |
author = {Garcia-Gasulla, D. and Kestor, G. and Parisi, E. and Albertí-Binimelis, M. and Gutierrez, C. and Ghorab, R.M. and Montenegro, O. and Homs, B. and Moreto, Miquel},
|
4 |
title = {TuRTLe: A Unified Evaluation of LLMs for RTL Generation},
|
5 |
+
journal= {arXiv preprint arXiv:2504.01986},
|
6 |
+
year = {2025},
|
7 |
+
note = {Under review}
|
8 |
}
|
9 |
+
"""
|