add citation
Browse files- src/about.py +6 -0
src/about.py
CHANGED
@@ -69,4 +69,10 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
69 |
|
70 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
71 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
"""
|
|
|
69 |
|
70 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
71 |
CITATION_BUTTON_TEXT = r"""
|
72 |
+
@article{guo2025sok,
|
73 |
+
title={{Frontier AI's Impact on the Cybersecurity Landscape}},
|
74 |
+
author={Guo, Wenbo and Potter, Yujin and Shi, Tianneng and Wang, Zhun and Zhang, Andy and Song, Dawn},
|
75 |
+
journal={arXiv preprint arXiv:2504.05408},
|
76 |
+
year={2025}
|
77 |
+
}
|
78 |
"""
|