system HF staff commited on
Commit
27fad46
1 Parent(s): ca4640c

Update files from the datasets library (from 1.9.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.9.0

Files changed (1) hide show
  1. README.md +113 -9
README.md CHANGED
@@ -6,7 +6,10 @@ language_creators:
6
  languages:
7
  - en
8
  licenses:
9
- - unknown
 
 
 
10
  multilinguality:
11
  - monolingual
12
  - other-language-learner
@@ -19,6 +22,9 @@ task_categories:
19
  task_ids:
20
  - conditional-text-generation-other-grammatical-error-correction
21
  paperswithcode_id: locness-corpus
 
 
 
22
  ---
23
 
24
  # Dataset Card for Cambridge English Write & Improve + LOCNESS Dataset
@@ -52,7 +58,7 @@ paperswithcode_id: locness-corpus
52
  - **Homepage:** https://www.cl.cam.ac.uk/research/nl/bea2019st/#data
53
  - **Repository:**
54
  - **Paper:** https://www.aclweb.org/anthology/W19-4406/
55
- - **Leaderboard:** https://www.cl.cam.ac.uk/research/nl/bea2019st/#results
56
  - **Point of Contact:**
57
 
58
  ### Dataset Summary
@@ -63,25 +69,70 @@ The LOCNESS corpus (Granger, 1998) consists of essays written by native English
63
 
64
  ### Supported Tasks and Leaderboards
65
 
66
- [More Information Needed]
 
 
 
 
67
 
68
  ### Languages
69
 
70
- [More Information Needed]
71
 
72
  ## Dataset Structure
73
 
74
  ### Data Instances
75
 
76
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
 
78
  ### Data Fields
79
 
80
- [More Information Needed]
 
 
 
 
 
 
 
 
 
81
 
82
  ### Data Splits
83
 
84
- [More Information Needed]
 
 
 
85
 
86
  ## Dataset Creation
87
 
@@ -135,7 +186,60 @@ The LOCNESS corpus (Granger, 1998) consists of essays written by native English
135
 
136
  ### Licensing Information
137
 
138
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
 
140
  ### Citation Information
141
 
@@ -160,4 +264,4 @@ The LOCNESS corpus (Granger, 1998) consists of essays written by native English
160
 
161
  ### Contributions
162
 
163
- Thanks to [@aseifert](https://github.com/aseifert) for adding this dataset.
 
6
  languages:
7
  - en
8
  licenses:
9
+ wi:
10
+ - other-wi-license
11
+ locness:
12
+ - other-locness-license
13
  multilinguality:
14
  - monolingual
15
  - other-language-learner
 
22
  task_ids:
23
  - conditional-text-generation-other-grammatical-error-correction
24
  paperswithcode_id: locness-corpus
25
+ pretty_name:
26
+ wi: Cambridge English Write & Improve
27
+ locness: LOCNESS
28
  ---
29
 
30
  # Dataset Card for Cambridge English Write & Improve + LOCNESS Dataset
 
58
  - **Homepage:** https://www.cl.cam.ac.uk/research/nl/bea2019st/#data
59
  - **Repository:**
60
  - **Paper:** https://www.aclweb.org/anthology/W19-4406/
61
+ - **Leaderboard:** https://competitions.codalab.org/competitions/20228#results
62
  - **Point of Contact:**
63
 
64
  ### Dataset Summary
 
69
 
70
  ### Supported Tasks and Leaderboards
71
 
72
+ Grammatical error correction (GEC) is the task of automatically correcting grammatical errors in text; e.g. [I follows his advices -> I followed his advice]. It can be used to not only help language learners improve their writing skills, but also alert native speakers to accidental mistakes or typos.
73
+
74
+ The aim of the task of this dataset is to correct all types of errors in written text. This includes grammatical, lexical and orthographical errors.
75
+
76
+ The following Codalab competition contains the latest leaderboard, along with information on how to submit to the withheld W&I+LOCNESS test set: https://competitions.codalab.org/competitions/20228
77
 
78
  ### Languages
79
 
80
+ The dataset is in English.
81
 
82
  ## Dataset Structure
83
 
84
  ### Data Instances
85
 
86
+ An example from the `wi` configuration:
87
+
88
+ ```
89
+ {
90
+ 'id': '1-140178',
91
+ 'userid': '21251',
92
+ 'cefr': 'A2.i',
93
+ 'text': 'My town is a medium size city with eighty thousand inhabitants. It has a high density population because its small territory. Despite of it is an industrial city, there are many shops and department stores. I recommend visiting the artificial lake in the certer of the city which is surrounded by a park. Pasteries are very common and most of them offer the special dessert from the city. There are a comercial zone along the widest street of the city where you can find all kind of establishments: banks, bars, chemists, cinemas, pet shops, restaurants, fast food restaurants, groceries, travel agencies, supermarkets and others. Most of the shops have sales and offers at least three months of the year: January, June and August. The quality of the products and services are quite good, because there are a huge competition, however I suggest you taking care about some fakes or cheats.',
94
+ 'edits': {
95
+ 'start': [13, 77, 104, 126, 134, 256, 306, 375, 396, 402, 476, 484, 579, 671, 774, 804, 808, 826, 838, 850, 857, 862, 868],
96
+ 'end': [24, 78, 104, 133, 136, 262, 315, 379, 399, 411, 480, 498, 588, 671, 777, 807, 810, 835, 845, 856, 861, 867, 873],
97
+ 'text': ['medium-sized', '-', ' of', 'Although', '', 'center', None, 'of', 'is', 'commercial', 'kinds', 'businesses', 'grocers', ' in', 'is', 'is', '', '. However,', 'recommend', 'be', 'careful', 'of', '']
98
+ }
99
+ }
100
+ ```
101
+
102
+ An example from the `locness` configuration:
103
+
104
+ ```
105
+ {
106
+ 'id': '7-5819177',
107
+ 'cefr': 'N',
108
+ 'text': 'Boxing is a common, well known and well loved sport amongst most countries in the world however it is also punishing, dangerous and disliked to the extent that many people want it banned, possibly with good reason.\nBoxing is a dangerous sport, there are relatively common deaths, tragic injuries and even disease. All professional boxers are at risk from being killed in his next fight. If not killed then more likely paralysed. There have been a number of cases in the last ten years of the top few boxers having tragic losses throughout their ranks. This is just from the elite few, and theres more from those below them.\nMore deaths would occur through boxing if it were banned. The sport would go underground, there would be no safety measures like gloves, a doctor, paramedics or early stopping of the fight if someone looked unable to continue. With this going on the people taking part will be dangerous, and on the streets. Dangerous dogs who were trained to kill and maim in similar underound dog fights have already proved deadly to innocent people, the new boxers could be even more at risk.\nOnce boxing is banned and no-one grows up knowing it as acceptable there will be no interest in boxing and hopefully less all round interest in violence making towns and cities much safer places to live in, there will be less fighting outside pubs and clubs and less violent attacks with little or no reason.\nchange the rules of boxing slightly would much improve the safety risks of the sport and not detract form the entertainment. There are all sorts of proposals, lighter and more cushioning gloves could be worn, ban punches to the head, headguards worn or make fights shorter, as most of the serious injuries occur in the latter rounds, these would all show off the boxers skill and tallent and still be entertaining to watch.\nEven if a boxer is a success and manages not to be seriously hurt he still faces serious consequences in later life diseases that attack the brains have been known to set in as a direct result of boxing, even Muhamed Ali, who was infamous(?) both for his boxing and his quick-witted intelligence now has Alzheimer disease and can no longer do many everyday acts.\nMany other sports are more dangerous than boxing, motor sports and even mountaineering has risks that are real. Boxers chose to box, just as racing drivers drive.',
109
+ 'edits': {
110
+ 'start': [24, 39, 52, 87, 242, 371, 400, 528, 589, 713, 869, 992, 1058, 1169, 1209, 1219, 1255, 1308, 1386, 1412, 1513, 1569, 1661, 1731, 1744, 1781, 1792, 1901, 1951, 2038, 2131, 2149, 2247, 2286],
111
+ 'end': [25, 40, 59, 95, 249, 374, 400, 538, 595, 713, 869, 1001, 1063, 1169, 1209, 1219, 1255, 1315, 1390, 1418, 1517, 1570, 1661, 1737, 1751, 1781, 1799, 1901, 1960, 2044, 2131, 2149, 2248, 2289],
112
+ 'text': ['-', '-', 'in', '. However,', '. There', 'their', ',', 'among', "there's", ' and', ',', 'underground', '. The', ',', ',', ',', ',', '. There', 'for', 'Changing', 'from', ';', ',', 'later', '. These', "'", 'talent', ',', '. Diseases', '. Even', ',', "'s", ';', 'have']
113
+ }
114
+ }
115
+ ```
116
 
117
  ### Data Fields
118
 
119
+ The fields of the dataset are:
120
+ - `id`: the id of the text as a string
121
+ - `cefr`: the [CEFR level](https://www.cambridgeenglish.org/exams-and-tests/cefr/) of the text as a string
122
+ - `userid`: id of the user
123
+ - `text`: the text of the submission as a string
124
+ - `edits`: the edits from W&I:
125
+ - `start`: start indexes of each edit as a list of integers
126
+ - `end`: end indexes of each edit as a list of integers
127
+ - `text`: the text content of each edit as a list of strings
128
+ - `from`: the original text of each edit as a list of strings
129
 
130
  ### Data Splits
131
 
132
+ | name |train|validation|
133
+ |----------|----:|---------:|
134
+ | wi | 3000| 300|
135
+ | locness | N/A| 50|
136
 
137
  ## Dataset Creation
138
 
 
186
 
187
  ### Licensing Information
188
 
189
+ Write & Improve License:
190
+
191
+ ```
192
+ Cambridge English Write & Improve (CEWI) Dataset Licence Agreement
193
+
194
+ 1. By downloading this dataset and licence, this licence agreement is
195
+ entered into, effective this date, between you, the Licensee, and the
196
+ University of Cambridge, the Licensor.
197
+
198
+ 2. Copyright of the entire licensed dataset is held by the Licensor.
199
+ No ownership or interest in the dataset is transferred to the
200
+ Licensee.
201
+
202
+ 3. The Licensor hereby grants the Licensee a non-exclusive
203
+ non-transferable right to use the licensed dataset for
204
+ non-commercial research and educational purposes.
205
+
206
+ 4. Non-commercial purposes exclude without limitation any use of the
207
+ licensed dataset or information derived from the dataset for or as
208
+ part of a product or service which is sold, offered for sale,
209
+ licensed, leased or rented.
210
+
211
+ 5. The Licensee shall acknowledge use of the licensed dataset in all
212
+ publications of research based on it, in whole or in part, through
213
+ citation of the following publication:
214
+
215
+ Helen Yannakoudakis, Øistein E. Andersen, Ardeshir Geranpayeh,
216
+ Ted Briscoe and Diane Nicholls. 2018. Developing an automated writing
217
+ placement system for ESL learners. Applied Measurement in Education.
218
+
219
+ 6. The Licensee may publish excerpts of less than 100 words from the
220
+ licensed dataset pursuant to clause 3.
221
+
222
+ 7. The Licensor grants the Licensee this right to use the licensed dataset
223
+ "as is". Licensor does not make, and expressly disclaims, any express or
224
+ implied warranties, representations or endorsements of any kind
225
+ whatsoever.
226
+
227
+ 8. This Agreement shall be governed by and construed in accordance with
228
+ the laws of England and the English courts shall have exclusive
229
+ jurisdiction.
230
+ ```
231
+
232
+ LOCNESS License:
233
+
234
+ ```
235
+ LOCNESS Dataset Licence Agreement
236
+
237
+ 1. The corpus is to be used for non-commercial purposes only
238
+
239
+ 2. All publications on research partly or wholly based on the corpus should give credit to the Centre for English Corpus Linguistics (CECL), Université catholique de Louvain, Belgium. A scanned copy or offprint of the publication should also be sent to <sylviane.granger@uclouvain.be>.
240
+
241
+ 3. No part of the corpus is to be distributed to a third party without specific authorization from CECL. The corpus can only be used by the person agreeing to the licence terms and researchers working in close collaboration with him/her or students under his/her supervision, attached to the same institution, within the framework of the research project.
242
+ ```
243
 
244
  ### Citation Information
245
 
 
264
 
265
  ### Contributions
266
 
267
+ Thanks to [@aseifert](https://github.com/aseifert) for adding this dataset.