wuxiaojun commited on
Commit
bb69298
·
verified ·
1 Parent(s): b3de63e

update paper

Browse files
Files changed (1) hide show
  1. README.md +13 -9
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/2311.03301" target="_blank" style="margin: 2px;">
26
- <img alt="arXiv" src="https://img.shields.io/badge/Arxiv-2311.03301-b31b1b.svg?logo=arXiv" style="display: inline-block; vertical-align: middle;"/>
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
- @article{gan2023ziya2,
106
- title={Ziya2: Data-centric learning is all llms need},
107
- author={Gan, Ruyi and Wu, Ziwei and Sun, Renliang and Lu, Junyu and Wu, Xiaojun and Zhang, Dixiang and Pan, Kunhao and He, Junqing and Tian, Yuanhe and Yang, Ping and others},
108
- journal={arXiv preprint arXiv:2311.03301},
109
- year={2023}
 
 
 
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
+ ```