PEFT
bryanchrist commited on
Commit
641637e
·
verified ·
1 Parent(s): ddc3937

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -3,7 +3,7 @@ library_name: peft
3
  license: gpl-3.0
4
  ---
5
  ## MATHWELL
6
- MATHWELL is the model released in the paper [MATHWELL: Generating Educational Math Word Problems at Scale](https://arxiv.org/abs/2402.15861).
7
  MATHWELL is a finetuned Llama-2 (70B) model that generates customized educational grade school math word problems and Python function solutions to these problems. Generated problems are 1) solvable, 2) accurate, and 3) appropriate. These criteria are essential to successfully supplement grade-school students’ math education. On average, 74% of MATHWELL's problems with executable solutions are solvable, accurate, and appropriate.
8
 
9
  For more details on how MATHWELL was trained and evaluated, please see our [paper](https://arxiv.org/abs/2402.15861). Our [repo](https://github.com/bryanchrist/MATHWELL) contains a sample script for loading and interacting with MATHWELL.
@@ -28,12 +28,11 @@ The following `bitsandbytes` quantization config was used during training:
28
 
29
  ## Citation
30
  ```bash
31
- @misc{christ2024mathwell,
32
- title={MATHWELL: Generating Educational Math Word Problems at Scale},
33
- author={Bryan R Christ and Jonathan Kropko and Thomas Hartvigsen},
34
- year={2024},
35
- eprint={2402.15861},
36
- archivePrefix={arXiv},
37
- primaryClass={cs.CL}
38
  }
39
  ```
 
3
  license: gpl-3.0
4
  ---
5
  ## MATHWELL
6
+ MATHWELL is the model released in the paper [MATHWELL: Generating Educational Math Word Problems Using Teacher Annotations](https://arxiv.org/abs/2402.15861).
7
  MATHWELL is a finetuned Llama-2 (70B) model that generates customized educational grade school math word problems and Python function solutions to these problems. Generated problems are 1) solvable, 2) accurate, and 3) appropriate. These criteria are essential to successfully supplement grade-school students’ math education. On average, 74% of MATHWELL's problems with executable solutions are solvable, accurate, and appropriate.
8
 
9
  For more details on how MATHWELL was trained and evaluated, please see our [paper](https://arxiv.org/abs/2402.15861). Our [repo](https://github.com/bryanchrist/MATHWELL) contains a sample script for loading and interacting with MATHWELL.
 
28
 
29
  ## Citation
30
  ```bash
31
+ @inproceedings{christ_bryan_r_mathwell_2024,
32
+ title = {{MATHWELL}: {Generating} {Educational} {Math} {Word} {Problems} {Using} {Teacher} {Annotations}},
33
+ url = {https://openreview.net/forum?id=jNsjlRfpk0},
34
+ booktitle = {The 2024 {Conference} on {Empirical} {Methods} in {Natural} {Language} {Processing}},
35
+ author = {{Christ, Bryan R.} and Kropko, Jonathan and Hartvigsen, Thomas},
36
+ year = {2024},
 
37
  }
38
  ```