zeju-0727 commited on
Commit
7715c88
·
verified ·
1 Parent(s): f946473

Upload dyve_tts/eval/math/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. dyve_tts/eval/math/README.md +22 -0
dyve_tts/eval/math/README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Measuring Mathematical Problem Solving With the MATH Dataset
2
+ This is the repository for [Measuring Mathematical Problem Solving With the MATH Dataset](https://arxiv.org/pdf/2103.03874) by
3
+ [Dan Hendrycks](https://danhendrycks.com/), [Collin Burns](http://collinpburns.com), [Saurav Kadavath](http://www.sauravkadavath.com), [Akul Arora](https://github.com/akulaarora), [Steven Basart](https://stevenbas.art), [Eric Tang](https://www.linkedin.com/in/eric-tang-185350145/), [Dawn Song](https://people.eecs.berkeley.edu/~dawnsong/), and [Jacob Steinhardt](https://www.stat.berkeley.edu/~jsteinhardt/).
4
+
5
+ This repository contains dataset loaders and evaluation code.
6
+
7
+ Download the [**MATH dataset here**](https://people.eecs.berkeley.edu/~hendrycks/MATH.tar).
8
+
9
+ Download the [**AMPS pretraining dataset here**](https://drive.google.com/file/d/1hQsua3TkpEmcJD_UWQx8dmNdEZPyxw23/view?usp=sharing).
10
+
11
+ <img align="center" src="dataset_comparison.png" width="750">
12
+
13
+ ## Citation
14
+
15
+ If you find this useful in your research, please consider citing
16
+
17
+ @article{hendrycksmath2021,
18
+ title={Measuring Mathematical Problem Solving With the MATH Dataset},
19
+ author={Dan Hendrycks and Collin Burns and Saurav Kadavath and Akul Arora and Steven Basart and Eric Tang and Dawn Song and Jacob Steinhardt},
20
+ journal={NeurIPS},
21
+ year={2021}
22
+ }