Update src/text_content.py
Browse files- src/text_content.py +5 -4
src/text_content.py
CHANGED
@@ -126,10 +126,11 @@ The title of the PR should be `[Community Submission] Model: org/model, Username
|
|
126 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
127 |
|
128 |
CITATION_BUTTON_TEXT = r"""
|
129 |
-
@article{
|
130 |
-
|
131 |
-
|
132 |
-
|
|
|
133 |
}
|
134 |
"""
|
135 |
|
|
|
126 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
127 |
|
128 |
CITATION_BUTTON_TEXT = r"""
|
129 |
+
@article{zhuo2024bigcodebench,
|
130 |
+
title={BigCodeBench: Benchmarking Code Generation with Diverse Function Calls and Complex Instructions},
|
131 |
+
author={Zhuo, Terry Yue and Vu, Minh Chien and Chim, Jenny and Hu, Han and Yu, Wenhao and Widyasari, Ratnadira and Yusuf, Imam Nur Bani and Zhan, Haolan and He, Junda and Paul, Indraneil and others},
|
132 |
+
journal={arXiv preprint arXiv:2406.15877},
|
133 |
+
year={2024}
|
134 |
}
|
135 |
"""
|
136 |
|