Update about.py
Browse files- src/about.py +12 -0
src/about.py
CHANGED
@@ -201,3 +201,15 @@ CITATION_BUTTON_TEXT = r"""
|
|
201 |
year={2024},
|
202 |
}
|
203 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
year={2024},
|
202 |
}
|
203 |
"""
|
204 |
+
|
205 |
+
"""
|
206 |
+
|
207 |
+
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
208 |
+
CITATION_BUTTON_TEXT = r"""
|
209 |
+
@article{Xie2023PIXIU,
|
210 |
+
title={PIXIU: A comprehensive benchmark, instruction dataset and large language model for finance},
|
211 |
+
author={Qianqian Xie and Weiguang Han and Xiao Zhang and Yanzhao Lai and Min Peng and Alejandro Lopez-Lira and Jimin Huang},
|
212 |
+
journal={NeurIPS, Special Track on Datasets and Benchmarks},
|
213 |
+
year={2023},
|
214 |
+
}
|
215 |
+
"""
|