|
|
--- |
|
|
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}, |
|
|
} |
|
|
``` |