hails commited on
Commit
ce19d3c
1 Parent(s): c984f4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -17,3 +17,25 @@ configs:
17
  - split: test
18
  path: data/test-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - split: test
18
  path: data/test-*
19
  ---
20
+
21
+ # Dataset Card for "agieval-gaokao-mathcloze"
22
+
23
+
24
+ Dataset taken from https://github.com/microsoft/AGIEval and processed as in that repo, following dmayhem93/agieval-* datasets on the HF hub.
25
+
26
+ This dataset contains the contents of the Gaokao-mathcloze subtask of AGIEval, as accessed in https://github.com/ruixiangcui/AGIEval/commit/5c77d073fda993f1652eaae3cf5d04cc5fd21d40 .
27
+
28
+
29
+ Citation:
30
+
31
+
32
+ @misc
33
+
34
+ {zhong2023agieval,
35
+ title={AGIEval: A Human-Centric Benchmark for Evaluating Foundation Models},
36
+ author={Wanjun Zhong and Ruixiang Cui and Yiduo Guo and Yaobo Liang and Shuai Lu and Yanlin Wang and Amin Saied and Weizhu Chen and Nan Duan},
37
+ year={2023},
38
+ eprint={2304.06364},
39
+ archivePrefix={arXiv},
40
+ primaryClass={cs.CL}
41
+ }