Datasets:
GEM
/

Languages:
Italian
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
crowd-sourced
Source Datasets:
original
Tags:
License:
Sebastian Gehrmann commited on
Commit
dcce04e
1 Parent(s): 5b9b33a

data card.

Browse files
Files changed (1) hide show
  1. README.md +619 -0
README.md ADDED
@@ -0,0 +1,619 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowd-sourced
4
+ language_creators:
5
+ - unknown
6
+ languages:
7
+ - unknown
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - unknown
12
+ pretty_name: SIMPITIKI
13
+ size_categories:
14
+ - unknown
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - simplification
19
+ task_ids:
20
+ - unknown
21
+ ---
22
+
23
+ # Dataset Card for GEM/SIMPITIKI
24
+
25
+ ## Dataset Description
26
+
27
+ - **Homepage:** https://github.com/dhfbk/simpitiki
28
+ - **Repository:** https://github.com/dhfbk/simpitiki/tree/master/corpus
29
+ - **Paper:** http://ceur-ws.org/Vol-1749/paper52.pdf
30
+ - **Leaderboard:** N/A
31
+ - **Point of Contact:** Sara Tonelli
32
+
33
+ ### Link to Main Data Card
34
+
35
+ You can find the main data card on the [GEM Website](https://gem-benchmark.com/data_cards/SIMPITIKI).
36
+
37
+ ### Dataset Summary
38
+
39
+ SIMPITIKI is an Italian Simplification dataset. Its examples were selected from Italian Wikipedia such that their editing tracking descriptions contain any of the words "Simplified"/"Simplify"/"Simplification".
40
+
41
+ You can load the dataset via:
42
+ ```
43
+ import datasets
44
+ data = datasets.load_dataset('GEM/SIMPITIKI')
45
+ ```
46
+ The data loader can be found [here](https://huggingface.co/datasets/GEM/SIMPITIKI).
47
+
48
+ #### website
49
+ [Github](https://github.com/dhfbk/simpitiki)
50
+
51
+ #### paper
52
+ [Website](http://ceur-ws.org/Vol-1749/paper52.pdf)
53
+
54
+ #### authors
55
+ Sara Tonelli (Fondazione Bruno Kessler), Alessio Palmero Aprosio (Fondazione Bruno Kessler), Francesca Saltori (Fondazione Bruno Kessler)
56
+
57
+ ## Dataset Overview
58
+
59
+ ### Where to find the Data and its Documentation
60
+
61
+ #### Webpage
62
+
63
+ <!-- info: What is the webpage for the dataset (if it exists)? -->
64
+ <!-- scope: telescope -->
65
+ [Github](https://github.com/dhfbk/simpitiki)
66
+
67
+ #### Download
68
+
69
+ <!-- info: What is the link to where the original dataset is hosted? -->
70
+ <!-- scope: telescope -->
71
+ [Github](https://github.com/dhfbk/simpitiki/tree/master/corpus)
72
+
73
+ #### Paper
74
+
75
+ <!-- info: What is the link to the paper describing the dataset (open access preferred)? -->
76
+ <!-- scope: telescope -->
77
+ [Website](http://ceur-ws.org/Vol-1749/paper52.pdf)
78
+
79
+ #### BibTex
80
+
81
+ <!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
82
+ <!-- scope: microscope -->
83
+ ```
84
+ @article{tonelli2016simpitiki,
85
+ title={SIMPITIKI: a Simplification corpus for Italian},
86
+ author={Tonelli, Sara and Aprosio, Alessio Palmero and Saltori, Francesca},
87
+ journal={Proceedings of CLiC-it},
88
+ year={2016}
89
+ }
90
+ ```
91
+
92
+ #### Contact Name
93
+
94
+ <!-- quick -->
95
+ <!-- info: If known, provide the name of at least one person the reader can contact for questions about the dataset. -->
96
+ <!-- scope: periscope -->
97
+ Sara Tonelli
98
+
99
+ #### Contact Email
100
+
101
+ <!-- info: If known, provide the email of at least one person the reader can contact for questions about the dataset. -->
102
+ <!-- scope: periscope -->
103
+ satonelli@fbk.eu
104
+
105
+ #### Has a Leaderboard?
106
+
107
+ <!-- info: Does the dataset have an active leaderboard? -->
108
+ <!-- scope: telescope -->
109
+ no
110
+
111
+
112
+ ### Languages and Intended Use
113
+
114
+ #### Multilingual?
115
+
116
+ <!-- quick -->
117
+ <!-- info: Is the dataset multilingual? -->
118
+ <!-- scope: telescope -->
119
+ no
120
+
121
+ #### Covered Dialects
122
+
123
+ <!-- info: What dialects are covered? Are there multiple dialects per language? -->
124
+ <!-- scope: periscope -->
125
+ None
126
+
127
+ #### Covered Languages
128
+
129
+ <!-- quick -->
130
+ <!-- info: What languages/dialects are covered in the dataset? -->
131
+ <!-- scope: telescope -->
132
+ `Italian`
133
+
134
+ #### License
135
+
136
+ <!-- quick -->
137
+ <!-- info: What is the license of the dataset? -->
138
+ <!-- scope: telescope -->
139
+ cc-by-4.0: Creative Commons Attribution 4.0 International
140
+
141
+ #### Intended Use
142
+
143
+ <!-- info: What is the intended use of the dataset? -->
144
+ <!-- scope: microscope -->
145
+ The purpose of the dataset is to train NLG models to simplify complex text by learning different types of transformations (verb to noun, noun to verbs, deletion, insertion, etc)
146
+
147
+ #### Primary Task
148
+
149
+ <!-- info: What primary task does the dataset support? -->
150
+ <!-- scope: telescope -->
151
+ Simplification
152
+
153
+ #### Communicative Goal
154
+
155
+ <!-- quick -->
156
+ <!-- info: Provide a short description of the communicative goal of a model trained for this task on this dataset. -->
157
+ <!-- scope: periscope -->
158
+ This dataset aims to enhance research in text simplification in Italian language with different text transformations.
159
+
160
+
161
+ ### Credit
162
+
163
+ #### Curation Organization Type(s)
164
+
165
+ <!-- info: In what kind of organization did the dataset curation happen? -->
166
+ <!-- scope: telescope -->
167
+ `academic`, `independent`
168
+
169
+ #### Curation Organization(s)
170
+
171
+ <!-- info: Name the organization(s). -->
172
+ <!-- scope: periscope -->
173
+ Fondazione Bruno Kessler (FBK)
174
+
175
+ #### Dataset Creators
176
+
177
+ <!-- info: Who created the original dataset? List the people involved in collecting the dataset and their affiliation(s). -->
178
+ <!-- scope: microscope -->
179
+ Sara Tonelli (Fondazione Bruno Kessler), Alessio Palmero Aprosio (Fondazione Bruno Kessler), Francesca Saltori (Fondazione Bruno Kessler)
180
+
181
+ #### Funding
182
+
183
+ <!-- info: Who funded the data creation? -->
184
+ <!-- scope: microscope -->
185
+ EU Horizon 2020 Programme via the SIMPATICO Project (H2020-EURO-6-2015, n. 692819)
186
+
187
+ #### Who added the Dataset to GEM?
188
+
189
+ <!-- info: Who contributed to the data card and adding the dataset to GEM? List the people+affiliations involved in creating this data card and who helped integrate this dataset into GEM. -->
190
+ <!-- scope: microscope -->
191
+ Sebastien Montella (Orange Labs), Vipul Raheja (Grammarly Inc.)
192
+
193
+
194
+ ### Dataset Structure
195
+
196
+ #### Data Fields
197
+
198
+ <!-- info: List and describe the fields present in the dataset. -->
199
+ <!-- scope: telescope -->
200
+ Each sample comes with the following fields:
201
+
202
+ - `gem_id` (string): Unique sample ID
203
+ -`text` (string): The raw text to be simplified
204
+ -`simplified_text` (string): The simplified version of "text" field
205
+ -`transformation_type` (string): Nature of transformation applied to raw text in order to simplify it.
206
+ -`source_dataset` (string): Initial dataset source of sample. Values: 'itwiki' (for Italian Wikipedia) or 'tn' (manually annotated administrative documents from the Municipality of Trento, Italy)
207
+
208
+ #### Reason for Structure
209
+
210
+ <!-- info: How was the dataset structure determined? -->
211
+ <!-- scope: microscope -->
212
+ The dataset is organized as a pairs where the raw text (input) is associated with its simplified text (output). The editing transformation and the source dataset of each sample is also provided for advanced analysis.
213
+
214
+ #### How were labels chosen?
215
+
216
+ <!-- info: How were the labels chosen? -->
217
+ <!-- scope: microscope -->
218
+ SIMPITIKI dataset selects documents from Italian Wikipedia such that their editing tracking descriptions contain any of the words "Simplified"/"Simplify"/"Simplification". For the Public Administration domain of the documents of the Municipality of Trento (Italy)
219
+
220
+ #### Example Instance
221
+
222
+ <!-- info: Provide a JSON formatted example of a typical instance in the dataset. -->
223
+ <!-- scope: periscope -->
224
+ ```
225
+ {"transformation_id": 31, "transformation_type": "Transformation - Lexical Substitution (word level)", "source_dataset": "tn", "text": "- assenza per <del>e</del>si<del>genze</del> particolari attestate da relazione dei servizi sociali;", "simplified_text": "- assenza per <ins>bi</ins>s<ins>ogn</ins>i particolari attestati da relazione dei servizi sociali;"}
226
+ ```
227
+
228
+ #### Data Splits
229
+
230
+ <!-- info: Describe and name the splits in the dataset if there are more than one. -->
231
+ <!-- scope: periscope -->
232
+ Several splits are proposed to train models on different configurations:
233
+
234
+ -"train": Training samples randomly selected from initial corpus. 816 training samples.
235
+ -"validation": Validating samples randomly selected from initial corpus. 174 validating samples.
236
+ -"test": Testing samples randomly selected from initial corpus. 176 validating samples.
237
+ -"challenge_seen_transformations_train": This training challenge split includes specific transformations to simplify the raw text. Precisely, transformations are "Split", "Merge", "Reordering", "Insert - Verb", "Insert - Other", "Delete - Verb", "Delete - Other", "Transformation - Lexical Substitution (word level)", "Transformation - Anaphoric replacement", "Transformation - Noun to Verb", "Transformation - Verbal Features". 562 training samples.
238
+ -"challenge_seen_transformations_val": This validating challenge split includes same transformations than the ones observed in training. Precisely, transformations are "Split", "Merge", "Reordering", "Insert - Verb", "Insert - Other", "Delete - Verb", "Delete - Other", "Transformation - Lexical Substitution (word level)", "Transformation - Anaphoric replacement", "Transformation - Noun to Verb", "Transformation - Verbal Features". 121 validating samples.
239
+ -"challenge_seen_transformations_test": This testing challenge split includes same transformations than the ones observed in training. Precisely, transformations are "Split", "Merge", "Reordering", "Insert - Verb", "Insert - Other", "Delete - Verb", "Delete - Other", "Transformation - Lexical Substitution (word level)", "Transformation - Anaphoric replacement", "Transformation - Noun to Verb", "Transformation - Verbal Features". 127 testing samples.
240
+ -"challenge_unseen_transformations_test" : "Insert - Subject", "Delete - Subject", "Transformation - Lexical Substitution (phrase level)", "Transformation - Verb to Noun (nominalization)", "Transformation - Verbal Voice". 356 testing samples.
241
+ -"challenge_itwiki_train": This challenge split includes random samples from the Italian Wikipedia as source dataset. 402 training samples.
242
+ -"challenge_itwiki_val": This validating challenge split includes random samples from the Italian Wikipedia as source dataset. 86 validating samples.
243
+ -"challenge_itwiki_test": This testing challenge split includes random samples from the Italian Wikipedia as source dataset. 87 testing samples.
244
+ -"challenge_tn_test": This testing challenge split includes all samples from the Municipality of Trento administrative documents ('tn') as source dataset. 591 testing samples.
245
+
246
+
247
+
248
+
249
+
250
+ #### Splitting Criteria
251
+
252
+ <!-- info: Describe any criteria for splitting the data, if used. If there are differences between the splits (e.g., if the training annotations are machine-generated and the dev and test ones are created by humans, or if different numbers of annotators contributed to each example), describe them here. -->
253
+ <!-- scope: microscope -->
254
+ The training ratio is set to 0.7. The validation and test somehow equally divide the remaining 30% of the dataset.
255
+
256
+
257
+
258
+ ## Dataset in GEM
259
+
260
+ ### Rationale for Inclusion in GEM
261
+
262
+ #### Why is the Dataset in GEM?
263
+
264
+ <!-- info: What does this dataset contribute toward better generation evaluation and why is it part of GEM? -->
265
+ <!-- scope: microscope -->
266
+ This dataset promotes Simplification task for Italian language.
267
+
268
+ #### Similar Datasets
269
+
270
+ <!-- info: Do other datasets for the high level task exist? -->
271
+ <!-- scope: telescope -->
272
+ no
273
+
274
+ #### Ability that the Dataset measures
275
+
276
+ <!-- info: What aspect of model ability can be measured with this dataset? -->
277
+ <!-- scope: periscope -->
278
+ Models can be evaluated if they can simplify text regarding different simplification transformations.
279
+
280
+
281
+ ### GEM-Specific Curation
282
+
283
+ #### Modificatied for GEM?
284
+
285
+ <!-- info: Has the GEM version of the dataset been modified in any way (data, processing, splits) from the original curated data? -->
286
+ <!-- scope: telescope -->
287
+ yes
288
+
289
+ #### Additional Splits?
290
+
291
+ <!-- info: Does GEM provide additional splits to the dataset? -->
292
+ <!-- scope: telescope -->
293
+ yes
294
+
295
+ #### Split Information
296
+
297
+ <!-- info: Describe how the new splits were created -->
298
+ <!-- scope: periscope -->
299
+ The SIMPITIKI dataset provides a single file. Several splits are proposed to train models on different configurations:
300
+ -"train": Training samples randomly selected from initial corpus. 816 training samples.
301
+ -"validation": Validating samples randomly selected from initial corpus. 174 validating samples.
302
+ -"test": Testing samples randomly selected from initial corpus. 176 validating samples.
303
+ -"challenge_seen_transformations_train": This training challenge split includes specific transformations to simplify the raw text. Precisely, transformations are "Split", "Merge", "Reordering", "Insert - Verb", "Insert - Other", "Delete - Verb", "Delete - Other", "Transformation - Lexical Substitution (word level)", "Transformation - Anaphoric replacement", "Transformation - Noun to Verb", "Transformation - Verbal Features". 562 training samples.
304
+ -"challenge_seen_transformations_val": This validating challenge split includes same transformations than the ones observed in training. Precisely, transformations are "Split", "Merge", "Reordering", "Insert - Verb", "Insert - Other", "Delete - Verb", "Delete - Other", "Transformation - Lexical Substitution (word level)", "Transformation - Anaphoric replacement", "Transformation - Noun to Verb", "Transformation - Verbal Features". 121 validating samples.
305
+ -"challenge_seen_transformations_test": This testing challenge split includes same transformations than the ones observed in training. Precisely, transformations are "Split", "Merge", "Reordering", "Insert - Verb", "Insert - Other", "Delete - Verb", "Delete - Other", "Transformation - Lexical Substitution (word level)", "Transformation - Anaphoric replacement", "Transformation - Noun to Verb", "Transformation - Verbal Features". 127 testing samples.
306
+ -"challenge_unseen_transformations_test" : "Insert - Subject", "Delete - Subject", "Transformation - Lexical Substitution (phrase level)", "Transformation - Verb to Noun (nominalization)", "Transformation - Verbal Voice". 356 testing samples.
307
+ -"challenge_itwiki_train": This challenge split includes random samples from the Italian Wikipedia as source dataset. 402 training samples.
308
+ -"challenge_itwiki_val": This validating challenge split includes random samples from the Italian Wikipedia as source dataset. 86 validating samples.
309
+ -"challenge_itwiki_test": This testing challenge split includes random samples from the Italian Wikipedia as source dataset. 87 testing samples.
310
+ -"challenge_tn_test": This testing challenge split includes all samples from the Municipality of Trento administrative documents ('tn') as source dataset. 591 testing samples.
311
+
312
+
313
+
314
+
315
+
316
+ #### Split Motivation
317
+
318
+ <!-- info: What aspects of the model's generation capacities were the splits created to test? -->
319
+ <!-- scope: periscope -->
320
+ The splits allows to investigate the generalization of models regarding editing/transformations ("challenge_seen_transformations_test" / "challenge_unseen_transformations_test") and for transfer learning to different domain ("challenge_tn_test")
321
+
322
+
323
+ ### Getting Started with the Task
324
+
325
+ #### Pointers to Resources
326
+
327
+ <!-- info: Getting started with in-depth research on the task. Add relevant pointers to resources that researchers can consult when they want to get started digging deeper into the task. -->
328
+ <!-- scope: microscope -->
329
+ - Coster and Kauchak, Simple English Wikipedia: A New Text Simplification Task, Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics, pages 665–669, Portland, Oregon, June 19-24, 2011
330
+ - Xu et al, Optimizing Statistical Machine Translation for Text Simplification, Transactions of the Association for Computational Linguistics, vol. 4, pp. 401–415, 2016
331
+ - Aprosio et al, Neural Text Simplification in Low-Resource Conditions Using Weak Supervision, Proceedings of the Workshop on Methods for Optimizing and Evaluating Neural Language Generation (NeuralGen), pages 37–44, Minneapolis, Minnesota, USA, June 6, 2019
332
+
333
+
334
+ #### Technical Terms
335
+
336
+ <!-- info: Technical terms used in this card and the dataset and their definitions -->
337
+ <!-- scope: microscope -->
338
+ Simplification: Process that consists in transforming an input text to its simplified version.
339
+
340
+
341
+
342
+
343
+ ## Previous Results
344
+
345
+ ### Previous Results
346
+
347
+ #### Measured Model Abilities
348
+
349
+ <!-- info: What aspect of model ability can be measured with this dataset? -->
350
+ <!-- scope: telescope -->
351
+ The splits allows to investigate the generalization of models regarding editing/transformations ("challenge_seen_transformations_test" / "challenge_unseen_transformations_test") and for transfer learning to different domain ("challenge_tn_test")
352
+
353
+ #### Metrics
354
+
355
+ <!-- info: What metrics are typically used for this task? -->
356
+ <!-- scope: periscope -->
357
+ `BLEU`, `Other: Other Metrics`
358
+
359
+ #### Other Metrics
360
+
361
+ <!-- info: Definitions of other metrics -->
362
+ <!-- scope: periscope -->
363
+ FKBLEU (https://aclanthology.org/Q16-1029.pdf): Combines Flesch-Kincaid Index and iBLEU metrics.
364
+ SARI (https://aclanthology.org/Q16-1029.pdf): Compares system output against references and against the input sentence. It explicitly measures the goodness of words that are added, deleted and kept by the systems
365
+ Word-level F1
366
+
367
+
368
+
369
+ #### Previous results available?
370
+
371
+ <!-- info: Are previous results available? -->
372
+ <!-- scope: telescope -->
373
+ no
374
+
375
+
376
+
377
+ ## Dataset Curation
378
+
379
+ ### Original Curation
380
+
381
+ #### Original Curation Rationale
382
+
383
+ <!-- info: Original curation rationale -->
384
+ <!-- scope: telescope -->
385
+ Most of the resources for Text Simplification are in English. To stimulate research to different languages, SIMPITIKI proposes an Italian corpus with Complex-Simple sentence pairs.
386
+
387
+ #### Communicative Goal
388
+
389
+ <!-- info: What was the communicative goal? -->
390
+ <!-- scope: periscope -->
391
+ Text simplification allows a smooth reading of text to enhance understanding.
392
+
393
+ #### Sourced from Different Sources
394
+
395
+ <!-- info: Is the dataset aggregated from different data sources? -->
396
+ <!-- scope: telescope -->
397
+ yes
398
+
399
+ #### Source Details
400
+
401
+ <!-- info: List the sources (one per line) -->
402
+ <!-- scope: periscope -->
403
+ Italian Wikipedia
404
+ (Manually) Annotated administrative documents from the Municipality of Trento, Italy
405
+
406
+
407
+ ### Language Data
408
+
409
+ #### How was Language Data Obtained?
410
+
411
+ <!-- info: How was the language data obtained? -->
412
+ <!-- scope: telescope -->
413
+ `Found`
414
+
415
+ #### Where was it found?
416
+
417
+ <!-- info: If found, where from? -->
418
+ <!-- scope: telescope -->
419
+ `Single website`, `Offline media collection`
420
+
421
+ #### Language Producers
422
+
423
+ <!-- info: What further information do we have on the language producers? -->
424
+ <!-- scope: microscope -->
425
+ SIMPITIKI is a combination of documents from Italian Wikipedia and from the Municipality of Trento, Italy.
426
+
427
+
428
+ #### Topics Covered
429
+
430
+ <!-- info: Does the language in the dataset focus on specific topics? How would you describe them? -->
431
+ <!-- scope: periscope -->
432
+ Samples from documents from the Municipality of Trento corpus are in the administrative domain.
433
+
434
+ #### Data Validation
435
+
436
+ <!-- info: Was the text validated by a different worker or a data curator? -->
437
+ <!-- scope: telescope -->
438
+ validated by data curator
439
+
440
+ #### Was Data Filtered?
441
+
442
+ <!-- info: Were text instances selected or filtered? -->
443
+ <!-- scope: telescope -->
444
+ not filtered
445
+
446
+
447
+ ### Structured Annotations
448
+
449
+ #### Additional Annotations?
450
+
451
+ <!-- quick -->
452
+ <!-- info: Does the dataset have additional annotations for each instance? -->
453
+ <!-- scope: telescope -->
454
+ crowd-sourced
455
+
456
+ #### Number of Raters
457
+
458
+ <!-- info: What is the number of raters -->
459
+ <!-- scope: telescope -->
460
+ unknown
461
+
462
+ #### Rater Qualifications
463
+
464
+ <!-- info: Describe the qualifications required of an annotator. -->
465
+ <!-- scope: periscope -->
466
+ Native speaker
467
+
468
+ #### Raters per Training Example
469
+
470
+ <!-- info: How many annotators saw each training example? -->
471
+ <!-- scope: periscope -->
472
+ 0
473
+
474
+ #### Raters per Test Example
475
+
476
+ <!-- info: How many annotators saw each test example? -->
477
+ <!-- scope: periscope -->
478
+ 0
479
+
480
+ #### Annotation Service?
481
+
482
+ <!-- info: Was an annotation service used? -->
483
+ <!-- scope: telescope -->
484
+ unknown
485
+
486
+ #### Annotation Values
487
+
488
+ <!-- info: Purpose and values for each annotation -->
489
+ <!-- scope: microscope -->
490
+ Annotators specified any of the tags as designed by Brunato et al. (https://aclanthology.org/W15-1604/):
491
+ -Split: Splitting a clause into two clauses.
492
+ -Merge: Merge two or more clauses together.
493
+ -Reordering: Word order changes.
494
+ -Insert: Insertion of words or phrases that provide supportive information to the original sentence
495
+ -Delete: dropping redundant information.
496
+ -Transformation: Modification which can affect the sentence at the lexical, morpho-syntactic and syntactic level: Lexical substitution (word level) / Lexical substitution (phrase level) / Anaphoric replacement / Noun to Verb / Verb to Noun / Verbal voice / Verbal features/ morpho–syntactic and syntactic level, also giving rise to overlapping phenomena
497
+
498
+
499
+
500
+ #### Any Quality Control?
501
+
502
+ <!-- info: Quality control measures? -->
503
+ <!-- scope: telescope -->
504
+ unknown
505
+
506
+
507
+ ### Consent
508
+
509
+ #### Any Consent Policy?
510
+
511
+ <!-- info: Was there a consent policy involved when gathering the data? -->
512
+ <!-- scope: telescope -->
513
+ no
514
+
515
+ #### Justification for Using the Data
516
+
517
+ <!-- info: If not, what is the justification for reusing the data? -->
518
+ <!-- scope: microscope -->
519
+ The dataset is available online under the CC-BY 4.0 license.
520
+
521
+
522
+ ### Private Identifying Information (PII)
523
+
524
+ #### Contains PII?
525
+
526
+ <!-- quick -->
527
+ <!-- info: Does the source language data likely contain Personal Identifying Information about the data creators or subjects? -->
528
+ <!-- scope: telescope -->
529
+ likely
530
+
531
+ #### Categories of PII
532
+
533
+ <!-- info: What categories of PII are present or suspected in the data? -->
534
+ <!-- scope: periscope -->
535
+ `generic PII`
536
+
537
+ #### Any PII Identification?
538
+
539
+ <!-- info: Did the curators use any automatic/manual method to identify PII in the dataset? -->
540
+ <!-- scope: periscope -->
541
+ no identification
542
+
543
+
544
+ ### Maintenance
545
+
546
+ #### Any Maintenance Plan?
547
+
548
+ <!-- info: Does the original dataset have a maintenance plan? -->
549
+ <!-- scope: telescope -->
550
+ no
551
+
552
+
553
+
554
+ ## Broader Social Context
555
+
556
+ ### Previous Work on the Social Impact of the Dataset
557
+
558
+ #### Usage of Models based on the Data
559
+
560
+ <!-- info: Are you aware of cases where models trained on the task featured in this dataset ore related tasks have been used in automated systems? -->
561
+ <!-- scope: telescope -->
562
+ no
563
+
564
+
565
+ ### Impact on Under-Served Communities
566
+
567
+ #### Addresses needs of underserved Communities?
568
+
569
+ <!-- info: Does this dataset address the needs of communities that are traditionally underserved in language technology, and particularly language generation technology? Communities may be underserved for exemple because their language, language variety, or social or geographical context is underepresented in NLP and NLG resources (datasets and models). -->
570
+ <!-- scope: telescope -->
571
+ yes
572
+
573
+ #### Details on how Dataset Addresses the Needs
574
+
575
+ <!-- info: Describe how this dataset addresses the needs of underserved communities. -->
576
+ <!-- scope: microscope -->
577
+ The creator of SIMPITIKI wants to promote text simplification for Italian because few resources are available in other languages than English.
578
+
579
+
580
+ ### Discussion of Biases
581
+
582
+ #### Any Documented Social Biases?
583
+
584
+ <!-- info: Are there documented social biases in the dataset? Biases in this context are variations in the ways members of different social categories are represented that can have harmful downstream consequences for members of the more disadvantaged group. -->
585
+ <!-- scope: telescope -->
586
+ unsure
587
+
588
+
589
+
590
+ ## Considerations for Using the Data
591
+
592
+ ### PII Risks and Liability
593
+
594
+
595
+
596
+ ### Licenses
597
+
598
+ #### Copyright Restrictions on the Dataset
599
+
600
+ <!-- info: Based on your answers in the Intended Use part of the Data Overview Section, which of the following best describe the copyright and licensing status of the dataset? -->
601
+ <!-- scope: periscope -->
602
+ `research use only`
603
+
604
+ #### Copyright Restrictions on the Language Data
605
+
606
+ <!-- info: Based on your answers in the Language part of the Data Curation Section, which of the following best describe the copyright and licensing status of the underlying language data? -->
607
+ <!-- scope: periscope -->
608
+ `research use only`
609
+
610
+
611
+ ### Known Technical Limitations
612
+
613
+ #### Discouraged Use Cases
614
+
615
+ <!-- info: What are some discouraged use cases of a model trained to maximize the proposed metrics on this dataset? In particular, think about settings where decisions made by a model that performs reasonably well on the metric my still have strong negative consequences for user or members of the public. -->
616
+ <!-- scope: microscope -->
617
+ The risk of surface-based metrics (BLEU, chrf++, etc) for this task is that semantic adequacy is not respected when simplifying the input document.
618
+
619
+