Update src/display/about.py
Browse files- src/display/about.py +6 -7
src/display/about.py
CHANGED
@@ -156,21 +156,20 @@ Then test running the Eleuther AI Harness locally using the command in the "Repr
|
|
156 |
CITATION_BUTTON_LABEL = "Copy the citation snippet"
|
157 |
CITATION_BUTTON_TEXT = r"""
|
158 |
@misc{openlifescienceai/open_medical_llm_leaderboard,
|
159 |
-
author = {Ankit Pal and Andreas Geert Motzfeldt
|
160 |
title = {openlifescienceai/open_medical_llm_leaderboard},
|
161 |
year = {2024},
|
162 |
publisher = {Hugging Face},
|
163 |
howpublished = "\url{https://huggingface.co/spaces/openlifescienceai/open_medical_llm_leaderboard}"
|
164 |
}
|
165 |
|
166 |
-
|
167 |
-
|
168 |
-
@misc{singhal2023expertlevel,
|
169 |
-
title={Towards Expert-Level Medical Question Answering with Large Language Models},
|
170 |
author={Karan Singhal et al.},
|
171 |
-
year={
|
172 |
-
eprint={
|
173 |
archivePrefix={arXiv},
|
174 |
primaryClass={cs.CL}
|
175 |
}
|
|
|
176 |
"""
|
|
|
156 |
CITATION_BUTTON_LABEL = "Copy the citation snippet"
|
157 |
CITATION_BUTTON_TEXT = r"""
|
158 |
@misc{openlifescienceai/open_medical_llm_leaderboard,
|
159 |
+
author = {Ankit Pal, Pasquale Minervini and Andreas Geert Motzfeldt},
|
160 |
title = {openlifescienceai/open_medical_llm_leaderboard},
|
161 |
year = {2024},
|
162 |
publisher = {Hugging Face},
|
163 |
howpublished = "\url{https://huggingface.co/spaces/openlifescienceai/open_medical_llm_leaderboard}"
|
164 |
}
|
165 |
|
166 |
+
@misc{singhal2022large,
|
167 |
+
title={Large Language Models Encode Clinical Knowledge},
|
|
|
|
|
168 |
author={Karan Singhal et al.},
|
169 |
+
year={2022},
|
170 |
+
eprint={2212.13138},
|
171 |
archivePrefix={arXiv},
|
172 |
primaryClass={cs.CL}
|
173 |
}
|
174 |
+
|
175 |
"""
|