Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -47,17 +47,17 @@ LEADERBORAD_INFO = """
|
|
47 |
We list the information of the used datasets as follows:<br>
|
48 |
|
49 |
MATH: Measuring Mathematical Problem Solving With the MATH Dataset
|
50 |
-
<a href='https://arxiv.org/pdf/2103.03874.pdf'
|
51 |
-
<a href='https://github.com/hendrycks/math'
|
52 |
GSM8K: Training Verifiers to Solve Math Word Problems
|
53 |
-
<a href='https://arxiv.org/pdf/2110.14168.pdf'
|
54 |
-
<a href='https://github.com/openai/grade-school-math'
|
55 |
-
TheoremQA:
|
56 |
-
<a href='https://arxiv.org/pdf/2305.12524.pdf'
|
57 |
-
<a href='https://github.com/TIGER-AI-Lab/TheoremQA'
|
58 |
GPQA: A Graduate-Level Google-Proof Q&A Benchmark
|
59 |
-
<a href='https://arxiv.org/pdf/2311.12022.pdf'
|
60 |
-
<a href='https://github.com/idavidrein/gpqa'
|
61 |
"""
|
62 |
|
63 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
|
|
47 |
We list the information of the used datasets as follows:<br>
|
48 |
|
49 |
MATH: Measuring Mathematical Problem Solving With the MATH Dataset
|
50 |
+
<a href='https://arxiv.org/pdf/2103.03874.pdf'>Paper</a>
|
51 |
+
<a href='https://github.com/hendrycks/math'>Code</a>
|
52 |
GSM8K: Training Verifiers to Solve Math Word Problems
|
53 |
+
<a href='https://arxiv.org/pdf/2110.14168.pdf'>Paper</a>
|
54 |
+
<a href='https://github.com/openai/grade-school-math'>Code</a>
|
55 |
+
TheoremQA: A Theorem-driven Question Answering dataset
|
56 |
+
<a href='https://arxiv.org/pdf/2305.12524.pdf'>Paper</a>
|
57 |
+
<a href='https://github.com/TIGER-AI-Lab/TheoremQA'>Code</a>
|
58 |
GPQA: A Graduate-Level Google-Proof Q&A Benchmark
|
59 |
+
<a href='https://arxiv.org/pdf/2311.12022.pdf'>Paper</a>
|
60 |
+
<a href='https://github.com/idavidrein/gpqa'>Code</a>
|
61 |
"""
|
62 |
|
63 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|