SUFE-AIFLM-Lab
commited on
Commit
•
ab30002
1
Parent(s):
b5ec14a
Update README.md
Browse files
README.md
CHANGED
@@ -65,4 +65,14 @@ Below is the average accuracy(%) on the test split. We report the average accura
|
|
65 |
from datasets import load_dataset
|
66 |
dataset=load_dataset(r"SUFE-AIFLM-Lab/FinEval",name="finance")
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
```
|
|
|
65 |
from datasets import load_dataset
|
66 |
dataset=load_dataset(r"SUFE-AIFLM-Lab/FinEval",name="finance")
|
67 |
|
68 |
+
```
|
69 |
+
|
70 |
+
Please cite our paper if you use our dataset.
|
71 |
+
```
|
72 |
+
@misc{2308.09975,
|
73 |
+
Author = {Liwen Zhang and Weige Cai and Zhaowei Liu and Zhi Yang and Wei Dai and Yujie Liao and Qianru Qin and Yifei Li and Xingyu Liu and Zhiqiang Liu and Zhoufan Zhu and Anbo Wu and Xin Guo and Yun Chen},
|
74 |
+
Title = {FinEval: A Chinese Financial Domain Knowledge Evaluation Benchmark for Large Language Models},
|
75 |
+
Year = {2023},
|
76 |
+
Eprint = {arXiv:2308.09975},
|
77 |
+
}
|
78 |
```
|