Xueqing commited on
Commit
61ad19e
·
verified ·
1 Parent(s): e3a2a55

Update frontend/src/pages/QuotePage/QuotePage.js

Browse files
frontend/src/pages/QuotePage/QuotePage.js CHANGED
@@ -28,18 +28,6 @@ const citations = [
28
  type: "main",
29
  url: "https://arxiv.org/abs/2502.18772",
30
  },
31
- // {
32
- // title: "FinBen: A Holistic Financial Benchmark for Large Language Models",
33
- // authors:
34
- // "Qianqian Xie et al.",
35
- // citation: `@article{xie2024finben,
36
- // title={The finben: An holistic financial benchmark for large language models},
37
- // author={Xie, Qianqian and Han, Weiguang and Chen, Zhengyu and Xiang, Ruoyu and Zhang, Xiao and He, Yueru and Xiao, Mengxi and Li, Dong and Dai, Yongfu and Feng, Duanyu and others},
38
- // journal={arXiv preprint arXiv:2402.12659},
39
- // year={2024}
40
- // }`,
41
- // type: "main",
42
- // },
43
  {
44
  title: "Evaluation Framework",
45
  authors: "Leo Gao et al.",
@@ -108,7 +96,19 @@ const priorWork = [
108
  // },
109
  ];
110
 
111
- // const benchmarks = [
 
 
 
 
 
 
 
 
 
 
 
 
112
  // {
113
  // title: "MultiFin: Instruction-Following Evaluation",
114
  // authors: "Zhou et al.",
@@ -134,7 +134,7 @@ const priorWork = [
134
  // }`,
135
  // url: "https://aclanthology.org/2023.findings-eacl.66/#:~:text=We%20describe%20MultiFin%20%2D%2D%20a,%2Dlabel%20and%20multi%2Dclass.",
136
  // },
137
- // ];
138
 
139
  const CitationBlock = ({ citation, title, authors, url, type }) => {
140
  const handleCopy = () => {
 
28
  type: "main",
29
  url: "https://arxiv.org/abs/2502.18772",
30
  },
 
 
 
 
 
 
 
 
 
 
 
 
31
  {
32
  title: "Evaluation Framework",
33
  authors: "Leo Gao et al.",
 
96
  // },
97
  ];
98
 
99
+ const benchmarks = [
100
+ {
101
+ title: "FinBen: A Holistic Financial Benchmark for Large Language Models",
102
+ authors: "Qianqian Xie et al.",
103
+ citation: `@article{xie2024finben,
104
+ title={The finben: An holistic financial benchmark for large language models},
105
+ author={Xie, Qianqian and Han, Weiguang and Chen, Zhengyu and Xiang, Ruoyu and Zhang, Xiao and He, Yueru and Xiao, Mengxi and Li, Dong and Dai, Yongfu and Feng, Duanyu and others},
106
+ journal={arXiv preprint arXiv:2402.12659},
107
+ year={2024}
108
+ }`,
109
+ type: "main",
110
+ url: "https://arxiv.org/abs/2402.12659",
111
+ },
112
  // {
113
  // title: "MultiFin: Instruction-Following Evaluation",
114
  // authors: "Zhou et al.",
 
134
  // }`,
135
  // url: "https://aclanthology.org/2023.findings-eacl.66/#:~:text=We%20describe%20MultiFin%20%2D%2D%20a,%2Dlabel%20and%20multi%2Dclass.",
136
  // },
137
+ ];
138
 
139
  const CitationBlock = ({ citation, title, authors, url, type }) => {
140
  const handleCopy = () => {