Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ base_model:
|
|
| 11 |
|
| 12 |
# EDUMATH Text Classifier
|
| 13 |
|
| 14 |
-
Text classifier for whether a generated math word problem does not meet all criteria as introduced in
|
| 15 |
|
| 16 |
# Citation
|
| 17 |
```
|
|
|
|
| 11 |
|
| 12 |
# EDUMATH Text Classifier
|
| 13 |
|
| 14 |
+
Text classifier for whether a generated math word problem does not meet all criteria as introduced in [EDUMATH: Generating Standards-aligned Educational Math Word Problems](https://arxiv.org/abs/2510.06965). A label of 0 means the math word problem meets all criteria, and a label of 1 means it does not meet all critiera. See our [project repo](https://github.com/bryanchrist/EDUMATH) for usage and our paper for training details/metrics.
|
| 15 |
|
| 16 |
# Citation
|
| 17 |
```
|