Spaces:
Running
Running
adds citation
Browse files- src/about.py +16 -2
src/about.py
CHANGED
@@ -68,5 +68,19 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
68 |
"""
|
69 |
|
70 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
71 |
-
CITATION_BUTTON_TEXT = r"""
|
72 |
-
""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
"""
|
69 |
|
70 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
71 |
+
CITATION_BUTTON_TEXT = r"""@inproceedings{guardbench,
|
72 |
+
title = "{G}uard{B}ench: A Large-Scale Benchmark for Guardrail Models",
|
73 |
+
author = "Bassani, Elias and
|
74 |
+
Sanchez, Ignacio",
|
75 |
+
editor = "Al-Onaizan, Yaser and
|
76 |
+
Bansal, Mohit and
|
77 |
+
Chen, Yun-Nung",
|
78 |
+
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
79 |
+
month = nov,
|
80 |
+
year = "2024",
|
81 |
+
address = "Miami, Florida, USA",
|
82 |
+
publisher = "Association for Computational Linguistics",
|
83 |
+
url = "https://aclanthology.org/2024.emnlp-main.1022",
|
84 |
+
doi = "10.18653/v1/2024.emnlp-main.1022",
|
85 |
+
pages = "18393--18409",
|
86 |
+
}"""
|