Update link to paper, add Github repo
Browse filesThis PR ensures the dataset is linked to (and can be found at) https://huggingface.co./papers/2501.13766. It also links to the Github repository.
README.md
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
license: gpl-3.0
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
configs:
|
6 |
- config_name: Abstract_algebra
|
7 |
data_files:
|
@@ -67,26 +73,20 @@ configs:
|
|
67 |
data_files:
|
68 |
- split: test
|
69 |
path: data/Trigonometry.json
|
70 |
-
task_categories:
|
71 |
-
- question-answering
|
72 |
-
language:
|
73 |
-
- en
|
74 |
-
pretty_name: UGMathBench
|
75 |
-
size_categories:
|
76 |
-
- 10K<n<100K
|
77 |
tags:
|
78 |
- text
|
79 |
- math
|
80 |
- LLMs
|
81 |
---
|
82 |
|
83 |
-
|
84 |
# UGMathBench: A Diverse and Dynamic Benchmark for Undergraduate-Level Mathematical Reasoning with Large Language Models
|
85 |
|
86 |
**UGMathBench** is a diverse and dynamic benchmark specifically designed for evaluating undergraduate-level mathematical reasoning with LLMs.
|
87 |
UGMathBench comprises 5,062 problems across 16 subjects and 111 topics, featuring 10 distinct answer types.
|
88 |
Each problem includes three randomized versions.
|
89 |
|
|
|
|
|
90 |
|
91 |
# An Example to load the data
|
92 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: gpl-3.0
|
5 |
+
size_categories:
|
6 |
+
- 10K<n<100K
|
7 |
+
task_categories:
|
8 |
+
- question-answering
|
9 |
+
pretty_name: UGMathBench
|
10 |
+
Paper: 2501.13766
|
11 |
configs:
|
12 |
- config_name: Abstract_algebra
|
13 |
data_files:
|
|
|
73 |
data_files:
|
74 |
- split: test
|
75 |
path: data/Trigonometry.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
tags:
|
77 |
- text
|
78 |
- math
|
79 |
- LLMs
|
80 |
---
|
81 |
|
|
|
82 |
# UGMathBench: A Diverse and Dynamic Benchmark for Undergraduate-Level Mathematical Reasoning with Large Language Models
|
83 |
|
84 |
**UGMathBench** is a diverse and dynamic benchmark specifically designed for evaluating undergraduate-level mathematical reasoning with LLMs.
|
85 |
UGMathBench comprises 5,062 problems across 16 subjects and 111 topics, featuring 10 distinct answer types.
|
86 |
Each problem includes three randomized versions.
|
87 |
|
88 |
+
Paper: https://huggingface.co/papers/2501.13766
|
89 |
+
GitHub page: https://github.com/YangLabHKUST/UGMathBench.git
|
90 |
|
91 |
# An Example to load the data
|
92 |
|