- Add support for evaluating TOEFL writing tasks;
- Optimize prompt templates for better evaluation.
Use minimum dependencies to launch powerful GPT4 to evaluate your IELTS/TOFEL writing tasks and give detailed feedback considering different criteria.
- edit
data/essay.txt
with your own writing script according to the given format inielts_essay_demo.txt
. - run with
python ieltsGPT.py
to obtaindata/feedback.md
.
- edit
data/essay.txt
with your own writing script according to the given format intoefl_essay_demo.txt
. - run with
python toeflGPT.py --task 1
for Integrated Writing task (--task 2
for Writing for an Academic Discussion task) to obtaindata/feedback.md
.
(Optional: click md2doc.bat
to convert feedback.md
into feedback.docx
)
Give a Star if it helps 🤗.