File size: 1,034 Bytes
eda5101 ed40244 eda5101 ed40244 e8953e5 ed40244 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
library_name: transformers
license: gpl-3.0
datasets:
- bryanchrist/EDUMATH_annotations
language:
- en
base_model:
- answerdotai/ModernBERT-large
---
# EDUMATH Text Classifier
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.
# Citation
```
@misc{christ2025edumathgeneratingstandardsalignededucational,
title={EDUMATH: Generating Standards-aligned Educational Math Word Problems},
author={Bryan R. Christ and Penelope Molitz and Jonathan Kropko and Thomas Hartvigsen},
year={2025},
eprint={2510.06965},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2510.06965},
}
``` |