Spaces:
Running
Running
Citation added to app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,15 @@ with demo:
|
|
188 |
with gr.Row():
|
189 |
with gr.Accordion("📚 Citation", open=False):
|
190 |
citation_button = gr.Textbox(
|
191 |
-
value=r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
title={M-RewardBench: Evaluating Reward Models in Multilingual Settings},
|
193 |
author={Srishti Gureja and Lester James V. Miranda and Shayekh Bin Islam and Rishabh Maheshwary and Drishti Sharma and Gusti Winata and Nathan Lambert and Sebastian Ruder and Sara Hooker and Marzieh Fadaee},
|
194 |
year={2024},
|
@@ -196,7 +204,7 @@ with demo:
|
|
196 |
archivePrefix={arXiv},
|
197 |
primaryClass={cs.CL},
|
198 |
url={https://arxiv.org/abs/2410.15522},
|
199 |
-
|
200 |
lines=7,
|
201 |
label="BibTeX",
|
202 |
elem_id="citation-button",
|
|
|
188 |
with gr.Row():
|
189 |
with gr.Accordion("📚 Citation", open=False):
|
190 |
citation_button = gr.Textbox(
|
191 |
+
value=r"""
|
192 |
+
@misc{kesim2024-tr-rewardbench,
|
193 |
+
author = {Ege Kesim},
|
194 |
+
title = {TR-RewardBench: Evaluating Reward Models in Turkish},
|
195 |
+
year = {2024},
|
196 |
+
publisher = {Ege Kesim},
|
197 |
+
howpublished = "\url{https://huggingface.co/spaces/kesimeg/Turkish-rewardbench"
|
198 |
+
}
|
199 |
+
@misc{gureja2024mrewardbench,
|
200 |
title={M-RewardBench: Evaluating Reward Models in Multilingual Settings},
|
201 |
author={Srishti Gureja and Lester James V. Miranda and Shayekh Bin Islam and Rishabh Maheshwary and Drishti Sharma and Gusti Winata and Nathan Lambert and Sebastian Ruder and Sara Hooker and Marzieh Fadaee},
|
202 |
year={2024},
|
|
|
204 |
archivePrefix={arXiv},
|
205 |
primaryClass={cs.CL},
|
206 |
url={https://arxiv.org/abs/2410.15522},
|
207 |
+
}""",
|
208 |
lines=7,
|
209 |
label="BibTeX",
|
210 |
elem_id="citation-button",
|