rstodden commited on
Commit
a4798c6
·
1 Parent(s): c7b4b92

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +159 -0
README.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text2text-generation
4
+ task_ids:
5
+ - text-simplification
6
+ language:
7
+ - de
8
+ size_categories:
9
+ - 1K<n<10K
10
+ pretty_name: DEplain-web
11
+ configs:
12
+ - simplification
13
+ multilinguality:
14
+ - monolingual
15
+ ---
16
+
17
+ # Dataset Card for DEplain-web
18
+
19
+ ## Table of Contents
20
+ - [Dataset Description](#dataset-description)
21
+ - [Dataset Summary](#dataset-summary)
22
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
23
+ - [Languages](#languages)
24
+ - [Dataset Structure](#dataset-structure)
25
+ - [Data Instances](#data-instances)
26
+ - [Data Fields](#data-fields)
27
+ - [Data Splits](#data-splits)
28
+ - [Dataset Creation](#dataset-creation)
29
+ - [Curation Rationale](#curation-rationale)
30
+ - [Source Data](#source-data)
31
+ - [Annotations](#annotations)
32
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
33
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
34
+ - [Social Impact of Dataset](#social-impact-of-dataset)
35
+ - [Discussion of Biases](#discussion-of-biases)
36
+ - [Other Known Limitations](#other-known-limitations)
37
+ - [Additional Information](#additional-information)
38
+ - [Dataset Curators](#dataset-curators)
39
+ - [Licensing Information](#licensing-information)
40
+ - [Citation Information](#citation-information)
41
+ - [Contributions](#contributions)
42
+
43
+ ## Dataset Description
44
+
45
+ - **Repository:** [DEplain-web GitLab repository]()
46
+ - **Paper:** [DEplain: ]()
47
+ - **Point of Contact:** [Regina Stodden]([email protected])
48
+
49
+ ### Dataset Summary
50
+
51
+ [DEplain-web](https://github.com) [(Stodden et al., 2023)]() is a dataset for the evaluation of sentence and document simplification in German. All texts of this dataset are scraped from the web. All documents were licenced with an open license. The simple-complex sentence pairs are manually aligned.
52
+ This dataset only contains a test set. For additional training and development data, please scrape more data from the web using a [web scraper for text simplification data](https://github.com/rstodden/data_collection_german_simplification) and align the sentences of the documents automatically using, for example, [MASSalign](https://github.com/ghpaetzold/massalign) by [Paetzold et al. (2017)](https://www.aclweb.org/anthology/I17-3001/).
53
+
54
+ ### Supported Tasks and Leaderboards
55
+
56
+ The dataset supports the evaluation of `text-simplification` systems. Success in this task is typically measured using the [SARI](https://huggingface.co/metrics/sari) and [FKBLEU](https://huggingface.co/metrics/fkbleu) metrics described in the paper [Optimizing Statistical Machine Translation for Text Simplification](https://www.aclweb.org/anthology/Q16-1029.pdf).
57
+
58
+ ### Languages
59
+
60
+ The texts in this dataset are written in German (de-de). The texts are in German plain language variants, e.g., plain language (Einfache Sprache) or easy-to-read language (Leichte Sprache).
61
+
62
+ ### Domains
63
+ The texts are from 6 different domains: fictional texts (literature and fairy tales), bible texts, health-related texts, texts for language learners, texts for accessibility, and public administration texts.
64
+
65
+ ## Dataset Structure
66
+
67
+ ### Data Access
68
+
69
+ - The dataset is licensed with different open licenses dependent on the subcorpora.
70
+
71
+ ### Data Instances
72
+ - `document-simplification` configuration: an instance consists of an original document and one reference simplification.
73
+ - `sentence-simplification` configuration: an instance consists of an original sentence and one manually aligned reference simplification.
74
+ - `sentence-wise alignment` configuration: an instance consists of original and simplified documents and manually aligned sentence pairs. In contrast to the sentence-simplification configurations, this configuration contains also sentence pairs in which the original and the simplified sentences are exactly the same.
75
+
76
+
77
+ ### Data Fields
78
+
79
+ - `original`: an original text from the source datasets written for people with German skills equal to CEFR level B1
80
+ - `simplification`: a simplified text from the source datasets written for people with German skills equal to CEFR level A2
81
+ - more metadata is added to the dataset
82
+
83
+
84
+ ### Data Splits
85
+ DEplain-web does not contain a training set, but only a test set.
86
+ The dataset was split based on the license of the data. All manually-aligned sentence pairs with an open license are part of the test set.
87
+ Additional training and development data can be produced by automatic alignments (see Stodden et al., 2023).
88
+
89
+
90
+ | | Train | Dev | Test | Total |
91
+ | ----- | ------ | ------ | ---- | ----- |
92
+ | Document Pairs | | | |
93
+ | Sentence Pairs | | | |
94
+
95
+
96
+ Here, more information on simplification operations will follow soon.
97
+
98
+ ## Dataset Creation
99
+
100
+ ### Curation Rationale
101
+
102
+ Current German text simplification datasets are limited in their size or are only automatically evaluated.
103
+ We provide a manually aligned corpus to boost text simplification research in German.
104
+
105
+ ### Source Data
106
+
107
+ #### Initial Data Collection and Normalization
108
+ The parallel documents were scraped from the web using a [web scraper for text simplification data](https://github.com/rstodden/data_collection_german_simplification).
109
+ The texts of the documents were manually simplified by professional translators.
110
+ The data was split into sentences using a German model of SpaCy.
111
+ Two German native speakers have manually aligned the sentence pairs by using the text simplification annotation tool [TS-ANNO](https://github.com/rstodden/TS_annotation_tool) by [Stodden & Kallmeyer (2022)](https://aclanthology.org/2022.acl-demo.14/).
112
+
113
+ #### Who are the source language producers?
114
+ The texts of the documents were manually simplified by professional translators. See for an extensive list of the scraped URLs see Table x in [Stodden et al. (2023)]().
115
+
116
+ ### Annotations
117
+
118
+ #### Annotation process
119
+
120
+ The instructions given to the annotators are available [here](https://github.com/rstodden/TS_annotation_tool/tree/master/annotation_schema).
121
+
122
+ #### Who are the annotators?
123
+
124
+ The annotators are two German native speakers, who are trained in linguistics. Both were at least compensated with the minimum wage of their country of residence.
125
+ They are not part of any target group of text simplification.
126
+
127
+ ### Personal and Sensitive Information
128
+
129
+ No sensitive data.
130
+
131
+ ## Considerations for Using the Data
132
+
133
+ ### Social Impact of Dataset
134
+
135
+ Many people do not understand texts due to their complexity. With automatic text simplification methods, the texts can be simplified for them. Our new training data can benefit in training a TS model.
136
+
137
+ ### Discussion of Biases
138
+
139
+ no bias is known.
140
+
141
+ ### Other Known Limitations
142
+
143
+ The dataset is provided under different open licenses depending on the license of each website were the data is scraped from. Please check the dataset license for additional information.
144
+
145
+ ## Additional Information
146
+
147
+ ### Dataset Curators
148
+
149
+ DEplain-APA was developed by researchers at the Heinrich-Heine-University Düsseldorf, Germany. This research is part of the PhD-program ``Online Participation'', supported by the North Rhine-Westphalian (German) funding scheme ``Forschungskolleg''.
150
+
151
+ ### Licensing Information
152
+
153
+ The corpus includes the following licenses: CC-BY-SA-3, CC-BY-4, CC-BY-NC-ND-4, MIT.
154
+
155
+ ### Citation Information
156
+
157
+ [More Information Needed]
158
+
159
+ This dataset card uses material written by [Juan Diego Rodriguez](https://github.com/juand-r) and [Yacine Jernite](https://github.com/yjernite).