Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,7 @@ The training dataset is consisting of 18,000 points of real IELTS exam essays an
|
|
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**.
|
14 |
-
As far as the current results are concerned, our model could roughly replace human raters for IELTS essays to some degree,
|
15 |
but we will continue to optimize it to improve its accuracy and effectiveness.
|
16 |
|
17 |
The following is the code to implement the model for scoring new IELTS essays. In the following example, an essay is taken from the test dataset with the overall score 8.0.
|
|
|
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 could roughly replace human raters for IELTS essays to some degree,
|
|
|
14 |
but we will continue to optimize it to improve its accuracy and effectiveness.
|
15 |
|
16 |
The following is the code to implement the model for scoring new IELTS essays. In the following example, an essay is taken from the test dataset with the overall score 8.0.
|