kevintu commited on
Commit
b86e6ac
·
verified ·
1 Parent(s): a6c202a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -6,7 +6,11 @@ language:
6
 
7
  We trained a language model to **automatically score the IELTS (International English Language Testing System) essays** by using massive the training dataset by human raters.
8
 
9
- The impressive result in the test dataset is as follows: **Accuracy = 0.82, F1 Score = 0.81**.
 
 
 
 
10
 
11
  The following is the code to implement the model for scoring new IELTS essays.
12
 
 
6
 
7
  We trained a language model to **automatically score the IELTS (International English Language Testing System) essays** by using massive the training dataset by human raters.
8
 
9
+ The training dataset is consisting of 18,000 points of real IELTS exam essays and their official scores.
10
+ Our model scoring results are measured in five dimensions of task achievement, coherence and cohesion, vocabulary, grammar
11
+ and overall according to the official IELTS standards. **OVERALL** is the composite score of the IELTS essays.
12
+
13
+ The impressive result in the test dataset is as follows: **Accuracy = 0.82, F1 Score = 0.81**. As far as the current results are concerned, our model can roughly replace human raters for IELTS essays, but we will continue to optimize it to improve its accuracy
14
 
15
  The following is the code to implement the model for scoring new IELTS essays.
16