Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
k4black commited on
Commit
156995d
·
verified ·
1 Parent(s): ce363a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -46,6 +46,12 @@ For fine-grained performance evaluation results and detailed discussion, check o
46
  * 🗞️ [Paper](https://arxiv.org/abs/2412.03205)
47
  * 👾 [Evaluation Code at GitHub](https://github.com/Toloka/u-math/)
48
 
 
 
 
 
 
 
49
  ### Use it
50
 
51
  ```python
@@ -53,12 +59,6 @@ from datasets import load_dataset
53
  ds = load_dataset('toloka/u-math', split='test')
54
  ```
55
 
56
- ### Key Features
57
- * **Topics Covered**: Precalculus, Algebra, Differential Calculus, Integral Calculus, Multivariable Calculus, Sequences & Series.
58
- * **Problem Format**: Free-form answer with LLM judgement
59
- * **Evaluation Metrics**: Accuracy; splits by subject and text-only vs multimodal problem type.
60
- * **Curation**: Original problems composed by math professors and used in university curricula, samples validated by math experts at [Toloka AI](https://toloka.ai), [Gradarius](https://www.gradarius.com)
61
-
62
  ### Dataset Fields
63
  `uuid`: problem id \
64
  `has_image`: a boolean flag on whether the problem is multimodal or not \
 
46
  * 🗞️ [Paper](https://arxiv.org/abs/2412.03205)
47
  * 👾 [Evaluation Code at GitHub](https://github.com/Toloka/u-math/)
48
 
49
+ ### Key Features
50
+ * **Topics Covered**: Precalculus, Algebra, Differential Calculus, Integral Calculus, Multivariable Calculus, Sequences & Series.
51
+ * **Problem Format**: Free-form answer with LLM judgement
52
+ * **Evaluation Metrics**: Accuracy; splits by subject and text-only vs multimodal problem type.
53
+ * **Curation**: Original problems composed by math professors and used in university curricula, samples validated by math experts at [Toloka AI](https://toloka.ai), [Gradarius](https://www.gradarius.com)
54
+
55
  ### Use it
56
 
57
  ```python
 
59
  ds = load_dataset('toloka/u-math', split='test')
60
  ```
61
 
 
 
 
 
 
 
62
  ### Dataset Fields
63
  `uuid`: problem id \
64
  `has_image`: a boolean flag on whether the problem is multimodal or not \