update paper
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ library_name: transformers
|
|
| 10 |
tags:
|
| 11 |
- finance
|
| 12 |
- text-generation-inference
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- markdownlint-disable first-line-h1 -->
|
|
@@ -22,8 +24,8 @@ tags:
|
|
| 22 |
</div>
|
| 23 |
|
| 24 |
<div align="center" style="line-height: 1;">
|
| 25 |
-
<a href="https://arxiv.org/abs/
|
| 26 |
-
<img alt="arXiv" src="https://img.shields.io/badge/Arxiv-
|
| 27 |
</a>
|
| 28 |
<a href="https://github.com/IDEA-FinAI/Golden-Touchstone" target="_blank" style="margin: 2px;">
|
| 29 |
<img alt="github" src="https://img.shields.io/github/stars/IDEA-FinAI/Golden-Touchstone.svg?style=social" style="display: inline-block; vertical-align: middle;"/>
|
|
@@ -102,11 +104,13 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
| 102 |
|
| 103 |
## Citation
|
| 104 |
```
|
| 105 |
-
@
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
|
|
|
|
|
|
|
|
|
| 110 |
}
|
| 111 |
-
```
|
| 112 |
-
|
|
|
|
| 10 |
tags:
|
| 11 |
- finance
|
| 12 |
- text-generation-inference
|
| 13 |
+
datasets:
|
| 14 |
+
- IDEA-FinAI/Golden-Touchstone
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- markdownlint-disable first-line-h1 -->
|
|
|
|
| 24 |
</div>
|
| 25 |
|
| 26 |
<div align="center" style="line-height: 1;">
|
| 27 |
+
<a href="https://arxiv.org/abs/2411.06272" target="_blank" style="margin: 2px;">
|
| 28 |
+
<img alt="arXiv" src="https://img.shields.io/badge/Arxiv-2411.06272-b31b1b.svg?logo=arXiv" style="display: inline-block; vertical-align: middle;"/>
|
| 29 |
</a>
|
| 30 |
<a href="https://github.com/IDEA-FinAI/Golden-Touchstone" target="_blank" style="margin: 2px;">
|
| 31 |
<img alt="github" src="https://img.shields.io/github/stars/IDEA-FinAI/Golden-Touchstone.svg?style=social" style="display: inline-block; vertical-align: middle;"/>
|
|
|
|
| 104 |
|
| 105 |
## Citation
|
| 106 |
```
|
| 107 |
+
@misc{wu2024goldentouchstonecomprehensivebilingual,
|
| 108 |
+
title={Golden Touchstone: A Comprehensive Bilingual Benchmark for Evaluating Financial Large Language Models},
|
| 109 |
+
author={Xiaojun Wu and Junxi Liu and Huanyi Su and Zhouchi Lin and Yiyan Qi and Chengjin Xu and Jiajun Su and Jiajie Zhong and Fuwei Wang and Saizhuo Wang and Fengrui Hua and Jia Li and Jian Guo},
|
| 110 |
+
year={2024},
|
| 111 |
+
eprint={2411.06272},
|
| 112 |
+
archivePrefix={arXiv},
|
| 113 |
+
primaryClass={cs.CL},
|
| 114 |
+
url={https://arxiv.org/abs/2411.06272},
|
| 115 |
}
|
| 116 |
+
```
|
|
|