Skolkovo Institute of Science and Technology commited on
Commit
aa9baf7
1 Parent(s): 13b6ddd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ tags:
6
+ - feedback comment generation for writing learning
7
+
8
+ licenses:
9
+ - cc-by-nc-sa
10
+ ---
11
+ ## Model overview
12
+
13
+ This model was trained in terms of [GenChal 2022: Feedback Comment Generation for Writing Learning](https://fcg.sharedtask.org/) shared task
14
+
15
+ In this task, the model gets the string with text with the error and the exact span of the error and should return the comment in natural language, which explains the nature of the error.
16
+
17
+ ## Model training details
18
+
19
+ ### Data
20
+
21
+ The data was provided in the following way
22
+
23
+ ```
24
+ input sentence [\t] offset range [\t] feedback comment
25
+ ```
26
+
27
+ Here are some examples
28
+ ```
29
+ The smoke flow my face . 10:17 When the <verb> <<flow>> is used as an <intransitive verb> to express ''to move in a stream'', a <preposition> needs to be placed to indicate the direction. 'To' and 'towards' are <prepositions> that indicate direction.
30
+
31
+ I want to stop smoking during driving bicycle . 23:29 A <gerund> does not normally follow the <preposition> <<during>>. Think of an expression using the <conjunction> 'while' instead of a <preposition>.
32
+
33
+ ```
34
+
35
+ ### Data preprocessing
36
+
37
+ We lowercased the text and explicitly pointed out the error in the original text
38
+
39
+
40
+
41
+ ## How to use