Fix `license` metadata
#1
by
julien-c
HF staff
- opened
This view is limited to 50 files because it contains too many changes.
See the raw diff here.
- .gitattributes +49 -0
- README.md +402 -0
- test/cs-en.jsonl +3 -0
- test/cs.jsonl +3 -0
- test/cs_en.jsonl +3 -0
- test/de-en.jsonl +3 -0
- test/de.jsonl +3 -0
- test/de_en.jsonl +3 -0
- test/en.jsonl +3 -0
- test/fr-en.jsonl +3 -0
- test/fr.jsonl +3 -0
- test/fr_en.jsonl +3 -0
- train/cs-de.jsonl +3 -0
- train/cs-en.jsonl +3 -0
- train/cs-fr.jsonl +3 -0
- train/cs.jsonl +3 -0
- train/cs_en.jsonl +3 -0
- train/de-cs.jsonl +3 -0
- train/de-en.jsonl +3 -0
- train/de-fr.jsonl +3 -0
- train/de.jsonl +3 -0
- train/de_en.jsonl +3 -0
- train/en-cs.jsonl +3 -0
- train/en-de.jsonl +3 -0
- train/en-fr.jsonl +3 -0
- train/en.jsonl +3 -0
- train/fr-cs.jsonl +3 -0
- train/fr-de.jsonl +3 -0
- train/fr-en.jsonl +3 -0
- train/fr.jsonl +3 -0
- train/fr_en.jsonl +3 -0
- valid/cs-de.jsonl +3 -0
- valid/cs-en.jsonl +3 -0
- valid/cs-fr.jsonl +3 -0
- valid/cs.jsonl +3 -0
- valid/cs_en.jsonl +3 -0
- valid/de-cs.jsonl +3 -0
- valid/de-en.jsonl +3 -0
- valid/de-fr.jsonl +3 -0
- valid/de.jsonl +3 -0
- valid/de_en.jsonl +3 -0
- valid/en-cs.jsonl +3 -0
- valid/en-de.jsonl +3 -0
- valid/en-fr.jsonl +3 -0
- valid/en.jsonl +3 -0
- valid/fr-cs.jsonl +3 -0
- valid/fr-de.jsonl +3 -0
- valid/fr-en.jsonl +3 -0
- valid/fr.jsonl +3 -0
- valid/fr_en.jsonl +3 -0
.gitattributes
CHANGED
@@ -35,3 +35,52 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
36 |
*.ogg filter=lfs diff=lfs merge=lfs -text
|
37 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
36 |
*.ogg filter=lfs diff=lfs merge=lfs -text
|
37 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
39 |
+
train/cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
40 |
+
train/de-cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
41 |
+
train/de-fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
42 |
+
train/en-de.jsonl filter=lfs diff=lfs merge=lfs -text
|
43 |
+
train/en-fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
44 |
+
train/fr-de.jsonl filter=lfs diff=lfs merge=lfs -text
|
45 |
+
train/fr_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
46 |
+
train/cs_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
47 |
+
train/fr-cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
48 |
+
train/de.jsonl filter=lfs diff=lfs merge=lfs -text
|
49 |
+
train/fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
50 |
+
train/cs-de.jsonl filter=lfs diff=lfs merge=lfs -text
|
51 |
+
train/de_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
52 |
+
train/en-cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
53 |
+
train/en.jsonl filter=lfs diff=lfs merge=lfs -text
|
54 |
+
train/cs-fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
55 |
+
valid/de.jsonl filter=lfs diff=lfs merge=lfs -text
|
56 |
+
valid/en-cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
57 |
+
valid/en.jsonl filter=lfs diff=lfs merge=lfs -text
|
58 |
+
valid/fr-de.jsonl filter=lfs diff=lfs merge=lfs -text
|
59 |
+
valid/fr_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
60 |
+
valid/cs-de.jsonl filter=lfs diff=lfs merge=lfs -text
|
61 |
+
valid/cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
62 |
+
valid/de-cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
63 |
+
valid/fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
64 |
+
valid/cs_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
65 |
+
valid/de-fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
66 |
+
valid/en-de.jsonl filter=lfs diff=lfs merge=lfs -text
|
67 |
+
valid/de_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
68 |
+
valid/en-fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
69 |
+
valid/fr-cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
70 |
+
valid/cs-fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
71 |
+
test/cs_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
72 |
+
test/de_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
73 |
+
test/en.jsonl filter=lfs diff=lfs merge=lfs -text
|
74 |
+
test/fr_en.jsonl filter=lfs diff=lfs merge=lfs -text
|
75 |
+
train/cs-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
76 |
+
train/de-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
77 |
+
train/fr-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
78 |
+
valid/fr-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
79 |
+
valid/cs-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
80 |
+
valid/de-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
81 |
+
test/cs-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
82 |
+
test/cs.jsonl filter=lfs diff=lfs merge=lfs -text
|
83 |
+
test/de-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
84 |
+
test/de.jsonl filter=lfs diff=lfs merge=lfs -text
|
85 |
+
test/fr-en.jsonl filter=lfs diff=lfs merge=lfs -text
|
86 |
+
test/fr.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -0,0 +1,402 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language_creators:
|
5 |
+
- unknown
|
6 |
+
language:
|
7 |
+
- unknown
|
8 |
+
license:
|
9 |
+
- cc-by-sa-4.0
|
10 |
+
multilinguality:
|
11 |
+
- unknown
|
12 |
+
pretty_name: xwikis
|
13 |
+
size_categories:
|
14 |
+
- unknown
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- summarization
|
19 |
+
task_ids:
|
20 |
+
- unknown
|
21 |
+
---
|
22 |
+
|
23 |
+
# Dataset Card for GEM/xwikis
|
24 |
+
|
25 |
+
## Dataset Description
|
26 |
+
|
27 |
+
- **Homepage:** https://github.com/lauhaide/clads
|
28 |
+
- **Repository:** [Needs More Information]
|
29 |
+
- **Paper:** https://arxiv.org/abs/2202.09583
|
30 |
+
- **Leaderboard:** N/A
|
31 |
+
- **Point of Contact:** Laura Perez-Beltrachini
|
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/xwikis).
|
36 |
+
|
37 |
+
### Dataset Summary
|
38 |
+
|
39 |
+
The XWikis Corpus provides datasets with different language pairs and directions for cross-lingual and multi-lingual abstractive document summarisation.
|
40 |
+
|
41 |
+
You can load the dataset via:
|
42 |
+
```
|
43 |
+
import datasets
|
44 |
+
data = datasets.load_dataset('GEM/xwikis')
|
45 |
+
```
|
46 |
+
The data loader can be found [here](https://huggingface.co/datasets/GEM/xwikis).
|
47 |
+
|
48 |
+
#### website
|
49 |
+
[Github](https://github.com/lauhaide/clads)
|
50 |
+
|
51 |
+
#### paper
|
52 |
+
https://arxiv.org/abs/2202.09583
|
53 |
+
|
54 |
+
#### authors
|
55 |
+
Laura Perez-Beltrachini (University of Edinburgh)
|
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/lauhaide/clads)
|
66 |
+
|
67 |
+
#### Paper
|
68 |
+
|
69 |
+
<!-- info: What is the link to the paper describing the dataset (open access preferred)? -->
|
70 |
+
<!-- scope: telescope -->
|
71 |
+
https://arxiv.org/abs/2202.09583
|
72 |
+
|
73 |
+
#### BibTex
|
74 |
+
|
75 |
+
<!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
|
76 |
+
<!-- scope: microscope -->
|
77 |
+
```
|
78 |
+
@InProceedings{clads-emnlp,
|
79 |
+
author = "Laura Perez-Beltrachini and Mirella Lapata",
|
80 |
+
title = "Models and Datasets for Cross-Lingual Summarisation",
|
81 |
+
booktitle = "Proceedings of The 2021 Conference on Empirical Methods in Natural Language Processing ",
|
82 |
+
year = "2021",
|
83 |
+
address = "Punta Cana, Dominican Republic",
|
84 |
+
}
|
85 |
+
```
|
86 |
+
|
87 |
+
#### Contact Name
|
88 |
+
|
89 |
+
<!-- quick -->
|
90 |
+
<!-- info: If known, provide the name of at least one person the reader can contact for questions about the dataset. -->
|
91 |
+
<!-- scope: periscope -->
|
92 |
+
Laura Perez-Beltrachini
|
93 |
+
|
94 |
+
#### Contact Email
|
95 |
+
|
96 |
+
<!-- info: If known, provide the email of at least one person the reader can contact for questions about the dataset. -->
|
97 |
+
<!-- scope: periscope -->
|
98 | |
99 |
+
|
100 |
+
#### Has a Leaderboard?
|
101 |
+
|
102 |
+
<!-- info: Does the dataset have an active leaderboard? -->
|
103 |
+
<!-- scope: telescope -->
|
104 |
+
no
|
105 |
+
|
106 |
+
|
107 |
+
### Languages and Intended Use
|
108 |
+
|
109 |
+
#### Multilingual?
|
110 |
+
|
111 |
+
<!-- quick -->
|
112 |
+
<!-- info: Is the dataset multilingual? -->
|
113 |
+
<!-- scope: telescope -->
|
114 |
+
yes
|
115 |
+
|
116 |
+
#### Covered Languages
|
117 |
+
|
118 |
+
<!-- quick -->
|
119 |
+
<!-- info: What languages/dialects are covered in the dataset? -->
|
120 |
+
<!-- scope: telescope -->
|
121 |
+
`German`, `English`, `French`, `Czech`
|
122 |
+
|
123 |
+
#### License
|
124 |
+
|
125 |
+
<!-- quick -->
|
126 |
+
<!-- info: What is the license of the dataset? -->
|
127 |
+
<!-- scope: telescope -->
|
128 |
+
cc-by-sa-4.0: Creative Commons Attribution Share Alike 4.0 International
|
129 |
+
|
130 |
+
#### Intended Use
|
131 |
+
|
132 |
+
<!-- info: What is the intended use of the dataset? -->
|
133 |
+
<!-- scope: microscope -->
|
134 |
+
Cross-lingual and Multi-lingual single long input document abstractive summarisation.
|
135 |
+
|
136 |
+
#### Primary Task
|
137 |
+
|
138 |
+
<!-- info: What primary task does the dataset support? -->
|
139 |
+
<!-- scope: telescope -->
|
140 |
+
Summarization
|
141 |
+
|
142 |
+
#### Communicative Goal
|
143 |
+
|
144 |
+
<!-- quick -->
|
145 |
+
<!-- info: Provide a short description of the communicative goal of a model trained for this task on this dataset. -->
|
146 |
+
<!-- scope: periscope -->
|
147 |
+
Entity descriptive summarisation, that is, generate a summary that conveys the most salient facts of a document related to a given entity.
|
148 |
+
|
149 |
+
|
150 |
+
### Credit
|
151 |
+
|
152 |
+
#### Curation Organization Type(s)
|
153 |
+
|
154 |
+
<!-- info: In what kind of organization did the dataset curation happen? -->
|
155 |
+
<!-- scope: telescope -->
|
156 |
+
`academic`
|
157 |
+
|
158 |
+
#### Dataset Creators
|
159 |
+
|
160 |
+
<!-- info: Who created the original dataset? List the people involved in collecting the dataset and their affiliation(s). -->
|
161 |
+
<!-- scope: microscope -->
|
162 |
+
Laura Perez-Beltrachini (University of Edinburgh)
|
163 |
+
|
164 |
+
#### Who added the Dataset to GEM?
|
165 |
+
|
166 |
+
<!-- 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. -->
|
167 |
+
<!-- scope: microscope -->
|
168 |
+
Laura Perez-Beltrachini (University of Edinburgh) and Ronald Cardenas (University of Edinburgh)
|
169 |
+
|
170 |
+
|
171 |
+
### Dataset Structure
|
172 |
+
|
173 |
+
#### Data Splits
|
174 |
+
|
175 |
+
<!-- info: Describe and name the splits in the dataset if there are more than one. -->
|
176 |
+
<!-- scope: periscope -->
|
177 |
+
For each language pair and direction there exists a train/valid/test split.
|
178 |
+
The test split is a sample of size 7k from the intersection of titles existing in the four languages (cs,fr,en,de).
|
179 |
+
Train/valid are randomly split.
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
## Dataset in GEM
|
184 |
+
|
185 |
+
### Rationale for Inclusion in GEM
|
186 |
+
|
187 |
+
#### Similar Datasets
|
188 |
+
|
189 |
+
<!-- info: Do other datasets for the high level task exist? -->
|
190 |
+
<!-- scope: telescope -->
|
191 |
+
no
|
192 |
+
|
193 |
+
|
194 |
+
### GEM-Specific Curation
|
195 |
+
|
196 |
+
#### Modificatied for GEM?
|
197 |
+
|
198 |
+
<!-- info: Has the GEM version of the dataset been modified in any way (data, processing, splits) from the original curated data? -->
|
199 |
+
<!-- scope: telescope -->
|
200 |
+
no
|
201 |
+
|
202 |
+
#### Additional Splits?
|
203 |
+
|
204 |
+
<!-- info: Does GEM provide additional splits to the dataset? -->
|
205 |
+
<!-- scope: telescope -->
|
206 |
+
no
|
207 |
+
|
208 |
+
|
209 |
+
### Getting Started with the Task
|
210 |
+
|
211 |
+
|
212 |
+
|
213 |
+
|
214 |
+
## Previous Results
|
215 |
+
|
216 |
+
### Previous Results
|
217 |
+
|
218 |
+
#### Measured Model Abilities
|
219 |
+
|
220 |
+
<!-- info: What aspect of model ability can be measured with this dataset? -->
|
221 |
+
<!-- scope: telescope -->
|
222 |
+
- identification of entity salient information
|
223 |
+
- translation
|
224 |
+
- multi-linguality
|
225 |
+
- cross-lingual transfer, zero-shot, few-shot
|
226 |
+
|
227 |
+
#### Metrics
|
228 |
+
|
229 |
+
<!-- info: What metrics are typically used for this task? -->
|
230 |
+
<!-- scope: periscope -->
|
231 |
+
`ROUGE`
|
232 |
+
|
233 |
+
#### Previous results available?
|
234 |
+
|
235 |
+
<!-- info: Are previous results available? -->
|
236 |
+
<!-- scope: telescope -->
|
237 |
+
yes
|
238 |
+
|
239 |
+
#### Other Evaluation Approaches
|
240 |
+
|
241 |
+
<!-- info: What evaluation approaches have others used? -->
|
242 |
+
<!-- scope: periscope -->
|
243 |
+
ROUGE-1/2/L
|
244 |
+
|
245 |
+
|
246 |
+
|
247 |
+
## Dataset Curation
|
248 |
+
|
249 |
+
### Original Curation
|
250 |
+
|
251 |
+
#### Sourced from Different Sources
|
252 |
+
|
253 |
+
<!-- info: Is the dataset aggregated from different data sources? -->
|
254 |
+
<!-- scope: telescope -->
|
255 |
+
no
|
256 |
+
|
257 |
+
|
258 |
+
### Language Data
|
259 |
+
|
260 |
+
#### How was Language Data Obtained?
|
261 |
+
|
262 |
+
<!-- info: How was the language data obtained? -->
|
263 |
+
<!-- scope: telescope -->
|
264 |
+
`Found`
|
265 |
+
|
266 |
+
#### Where was it found?
|
267 |
+
|
268 |
+
<!-- info: If found, where from? -->
|
269 |
+
<!-- scope: telescope -->
|
270 |
+
`Single website`
|
271 |
+
|
272 |
+
#### Data Validation
|
273 |
+
|
274 |
+
<!-- info: Was the text validated by a different worker or a data curator? -->
|
275 |
+
<!-- scope: telescope -->
|
276 |
+
other
|
277 |
+
|
278 |
+
#### Was Data Filtered?
|
279 |
+
|
280 |
+
<!-- info: Were text instances selected or filtered? -->
|
281 |
+
<!-- scope: telescope -->
|
282 |
+
not filtered
|
283 |
+
|
284 |
+
|
285 |
+
### Structured Annotations
|
286 |
+
|
287 |
+
#### Additional Annotations?
|
288 |
+
|
289 |
+
<!-- quick -->
|
290 |
+
<!-- info: Does the dataset have additional annotations for each instance? -->
|
291 |
+
<!-- scope: telescope -->
|
292 |
+
found
|
293 |
+
|
294 |
+
#### Annotation Service?
|
295 |
+
|
296 |
+
<!-- info: Was an annotation service used? -->
|
297 |
+
<!-- scope: telescope -->
|
298 |
+
no
|
299 |
+
|
300 |
+
#### Annotation Values
|
301 |
+
|
302 |
+
<!-- info: Purpose and values for each annotation -->
|
303 |
+
<!-- scope: microscope -->
|
304 |
+
The input documents have section structure information.
|
305 |
+
|
306 |
+
#### Any Quality Control?
|
307 |
+
|
308 |
+
<!-- info: Quality control measures? -->
|
309 |
+
<!-- scope: telescope -->
|
310 |
+
validated by another rater
|
311 |
+
|
312 |
+
#### Quality Control Details
|
313 |
+
|
314 |
+
<!-- info: Describe the quality control measures that were taken. -->
|
315 |
+
<!-- scope: microscope -->
|
316 |
+
Bilingual annotators assessed the content overlap of source document and target summaries.
|
317 |
+
|
318 |
+
|
319 |
+
### Consent
|
320 |
+
|
321 |
+
#### Any Consent Policy?
|
322 |
+
|
323 |
+
<!-- info: Was there a consent policy involved when gathering the data? -->
|
324 |
+
<!-- scope: telescope -->
|
325 |
+
no
|
326 |
+
|
327 |
+
|
328 |
+
### Private Identifying Information (PII)
|
329 |
+
|
330 |
+
#### Contains PII?
|
331 |
+
|
332 |
+
<!-- quick -->
|
333 |
+
<!-- info: Does the source language data likely contain Personal Identifying Information about the data creators or subjects? -->
|
334 |
+
<!-- scope: telescope -->
|
335 |
+
no PII
|
336 |
+
|
337 |
+
|
338 |
+
### Maintenance
|
339 |
+
|
340 |
+
#### Any Maintenance Plan?
|
341 |
+
|
342 |
+
<!-- info: Does the original dataset have a maintenance plan? -->
|
343 |
+
<!-- scope: telescope -->
|
344 |
+
no
|
345 |
+
|
346 |
+
|
347 |
+
|
348 |
+
## Broader Social Context
|
349 |
+
|
350 |
+
### Previous Work on the Social Impact of the Dataset
|
351 |
+
|
352 |
+
#### Usage of Models based on the Data
|
353 |
+
|
354 |
+
<!-- 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? -->
|
355 |
+
<!-- scope: telescope -->
|
356 |
+
no
|
357 |
+
|
358 |
+
|
359 |
+
### Impact on Under-Served Communities
|
360 |
+
|
361 |
+
#### Addresses needs of underserved Communities?
|
362 |
+
|
363 |
+
<!-- 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). -->
|
364 |
+
<!-- scope: telescope -->
|
365 |
+
no
|
366 |
+
|
367 |
+
|
368 |
+
### Discussion of Biases
|
369 |
+
|
370 |
+
#### Any Documented Social Biases?
|
371 |
+
|
372 |
+
<!-- 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. -->
|
373 |
+
<!-- scope: telescope -->
|
374 |
+
no
|
375 |
+
|
376 |
+
|
377 |
+
|
378 |
+
## Considerations for Using the Data
|
379 |
+
|
380 |
+
### PII Risks and Liability
|
381 |
+
|
382 |
+
|
383 |
+
|
384 |
+
### Licenses
|
385 |
+
|
386 |
+
#### Copyright Restrictions on the Dataset
|
387 |
+
|
388 |
+
<!-- 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? -->
|
389 |
+
<!-- scope: periscope -->
|
390 |
+
`public domain`
|
391 |
+
|
392 |
+
#### Copyright Restrictions on the Language Data
|
393 |
+
|
394 |
+
<!-- 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? -->
|
395 |
+
<!-- scope: periscope -->
|
396 |
+
`public domain`
|
397 |
+
|
398 |
+
|
399 |
+
### Known Technical Limitations
|
400 |
+
|
401 |
+
|
402 |
+
|
test/cs-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d0b6905b7e3b9eae087c33fda4115d4b138d9a8831b0ff2e4e724d1fafa0cbd
|
3 |
+
size 39399122
|
test/cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c270bd2f5a6e95bf15290e2e35a0a9d8200abcedd550b27513e8407b6898cffd
|
3 |
+
size 36521079
|
test/cs_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e13b7a78a7960f41e3dd45cd15e4b9842df9f83bba9272c2f3a2849c0bc52ea3
|
3 |
+
size 42085875
|
test/de-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:644634b6bdc9a1f5e8ad52fad04c28d5ac6e03c1a813073811d357349bc4ef9f
|
3 |
+
size 56173731
|
test/de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6e58b8f13d5c4269657451e89923e8cc3be32ba3e66eab8db398b9f8d680431
|
3 |
+
size 53295688
|
test/de_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df183b235addbf888f3f16434444c7a9c50c198efb2a328811d407a1d38a2645
|
3 |
+
size 58723065
|
test/en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbb194492633885f363ae65dc21c0e80c7d9b16b6bf6786f9fbd7174b07989a6
|
3 |
+
size 38476708
|
test/fr-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68410c5ebd8d9394de0f422817063ca9ad5356064afcc798d354c38e9de08d05
|
3 |
+
size 49678041
|
test/fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:897e4fd60fdd313d7b035927a9871f0a5ccff323298c59d0bcbc45a31f51cc4b
|
3 |
+
size 46803681
|
test/fr_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb489853226029ff1e08c29608676fcec66fc125ed304a294e3c092e6c356413
|
3 |
+
size 52859479
|
train/cs-de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b52a4e8169256bfac48b0130b0ec634fecee0f72dc6188c75610e9a0289ce71
|
3 |
+
size 278411267
|
train/cs-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11fab58d179f9d04ec10c99476fec584cd3c366c88dd63acd7ac7220bd29e4cc
|
3 |
+
size 326863977
|
train/cs-fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa1d37f13a219bc56e4a492350fb7e19cf24dcd4ad9480d90b757186c7464809
|
3 |
+
size 270370787
|
train/cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd168bfa539021c5a7ccf35f52e9d164f94d190e0d2d410c843dbdc35bb38868
|
3 |
+
size 380533503
|
train/cs_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5191446861823e86668196d919289914fa10f32bc83aba70c6664ed5969cdacb
|
3 |
+
size 360579533
|
train/de-cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32ed1799c38bf7ede6cb24130048536e1cf71f2eae3a703412c4fbe918717e9f
|
3 |
+
size 822100689
|
train/de-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e59e3f1b0ac9ab233f1463935e55b6a63f73f310f8d6f55cb051ccab4714dee
|
3 |
+
size 2309270908
|
train/de-fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c0a0b4ff8db67be76aab98d7d7f0a74bdbe963f1fdeb63279f512550021e6cf
|
3 |
+
size 1654673585
|
train/de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c4e483dfd666685ab9b2c3a2de618c4f4c7b531854635b6c323f1cbd9132eb2
|
3 |
+
size 2484899496
|
train/de_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29dcdd47d12c8c21eb91b7c2bbf038f95c7353aa5225af3438c9004f9ca492a6
|
3 |
+
size 2444256660
|
train/en-cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88225ec9922f313e64f57b603897e53eff594c69c57f06ae41b125167d80060f
|
3 |
+
size 1406990510
|
train/en-de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fec5450b539e2a10aa6362648a1e11773e2035a578f44457ae6d7e8cc25254d
|
3 |
+
size 3335103974
|
train/en-fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da93d068d45a05f16522039241dae136e7a095315705b1a5dbaacf938522f028
|
3 |
+
size 3718395785
|
train/en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0c1e61e0285549fffda2be6acb689831737a7edd26a430f7b78a157c31446eb
|
3 |
+
size 4626463633
|
train/fr-cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46e735601ba8e18a1133f0e779261220cde58e0d7426129d74de766a1b6ccdce
|
3 |
+
size 689649998
|
train/fr-de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6840066356282b0d77223ec7881eddd74601a19432a792788e178ba0326234b
|
3 |
+
size 1416778491
|
train/fr-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e02c11010e93e68543f92dd531ad6949eb6f6d0972bb641f484a3e7305e6c70b
|
3 |
+
size 1953210624
|
train/fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f70b094dedd58bfbadc4a79a493e15f29d7b8b7b6047d601460049ac24dac8f
|
3 |
+
size 2119167170
|
train/fr_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db93dd1f8f285ba73c25966127a528c1f3e7171d0b6a29414e0a6252e21e523b
|
3 |
+
size 2106413961
|
valid/cs-de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35f50a98a0a05dc09d3aceeb0f58fecce65f3e0d3278dba25af6237a4694ab86
|
3 |
+
size 33207193
|
valid/cs-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:001fc02574c0e2459457fc2d3dee2c0dc6f9a4a44aa5ba87906b2a745c397e4b
|
3 |
+
size 17143325
|
valid/cs-fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ab5eb98c5f1caeb22ade4ac45e43440aa6015ca69f4637302682ba3390ceed7
|
3 |
+
size 34023779
|
valid/cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27415a6bb7d96b26eb73eb5346e322ef230f0ea67525acf4621d499baeb7a2e5
|
3 |
+
size 6305037
|
valid/cs_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bf218f8a75529251ec45914a47ece04c93647b7c9c6d492507e60f06f0ba473
|
3 |
+
size 18912754
|
valid/de-cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bf1843099fb17cb95c23302055bdeca53f20564fd5562057888d5f6079fa809
|
3 |
+
size 44476616
|
valid/de-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b47d3f140772034e0fe6e868073bbd9901e0aa89a664666563cf018c3aa8c6cd
|
3 |
+
size 120281193
|
valid/de-fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc9cf78dc307adc2f6218afdedf62fa86d6146deb801e87bbdd25d733dd14cb8
|
3 |
+
size 69954488
|
valid/de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52bb55c1dd6e7e57d0de9c0e01c6c185f28b33abd6714d8c91e4c92bed200e88
|
3 |
+
size 46479607
|
valid/de_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e82a7dbf2740a36cd514155b801204cb96d2e6651069eae7596487c10dd4102b
|
3 |
+
size 127368829
|
valid/en-cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8e3a704e72f7d71f7da811fa3bef58cc5663a61dd326f18414cfaadac264038
|
3 |
+
size 74355018
|
valid/en-de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:522241ab416aaab9f67717504a784b8110f84ecd3deb9e5e1ee70872ddba3836
|
3 |
+
size 81825420
|
valid/en-fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b17f2d2a573722e7be641b4c5bebe083a923d13421c6ee196d0282d7696e0157
|
3 |
+
size 81563655
|
valid/en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66ab9aabbe1a5f9b87e20a0649cd705b4b0c0a8651d209a0748135ecfef82e53
|
3 |
+
size 50377914
|
valid/fr-cs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9320d8f5983e4d08889efa7252464f04dd4465dfc24ef6ccd5e55356750719f
|
3 |
+
size 43299086
|
valid/fr-de.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07c1b42b192d9c2c2380a8697c8cca37e96ada932ca661a49acb6a1dfeb9315a
|
3 |
+
size 71621697
|
valid/fr-en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:497fa76a9a4bb4e544f2da6182173bc4348032e7df2f78c6a19715600c5847fd
|
3 |
+
size 102419406
|
valid/fr.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9515ceb67410d2a2eb346157b8818e0934e2f582a9a516da3a69b45b1981f661
|
3 |
+
size 42901926
|
valid/fr_en.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16401db62ff6bc11f014d345601c41c3b4f920a52fb4885f8b59c3d701266797
|
3 |
+
size 110155518
|