Update frontend/src/pages/QuotePage/QuotePage.js
Browse files
frontend/src/pages/QuotePage/QuotePage.js
CHANGED
@@ -26,6 +26,7 @@ const citations = [
|
|
26 |
url={https://arxiv.org/abs/2502.18772},
|
27 |
}`,
|
28 |
type: "main",
|
|
|
29 |
},
|
30 |
// {
|
31 |
// title: "FinBen: A Holistic Financial Benchmark for Large Language Models",
|
@@ -70,6 +71,7 @@ const priorWork = [
|
|
70 |
organization={IEEE}
|
71 |
}`,
|
72 |
type: "main",
|
|
|
73 |
},
|
74 |
{
|
75 |
title: "MultiFin: A dataset for multilingual financial NLP",
|
@@ -83,6 +85,7 @@ const priorWork = [
|
|
83 |
year={2023}
|
84 |
}`,
|
85 |
type: "main",
|
|
|
86 |
},
|
87 |
// {
|
88 |
// title: "PIXIU: a large language model, instruction data and evaluation benchmark for finance",
|
|
|
26 |
url={https://arxiv.org/abs/2502.18772},
|
27 |
}`,
|
28 |
type: "main",
|
29 |
+
url: "https://arxiv.org/abs/2502.18772",
|
30 |
},
|
31 |
// {
|
32 |
// title: "FinBen: A Holistic Financial Benchmark for Large Language Models",
|
|
|
71 |
organization={IEEE}
|
72 |
}`,
|
73 |
type: "main",
|
74 |
+
url: "https://ieeexplore.ieee.org/document/10386228",
|
75 |
},
|
76 |
{
|
77 |
title: "MultiFin: A dataset for multilingual financial NLP",
|
|
|
85 |
year={2023}
|
86 |
}`,
|
87 |
type: "main",
|
88 |
+
url: "https://aclanthology.org/2023.findings-eacl.66/",
|
89 |
},
|
90 |
// {
|
91 |
// title: "PIXIU: a large language model, instruction data and evaluation benchmark for finance",
|