Update src/about.py
Browse files- src/about.py +9 -0
src/about.py
CHANGED
@@ -69,4 +69,13 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
69 |
|
70 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
71 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
"""
|
|
|
69 |
|
70 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
71 |
CITATION_BUTTON_TEXT = r"""
|
72 |
+
@misc{qian2025fino1transferabilityreasoningenhanced,
|
73 |
+
title={Fino1: On the Transferability of Reasoning Enhanced LLMs to Finance},
|
74 |
+
author={Lingfei Qian and Weipeng Zhou and Yan Wang and Xueqing Peng and Jimin Huang and Qianqian Xie},
|
75 |
+
year={2025},
|
76 |
+
eprint={2502.08127},
|
77 |
+
archivePrefix={arXiv},
|
78 |
+
primaryClass={cs.CL},
|
79 |
+
url={https://arxiv.org/abs/2502.08127},
|
80 |
+
}
|
81 |
"""
|