inkoziev commited on
Commit
5d48856
·
verified ·
1 Parent(s): efc8c26

Adding notes about dataset

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -39,6 +39,20 @@ In addition, for some samples there is a corrected version of the text ("fixed_s
39
  }
40
  ```
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ### Uncensoring samples
43
 
44
  A number of samples contain text with explicit obscenities:
@@ -77,7 +91,7 @@ A few poetry samples are included in this version:
77
  **sentence** (str): the original sentence.
78
  **fixed_sentence** (str): the corrected version of original sentence.
79
  **label** (str): the target class. "1" for "acceptable", "0" for "unacceptable".
80
- **error_type** (str): the violation category: Spelling, Grammar, Tokenization, Punctuation.
81
  **domain** (str): domain: "prose" or "poetry".
82
 
83
  ### Error types
 
39
  }
40
  ```
41
 
42
+ ### Notes
43
+
44
+ The test split contains only examples of mistakes made by people. There are no synthetics among these mistakes.
45
+
46
+ The examples of errors in the test split come from different people in terms of gender, age, education, context, and social context.
47
+
48
+ The input and output text can be not only one sentence, but also 1) part of a sentence, 2) several sentences - a paragraph, 3) a fragment of a poem, usually a quatrain or two quatrains.
49
+
50
+ The texts may include offensive texts, texts that offend religious or political feelings, texts that contradict moral standards, etc. Such samples are only needed to make the corpus as representative as possible for the tasks of processing messages in various media such as blogs, comments, etc.
51
+
52
+ One sample may contain several errors of different types.
53
+
54
+
55
+
56
  ### Uncensoring samples
57
 
58
  A number of samples contain text with explicit obscenities:
 
91
  **sentence** (str): the original sentence.
92
  **fixed_sentence** (str): the corrected version of original sentence.
93
  **label** (str): the target class. "1" for "acceptable", "0" for "unacceptable".
94
+ **error_type** (str): the violation category: Spelling, Grammar, Tokenization, Punctuation, Mixture, Unknown.
95
  **domain** (str): domain: "prose" or "poetry".
96
 
97
  ### Error types