Datasets:
GEM
/

Tasks:
Other
Languages:
Finnish
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
expert-created
Source Datasets:
original
License:
Sebastian Gehrmann commited on
Commit
0b63f0f
1 Parent(s): 1704091

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +397 -0
README.md ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Dataset Overview
2
+
3
+ ### Where to find the data and its documentation
4
+
5
+ #### What is the webpage for the dataset (if it exists)?
6
+
7
+ https://turkunlp.org/paraphrase.html
8
+
9
+ #### What is the link to where the original dataset is hosted?
10
+
11
+ https://github.com/TurkuNLP/Turku-paraphrase-corpus
12
+
13
+ #### What is the link to the paper describing the dataset (open access preferred)?
14
+
15
+ https://aclanthology.org/2021.nodalida-main.29/
16
+
17
+ #### Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex.
18
+
19
+ ```
20
+ @inproceedings{kanerva-etal-2021-finnish,
21
+ title = {Finnish Paraphrase Corpus},
22
+ author = {Kanerva, Jenna and Ginter, Filip and Chang, Li-Hsin and Rastas, Iiro and Skantsi, Valtteri and Kilpel{\"a}inen, Jemina and Kupari, Hanna-Mari and Saarni, Jenna and Sev{\'o}n, Maija and Tarkka, Otto},
23
+ booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa'21)},
24
+ year = {2021},
25
+ publisher = {Link{\"o}ping University Electronic Press, Sweden},
26
+ url = {https://aclanthology.org/2021.nodalida-main.29},
27
+ pages = {288--298}
28
+ }
29
+ ```
30
+
31
+ @inproceedings{kanerva-etal-2021-finnish,
32
+ title = {Finnish Paraphrase Corpus},
33
+ author = {Kanerva, Jenna and Ginter, Filip and Chang, Li-Hsin and Rastas, Iiro and Skantsi, Valtteri and Kilpel{\"a}inen, Jemina and Kupari, Hanna-Mari and Saarni, Jenna and Sev{\'o}n, Maija and Tarkka, Otto},
34
+ booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa'21)},
35
+ year = {2021},
36
+ publisher = {Link{\"o}ping University Electronic Press, Sweden},
37
+ url = {https://aclanthology.org/2021.nodalida-main.29},
38
+ pages = {288--298}
39
+ }
40
+
41
+ #### If known, provide the name of at least one person the reader can contact for questions about the dataset.
42
+
43
+ Jenna Kanerva, Filip Ginter
44
+
45
+ #### If known, provide the email of at least one person the reader can contact for questions about the dataset.
46
+
47
+ jmnybl@utu.fi, figint@utu.fi
48
+
49
+ #### Does the dataset have an active leaderboard?
50
+
51
+ no
52
+
53
+ ### Languages and Intended Use
54
+
55
+ #### Is the dataset multilingual?
56
+
57
+ no
58
+
59
+ #### What dialects are covered? Are there multiple dialects per language?
60
+
61
+ written standard language, spoken language
62
+
63
+ #### What languages/dialects are covered in the dataset?
64
+
65
+ Finnish
66
+
67
+ #### What is the license of the dataset?
68
+
69
+ cc-by-sa-4.0: Creative Commons Attribution Share Alike 4.0 International
70
+
71
+ #### What is the intended use of the dataset?
72
+
73
+ Paraphrase classification, paraphrase generation
74
+
75
+ #### What primary task does the dataset support?
76
+
77
+ Paraphrasing
78
+
79
+ #### Provide a short description of the communicative goal of a model trained for this task on this dataset.
80
+
81
+ The corpus provides naturally occurring Finnish paraphrases striving for low lexical overlap, thus supporting many different downstream applications requiring language understanding.
82
+
83
+ ### Credit
84
+
85
+ #### In what kind of organization did the dataset curation happen?
86
+
87
+ academic
88
+
89
+ #### Name the organization(s).
90
+
91
+ University of Turku
92
+
93
+ #### Who created the original dataset? List the people involved in collecting the dataset and their affiliation(s).
94
+
95
+ Jenna Kanerva, Filip Ginter, Li-Hsin Chang, Iiro Rastas, Valtteri Skantsi, Jemina Kilpeläinen, Hanna-Mari Kupari, Aurora Piirto, Jenna Saarni, Maija Sevón, Otto Tarkka (TurkuNLP / University of Turku)
96
+
97
+ #### Who funded the data creation?
98
+
99
+ The Turku paraphrase corpus project was funded by the Academy of Finland, as well as the European Language Grid project through its open call for pilot projects. The European Language Grid project has received funding from the European Union’s Horizon 2020 Research and Innovation programme under Grant Agreement no. 825627 (ELG).
100
+
101
+ #### 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.
102
+
103
+ Jenna Kanerva, Filip Ginter (TurkuNLP / University of Turku)
104
+
105
+ ### Structure
106
+
107
+ #### List and describe the fields present in the dataset.
108
+
109
+ The dataset consist of pairs of text passages, where a typical passage is about a sentence long, however, a passage may also be longer or shorter than a sentence. Thus, each example include two text passages (string), a manually annotated label to indicate the paraphrase type (string), and additional metadata.
110
+
111
+ The dataset include three different `modes`, plain, classification, and generation. The `plain` mode loads the original data without any additional preprocessing or transformations, while the `classification` mode directly builds the data in a form suitable for training a paraphrase classifier, where each example is doubled in the data with different directions (text1, text2, label) --> (text2, text1, label) taking care of the label flipping as well if needed (paraphrases with directionality flag < or >). In the `generation` mode, the examples are preprocessed to be directly suitable for paraphrase generation task. In here, paraphrases not suitable for generation are discarded (negative, and highly context-dependent paraphrases), and directional paraphrases are provided so that the generation goes from more detailed passage to the more general one in order to prevent model hallucination (i.e. model learning to introduce new information). The rest of the paraphrases are provided in both directions (text1, text2, label) --> (text2, text1, label).
112
+
113
+
114
+ Each pair in `plain` and `classification` mode will include fields:
115
+
116
+ `gem_id`: Identifier of the paraphrase pair (string)
117
+ `goeswith`: Identifier of the document from which the paraphrase was extracted, can be `not available` in case the source of the paraphrase is not from document-structured data (string)
118
+ `fold`: 0-99, data split into 100 parts respecting document boundaries, you can use this e.g. to implement crossvalidation safely as all paraphrases from one document are in one fold (int)
119
+ `text1`: First paraphrase passage (string)
120
+ `text2`: Second paraphrase passage (string)
121
+ `label`: Manually annotated labels (string)
122
+ `binary_label`: Label turned into binary with values `positive` (paraphrase) and `negative` (not-paraphrase) (string)
123
+ `is_rewrite`: Indicator whether the example is human produced rewrite or naturally occurring paraphrase (bool)
124
+
125
+ Each pair in `generation` mode will include the same fields expect `text1` and `text2` are renamed to `input` and `output` in order to indicate the generation direction. Thus the fields are:
126
+
127
+ `gem_id`: Identifier of the paraphrase pair (string)
128
+ `goeswith`: Identifier of the document from which the paraphrase was extracted, can be `not available` in case the source of the paraphrase is not from document-structured data (string)
129
+ `fold`: 0-99, data split into 100 parts respecting document boundaries, you can use this e.g. to implement crossvalidation safely as all paraphrases from one document are in one fold (int)
130
+ `input`: The input paraphrase passage for generation (string)
131
+ `output`: The output paraphrase passage for generation (string)
132
+ `label`: Manually annotated labels (string)
133
+ `binary_label`: Label turned into binary with values `positive` (paraphrase) and `negative` (not-paraphrase) (string)
134
+ `is_rewrite`: Indicator whether the example is human produced rewrite or naturally occurring paraphrase (bool)
135
+
136
+ #### Provide a JSON formatted example of a typical instance in the dataset.
137
+
138
+ ```json
139
+ {
140
+ 'gem_id': 'gem-turku_paraphrase_corpus-train-15',
141
+ 'goeswith': 'episode-02243',
142
+ 'fold': 0,
143
+ 'text1': 'Mitä merkitystä sillä on?',
144
+ 'text2': 'Mitä väliä sillä edes on?',
145
+ 'label': '4',
146
+ 'binary_label': 'positive',
147
+ 'is_rewrite': False
148
+ }
149
+ ```
150
+
151
+ {
152
+ 'gem_id': 'gem-turku_paraphrase_corpus-train-15',
153
+ 'goeswith': 'episode-02243',
154
+ 'fold': 0,
155
+ 'text1': 'Mitä merkitystä sillä on?',
156
+ 'text2': 'Mitä väliä sillä edes on?',
157
+ 'label': '4',
158
+ 'binary_label': 'positive',
159
+ 'is_rewrite': False
160
+ }
161
+
162
+ #### Describe and name the splits in the dataset if there are more than one.
163
+
164
+ The corpus include 3 splits: train, validation, and test.
165
+
166
+ #### 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.
167
+
168
+ The data is split randomly into the three section with a restriction of all paraphrases from the same document (movie, TV episode, news article, student translation, or exam question) being in the same section. All splits are manually annotated.
169
+
170
+ ## Dataset in GEM
171
+
172
+ ### Rationale
173
+
174
+ #### What does this dataset contribute toward better generation evaluation and why is it part of GEM?
175
+
176
+ This dataset provides a large amount of high quality (manually collected and verified) paraphrases for Finnish.
177
+
178
+ #### Do other datasets for the high level task exist?
179
+
180
+ yes
181
+
182
+ #### Does this dataset cover other languages than other datasets for the same task?
183
+
184
+ no
185
+
186
+ #### What aspect of model ability can be measured with this dataset?
187
+
188
+ natural language understanding, language variation
189
+
190
+ ### GEM Additional Curation
191
+
192
+ #### Has the GEM version of the dataset been modified in any way (data, processing, splits) from the original curated data?
193
+
194
+ yes
195
+
196
+ #### What changes have been made to he original dataset?
197
+
198
+ data points modified
199
+
200
+ #### For each of these changes, described them in more details and provided the intended purpose of the modification
201
+
202
+ Data structure is slightly simplified, and the release provides ready made transformations into two tasks (paraphrase classification and generation), where some data instances are doubled with different direction, and some are discarded as not being suitable for generation (e.g. negatives).
203
+
204
+ #### Does GEM provide additional splits to the dataset?
205
+
206
+ no
207
+
208
+ ### Getting Started
209
+
210
+ ## Previous Results
211
+
212
+ ### Previous Results
213
+
214
+ #### What aspect of model ability can be measured with this dataset?
215
+
216
+ natural language understanding, language variation
217
+
218
+ #### Are previous results available?
219
+
220
+ yes
221
+
222
+ #### What evaluation approaches have others used?
223
+
224
+ F-score in paraphrase classification
225
+
226
+ ## Dataset Curation
227
+
228
+ ### Original Curation
229
+
230
+ #### Original curation rationale
231
+
232
+ The dataset is fully manually annotated. The dataset strives for interesting paraphrases with low lexical overlap, thus the annotation is two fold. First the paraphrases are manually extracted from two related documents, where the annotators are instructed to extract only interesting paraphrases. In the second phrase, all extracted paraphrases are manually labeled given the annotation scheme.
233
+
234
+ The annotation scheme is:
235
+ 4 : paraphrase in all reasonably possible contexts
236
+ 3 : paraphrase in the given document contexts, but not in general
237
+ 2 : related but not paraphrase
238
+ During annotation also labels 1 (unrelated) and x (skip, e.g. wrong language) were used, however, the insignificant amount of examples annotated with these labels were discarded from the released corpus.
239
+
240
+ The following flags are annotated to label 4 paraphrases:
241
+ < : txt1 is more general than txt2; txt2 is more specific than txt1 (directional paraphrase where txt2 can be replaced with txt1 in all contexts but not to the other direction)
242
+ > : txt2 is more general than txt1; txt1 is more specific than txt2 (directional paraphrase where txt1 can be replaced with txt2 in all contexts but not to the other direction)
243
+ i : minor traceable difference (differing in terms of grammatical number or case, 'this' vs 'that', etc.)
244
+ s : style or strength difference (e.g. equivalent meaning, but one of the statements substantially more colloquial than the other)
245
+
246
+ For paraphrases where the annotated label was something else than label 4 without any flags, the annotators had an option to rewrite the text passages so that the rewritten paraphrase pair formed label 4 (universal) paraphrase. This was used for cases where simple edit would turn e.g. contextual or directional paraphrase into universal one. For the rewritten examples, both the original and the rewritten pairs are available with corresponding labels annotated.
247
+
248
+ #### What was the communicative goal?
249
+
250
+ Representing text passages with identical meaning but different surface realization.
251
+
252
+ #### Is the dataset aggregated from different data sources?
253
+
254
+ yes
255
+
256
+ #### List the sources (one per line)
257
+
258
+ movie and TV series subtitles (82%)
259
+ news articles (9%)
260
+ discussion forum messages (8%)
261
+ university translation exercises (1%)
262
+ university course essays and exams (<1%)
263
+
264
+ ### Language Data
265
+
266
+ #### How was the language data obtained?
267
+
268
+ Found Other
269
+
270
+ #### If found, where from?
271
+
272
+ Multiple websites Offline media collection Other
273
+
274
+ #### What further information do we have on the language producers?
275
+
276
+ The movie and TV series subtitles are extracted from OPUS OpenSubtitles2018 collection, which is based on data from http://www.opensubtitles.org/.
277
+ The news articles are collected from two Finnish news sites, YLE and HS, during years 2017-2020.
278
+ Discussion forum messages are obtained from the Finnish Suomi24 discussion forum released for academic use (http://urn.fi/urn:nbn:fi:lb-2020021801).
279
+ University translation exercises, essays and exams are collected during the project.
280
+
281
+ #### Was the text validated by a different worker or a data curator?
282
+
283
+ validated by data curator
284
+
285
+ #### Were text instances selected or filtered?
286
+
287
+ not filtered
288
+
289
+ ### Structured Annotations
290
+
291
+ #### Does the dataset have additional annotations for each instance?
292
+
293
+ expert created
294
+
295
+ #### What is the number of raters
296
+
297
+ 2<n<10
298
+
299
+ #### Describe the qualifications required of an annotator.
300
+
301
+ Members of the TurkuNLP research group, native speakers of Finnish, each annotator has a strong background in language studies by having an academic degree or ongoing studies in a field related to languages or linguistics.
302
+
303
+ #### How many annotators saw each training example?
304
+
305
+ 1
306
+
307
+ #### How many annotators saw each test example?
308
+
309
+ 1
310
+
311
+ #### Was an annotation service used?
312
+
313
+ no
314
+
315
+ #### Purpose and values for each annoation
316
+
317
+ 1. Manual extraction of interesting paraphrases from two related documents.
318
+ 2. Manual labeling of each extracted paraphrase based on the given annotation scheme, e.g. distinguishing contextual and universal paraphrases, marking style or strength differences, etc.
319
+
320
+ #### Quality control measures?
321
+
322
+ validated by another rater
323
+
324
+ #### Describe the quality control measures that were taken.
325
+
326
+ Partial double annotation, double annotation batches are assigned regularly in order to monitor annotation consistency. In double annotation, one annotator first extracts the candidate paraphrases, and these candidates are assigned to two different annotators, who does the label annotation independently from each other. Afterwards, the label annotations are merged, and conflicting labels are resolved together with the whole annotation team.
327
+
328
+ ### Consent
329
+
330
+ #### Was there a consent policy involved when gathering the data?
331
+
332
+ yes
333
+
334
+ #### What was the consent policy?
335
+
336
+ The corpus is mostly based on public/open data. For other data sources (student material), the licensing was agreed with the data providers during the collection.
337
+
338
+ ### Private Identifying Information (PII)
339
+
340
+ #### Does the source language data likely contain Personal Identifying Information about the data creators or subjects?
341
+
342
+ likely
343
+
344
+ #### What categories of PII are present or suspected in the data?
345
+
346
+ generic PII
347
+
348
+ #### Did the curators use any automatic/manual method to identify PII in the dataset?
349
+
350
+ no identification
351
+
352
+ ### Maintenance
353
+
354
+ #### Does the original dataset have a maintenance plan?
355
+
356
+ no
357
+
358
+ ## Broader Social Context
359
+
360
+ ### Previous Work on the Social Impact of the Dataset
361
+
362
+ #### Are you aware of cases where models trained on the task featured in this dataset ore related tasks have been used in automated systems?
363
+
364
+ no
365
+
366
+ ### Impact on Under-Served Communities
367
+
368
+ #### 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).
369
+
370
+ no
371
+
372
+ ### Discussion of Biases
373
+
374
+ #### 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.
375
+
376
+ no
377
+
378
+ ## Considerations for Using the Data
379
+
380
+ ### PII Risks and Liability
381
+
382
+ #### Considering your answers to the PII part of the Data Curation Section, describe any potential privacy to the data subjects and creators risks when using the dataset.
383
+
384
+ None
385
+
386
+ ### Licenses
387
+
388
+ #### 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?
389
+
390
+ open license - commercial use allowed
391
+
392
+ #### 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?
393
+
394
+ open license - commercial use allowed
395
+
396
+ ### Known Technical Limitations
397
+