Spaces:
Running
Running
Update space
Browse files- src/about.py +9 -0
src/about.py
CHANGED
|
@@ -153,4 +153,13 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
| 153 |
|
| 154 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 155 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
"""
|
|
|
|
| 153 |
|
| 154 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 155 |
CITATION_BUTTON_TEXT = r"""
|
| 156 |
+
@misc{cao2025safelawbenchsafealignmentlarge,
|
| 157 |
+
title={SafeLawBench: Towards Safe Alignment of Large Language Models},
|
| 158 |
+
author={Chuxue Cao and Han Zhu and Jiaming Ji and Qichao Sun and Zhenghao Zhu and Yinyu Wu and Juntao Dai and Yaodong Yang and Sirui Han and Yike Guo},
|
| 159 |
+
year={2025},
|
| 160 |
+
eprint={2506.06636},
|
| 161 |
+
archivePrefix={arXiv},
|
| 162 |
+
primaryClass={cs.CL},
|
| 163 |
+
url={https://arxiv.org/abs/2506.06636},
|
| 164 |
+
}
|
| 165 |
"""
|