PEFT
bryanchrist commited on
Commit
ed9f218
1 Parent(s): 087cc8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -2,6 +2,11 @@
2
  library_name: peft
3
  license: gpl-3.0
4
  ---
 
 
 
 
 
5
  ## Training procedure
6
 
7
 
 
2
  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. Our [repo](https://github.com/bryanchrist/MATHWELL) contains a sample script for loading and interacting with MATHWELL.
10
  ## Training procedure
11
 
12