update official version
Browse files- constants.py +12 -8
constants.py
CHANGED
@@ -65,11 +65,15 @@ More details on the construction of the test suite including model-based test ge
|
|
65 |
|
66 |
CITATION_BUTTON_LABEL = "If our work is useful for your own, you can cite us with the following BibTex entry:"
|
67 |
|
68 |
-
CITATION_BUTTON_TEXT = r"""
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
}
|
75 |
-
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
CITATION_BUTTON_LABEL = "If our work is useful for your own, you can cite us with the following BibTex entry:"
|
67 |
|
68 |
+
CITATION_BUTTON_TEXT = r"""@article{yuan2025seval,
|
69 |
+
title={S-Eval: Towards Automated and Comprehensive Safety Evaluation for Large Language Models},
|
70 |
+
author={Yuan, Xiaohan and Li, Jinfeng and Wang, Dongxia and Chen, Yuefeng and Mao, Xiaofeng and Huang, Longtao and Chen, Jialuo and Xue, Hui and Liu, Xiaoxia and Wang, Wenhai and Ren, Kui and Wang, Jingyi},
|
71 |
+
journal={Proceedings of the ACM on Software Engineering},
|
72 |
+
volume={2},
|
73 |
+
number={ISSTA},
|
74 |
+
pages={2136--2157},
|
75 |
+
year={2025},
|
76 |
+
publisher={ACM New York, NY, USA},
|
77 |
+
url = {https://doi.org/10.1145/3728971},
|
78 |
+
doi = {10.1145/3728971}
|
79 |
+
}"""
|