Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,17 @@ is summarized by the following metrics: 'mean accuracy'= 0.91 and 'mean f1 score
|
|
13 |
|
14 |
Upon inputting an essay, the model outputs six scores corresponding to cohesion, syntax, vocabulary, phraseology, grammar, and conventions. Each score ranges from 1 to 5, with higher scores indicating greater proficiency within the essay. These dimensions collectively assess the quality of the input essay from multiple perspectives. The model serves as a valuable tool for EFL teachers and researchers, and it is also beneficial for English L2 learners and parents for self-evaluating their composition skills.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
To test the model, run the following code or paste your essay into the API interface:
|
17 |
|
18 |
1) Please use the following Python code if you want to get the ouput values ranging from **1 to 5**.
|
@@ -130,13 +141,3 @@ conventions: 8.5
|
|
130 |
|
131 |
```
|
132 |
|
133 |
-
Please **cite** the following paper if you use this model:
|
134 |
-
```
|
135 |
-
@article{sun2024automatic,
|
136 |
-
title={Automatic Essay Multi-dimensional Scoring with Fine-tuning and Multiple Regression},
|
137 |
-
author={Kun Sun and Rong Wang},
|
138 |
-
year={2024},
|
139 |
-
journal={ArXiv},
|
140 |
-
url={https://arxiv.org/abs/5634515}
|
141 |
-
}
|
142 |
-
```
|
|
|
13 |
|
14 |
Upon inputting an essay, the model outputs six scores corresponding to cohesion, syntax, vocabulary, phraseology, grammar, and conventions. Each score ranges from 1 to 5, with higher scores indicating greater proficiency within the essay. These dimensions collectively assess the quality of the input essay from multiple perspectives. The model serves as a valuable tool for EFL teachers and researchers, and it is also beneficial for English L2 learners and parents for self-evaluating their composition skills.
|
15 |
|
16 |
+
Please **cite** the following paper if you use this model:
|
17 |
+
```
|
18 |
+
@article{sun2024automatic,
|
19 |
+
title={Automatic Essay Multi-dimensional Scoring with Fine-tuning and Multiple Regression},
|
20 |
+
author={Kun Sun and Rong Wang},
|
21 |
+
year={2024},
|
22 |
+
journal={ArXiv},
|
23 |
+
url={https://arxiv.org/abs/2406.01198}
|
24 |
+
}
|
25 |
+
```
|
26 |
+
|
27 |
To test the model, run the following code or paste your essay into the API interface:
|
28 |
|
29 |
1) Please use the following Python code if you want to get the ouput values ranging from **1 to 5**.
|
|
|
141 |
|
142 |
```
|
143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|