Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,13 @@ 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 |
### Key Features
|
50 |
* **Topics Covered**: Precalculus, Algebra, Differential Calculus, Integral Calculus, Multivariable Calculus, Sequences & Series.
|
51 |
* **Problem Format**: Free-form answer with LLM judgement
|
|
|
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
|
52 |
+
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
|