rstodden commited on
Commit
a334f2d
1 Parent(s): 74a4b13

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +156 -0
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text2text-generation
4
+ task_ids:
5
+ - text-simplification
6
+ language:
7
+ - de
8
+ size_categories:
9
+ - 10K<n<100K
10
+ pretty_name: DEplain-APA
11
+ configs:
12
+ - simplification
13
+ ---
14
+
15
+ # Dataset Card for DEplain-APA
16
+
17
+ ## Table of Contents
18
+ - [Dataset Description](#dataset-description)
19
+ - [Dataset Summary](#dataset-summary)
20
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
21
+ - [Languages](#languages)
22
+ - [Dataset Structure](#dataset-structure)
23
+ - [Data Instances](#data-instances)
24
+ - [Data Fields](#data-fields)
25
+ - [Data Splits](#data-splits)
26
+ - [Dataset Creation](#dataset-creation)
27
+ - [Curation Rationale](#curation-rationale)
28
+ - [Source Data](#source-data)
29
+ - [Annotations](#annotations)
30
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
31
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
32
+ - [Social Impact of Dataset](#social-impact-of-dataset)
33
+ - [Discussion of Biases](#discussion-of-biases)
34
+ - [Other Known Limitations](#other-known-limitations)
35
+ - [Additional Information](#additional-information)
36
+ - [Dataset Curators](#dataset-curators)
37
+ - [Licensing Information](#licensing-information)
38
+ - [Citation Information](#citation-information)
39
+ - [Contributions](#contributions)
40
+
41
+ ## Dataset Description
42
+
43
+ - **Repository:** [DEplain-APA zenodo repository](https://zenodo.com/)
44
+ - **Paper:** [DEplain: ]()
45
+ - **Point of Contact:** [Regina Stodden](regina.stodden@hhu.de)
46
+
47
+ ### Dataset Summary
48
+
49
+ [DEplain-APA](https://zenodo.com) [(Stodden et al., 2022)]() is a dataset for the training and evaluation of sentence and document simplification in German. All texts of this dataset are provided by the Austrian Press Agency. The simple-complex sentence pairs are manually aligned.
50
+
51
+ ### Supported Tasks and Leaderboards
52
+
53
+ The dataset supports the training and 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).
54
+
55
+ ### Languages
56
+
57
+ The text in this dataset is in Austrian German (`de-at`).
58
+
59
+ ### Domains
60
+ All texts in this dataset are news data.
61
+
62
+ ## Dataset Structure
63
+
64
+ ### Data Access
65
+
66
+ - The dataset is licensed with restricted access for only academic purposes. To download the dataset, please request access on [zenodo]().
67
+
68
+ ### Data Instances
69
+ - `document-simplification` configuration: an instance consists of an original document and one reference simplification.
70
+ - `sentence-simplification` configuration: an instance consists of an original sentence and one manually aligned reference simplification.
71
+
72
+
73
+ ### Data Fields
74
+
75
+ - `original`: an original text from the source datasets written for people with German skills equal to CEFR level B1
76
+ - `simplification`: a simplified text from the source datasets written for people with German skills equal to CEFR level A2
77
+ - more metadata is added to the dataset
78
+
79
+
80
+ ### Data Splits
81
+
82
+ DEplain-APA is randomly split into a training, development and test set. The training set of the sentence-simplification configuration contains only texts of documents which are part of the training set of document-simplification configuration and the same for dev and test sets.
83
+ The statistics are given below.
84
+
85
+
86
+ | | Train | Dev | Test | Total |
87
+ | ----- | ------ | ------ | ---- | ----- |
88
+ | Document Pairs | | | |
89
+ | Sentence Pairs | | | |
90
+
91
+ The test and validation sets are the same as those of TurkCorpus. The split was random.
92
+
93
+ Here, more information on simplification operations will follow soon.
94
+
95
+ ## Dataset Creation
96
+
97
+ ### Curation Rationale
98
+
99
+ DEplain-APA was created to improve the training and evaluation of German document and sentence simplification. The data is provided by the same data provided as for the APA-LHA data. In comparison to APA-LHA (automatic-aligned), the sentence pairs of DEplain-APA are all manually aligned. Further, DEplain-APA aligns the texts in language level B1 with the texts in A2, which result in mostly mild simplifications.
100
+
101
+ Further DEplain-APA, contains parallel documents as well as parallel sentence pairs.
102
+
103
+ ### Source Data
104
+
105
+ #### Initial Data Collection and Normalization
106
+
107
+ The original news texts (in CEFR level C2) were manually simplified by professional translators, i.e. capito – CFS GmbH, and provided to us by the Austrian Press Agency.
108
+ All documents date back to 2019 to 2021 (?).
109
+ Two German native speakers have manually aligned the sentence pairs by using the text simplification annotation tool TS-ANNO. The data was split into sentences using a German model of SpaCy.
110
+
111
+ #### Who are the source language producers?
112
+ The original news texts (in CEFR level C2) were manually simplified by professional translators, i.e. capito – CFS GmbH. No other demographic or compensation information is known.
113
+
114
+ ### Annotations
115
+
116
+ #### Annotation process
117
+
118
+ The instructions given to the annotators are available [here](https://github.com/rstodden/TS_annotation_tool/tree/master/annotation_schema).
119
+
120
+ #### Who are the annotators?
121
+
122
+ 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.
123
+
124
+ ### Personal and Sensitive Information
125
+
126
+ [More Information Needed]
127
+
128
+ ## Considerations for Using the Data
129
+
130
+ ### Social Impact of Dataset
131
+
132
+ [More Information Needed]
133
+
134
+ ### Discussion of Biases
135
+
136
+ [More Information Needed]
137
+
138
+ ### Other Known Limitations
139
+
140
+ The dataset is provided for research purposes only. Please check the dataset license for additional information.
141
+
142
+ ## Additional Information
143
+
144
+ ### Dataset Curators
145
+
146
+ ASSET 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''.
147
+
148
+ ### Licensing Information
149
+
150
+ [More Information Needed]
151
+
152
+ ### Citation Information
153
+
154
+ [More Information Needed]
155
+
156
+ This dataset card uses material written by [Juan Diego Rodriguez](https://github.com/juand-r) and [Yacine Jernite](https://github.com/yjernite).