Update frontend/src/pages/QuotePage/QuotePage.js
Browse files
frontend/src/pages/QuotePage/QuotePage.js
CHANGED
@@ -13,20 +13,20 @@ import PageHeader from "../../components/shared/PageHeader";
|
|
13 |
|
14 |
const citations = [
|
15 |
{
|
16 |
-
title: "
|
17 |
authors:
|
18 |
-
"
|
19 |
-
citation: `@misc{
|
20 |
-
title={
|
21 |
-
author={Xueqing Peng and
|
22 |
-
year={
|
23 |
-
eprint={
|
24 |
archivePrefix={arXiv},
|
25 |
primaryClass={cs.CL},
|
26 |
-
url={https://arxiv.org/abs/
|
27 |
}`,
|
28 |
type: "main",
|
29 |
-
url: "https://arxiv.org/abs/
|
30 |
},
|
31 |
{
|
32 |
title: "Evaluation Framework",
|
|
|
13 |
|
14 |
const citations = [
|
15 |
{
|
16 |
+
title: "A systematic evaluation of large language models for biomedical natural language processing: benchmarks, baselines, and recommendations",
|
17 |
authors:
|
18 |
+
"Qingyu Chen et al.",
|
19 |
+
citation: `@misc{chen2024systematicevaluationlargelanguage,
|
20 |
+
title={A systematic evaluation of large language models for biomedical natural language processing: benchmarks, baselines, and recommendations},
|
21 |
+
author={Qingyu Chen and Yan Hu and Xueqing Peng and Qianqian Xie and Qiao Jin and Aidan Gilson and Maxwell B. Singer and Xuguang Ai and Po-Ting Lai and Zhizheng Wang and Vipina Kuttichi Keloth and Kalpana Raja and Jiming Huang and Huan He and Fongci Lin and Jingcheng Du and Rui Zhang and W. Jim Zheng and Ron A. Adelman and Zhiyong Lu and Hua Xu},
|
22 |
+
year={2024},
|
23 |
+
eprint={2305.16326},
|
24 |
archivePrefix={arXiv},
|
25 |
primaryClass={cs.CL},
|
26 |
+
url={https://arxiv.org/abs/2305.16326},
|
27 |
}`,
|
28 |
type: "main",
|
29 |
+
url: "https://arxiv.org/abs/2305.16326",
|
30 |
},
|
31 |
{
|
32 |
title: "Evaluation Framework",
|