fginter commited on
Commit
2cc8bef
1 Parent(s): 43016a4

model card

Browse files
Files changed (1) hide show
  1. README.md +177 -1
README.md CHANGED
@@ -1,3 +1,179 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ task_categories:
3
+ - conditional-text-generation
4
+ task_ids:
5
+ - summarization
6
+ language:
7
+ - fi
8
+ size_categories:
9
+ - 1M<n<10M
10
+ license:
11
+ - cc-by-nc-sa-4.0
12
+ multilinguality:
13
+ - monolingual
14
+ source_datasets:
15
+ - xlsum
16
+ paperswithcode_id:
17
+ annotations_creators:
18
+ - found
19
+ language_creators:
20
+ - machine translated
21
+ pretty_name: XL-Sum-FI
22
  ---
23
+
24
+ # Dataset Card for "XL-Sum-FI"
25
+
26
+ ## Table of Contents
27
+ - [Dataset Card Creation Guide](#dataset-card-creation-guide)
28
+ - [Table of Contents](#table-of-contents)
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
41
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
42
+ - [Annotations](#annotations)
43
+ - [Annotation process](#annotation-process)
44
+ - [Who are the annotators?](#who-are-the-annotators)
45
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
46
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
47
+ - [Social Impact of Dataset](#social-impact-of-dataset)
48
+ - [Discussion of Biases](#discussion-of-biases)
49
+ - [Other Known Limitations](#other-known-limitations)
50
+ - [Additional Information](#additional-information)
51
+ - [Dataset Curators](#dataset-curators)
52
+ - [Licensing Information](#licensing-information)
53
+ - [Citation Information](#citation-information)
54
+ - [Contributions](#contributions)
55
+
56
+ ## Dataset Description
57
+
58
+ - **Repository:**
59
+ - **Point of Contact:** [Filip Ginter](mailto:figint@utu.fi)
60
+
61
+ ### Dataset Summary
62
+
63
+ This dataset is a DeepL -based machine translation of a part of the English section of the xl-sum dataset:[https://github.com/csebuetnlp/xl-sum](https://github.com/csebuetnlp/xl-sum) In the present version, only examples where the full version is at most 10x the summary in length are included. We might translate more later.
64
+
65
+ ### Supported Tasks and Leaderboards
66
+
67
+
68
+ ### Languages
69
+
70
+ - `finnish`
71
+
72
+
73
+ ## Dataset Structure
74
+
75
+ ### Data Instances
76
+
77
+ One example from the `English` dataset is given below in JSON format.
78
+ ```
79
+ {
80
+ "id": "technology-17657859",
81
+ "url": "https://www.bbc.com/news/technology-17657859",
82
+ "title": "title"
83
+ "summary": "summary",
84
+ "text": "text"
85
+ }
86
+ ```
87
+
88
+ ### Data Fields
89
+ - 'id': A string representing the article ID, matched to the xl-sum dataset original
90
+ - 'url': A string representing the article URL as in the original xl-sum dataset
91
+ - 'title': A string containing the article title.
92
+ - 'summary': A string containing the article summary.
93
+ - 'text' : A string containing the article text.
94
+
95
+
96
+ ### Data Splits
97
+
98
+ Follows the xl-sum dataset.
99
+
100
+ ## Dataset Creation
101
+
102
+ ### Curation Rationale
103
+
104
+ ### Source Data
105
+
106
+ [BBC News](https://www.bbc.co.uk/ws/languages)
107
+
108
+ #### Initial Data Collection and Normalization
109
+
110
+ [Detailed in the paper](https://aclanthology.org/2021.findings-acl.413/) For this present dataset, only English was used as the source and only examples where the full text is at maximum 10x in length compared to the summary are preserved.
111
+
112
+ #### Who are the source language producers?
113
+
114
+ [Detailed in the paper](https://aclanthology.org/2021.findings-acl.413/)
115
+
116
+ ### Annotations
117
+
118
+ [Detailed in the paper](https://aclanthology.org/2021.findings-acl.413/) DeepL was used to machine-translate from English to Finnish
119
+
120
+ #### Annotation process
121
+
122
+ [Detailed in the paper](https://aclanthology.org/2021.findings-acl.413/)
123
+
124
+ #### Who are the annotators?
125
+
126
+ [Detailed in the paper](https://aclanthology.org/2021.findings-acl.413/)
127
+
128
+ ### Personal and Sensitive Information
129
+
130
+ [More information needed](https://github.com/csebuetnlp/xl-sum)
131
+
132
+ ## Considerations for Using the Data
133
+
134
+ ### Social Impact of Dataset
135
+
136
+ ### Discussion of Biases
137
+
138
+ ### Other Known Limitations
139
+
140
+ Due to DeepL terms and conditions, this dataset **must not be used for machine translation work**, namely machine translation system development and evaluation of any kind. In general, we wish you do not pair the original English data with the translations, so as not to infringe on the terms and conditions.
141
+
142
+ ## Additional Information
143
+
144
+ ### Dataset Curators
145
+
146
+
147
+ ### Licensing Information
148
+
149
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). Copyright of the dataset contents belongs to the original copyright holders.
150
+
151
+ ### Citation Information
152
+
153
+ If you use any of the datasets, models or code modules, please cite the following paper and acknowledge Filip Ginter and the TurkuNLP group for this Finnish translation.
154
+
155
+ ```
156
+ @inproceedings{hasan-etal-2021-xl,
157
+ title = "{XL}-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages",
158
+ author = "Hasan, Tahmid and
159
+ Bhattacharjee, Abhik and
160
+ Islam, Md. Saiful and
161
+ Mubasshir, Kazi and
162
+ Li, Yuan-Fang and
163
+ Kang, Yong-Bin and
164
+ Rahman, M. Sohel and
165
+ Shahriyar, Rifat",
166
+ booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
167
+ month = aug,
168
+ year = "2021",
169
+ address = "Online",
170
+ publisher = "Association for Computational Linguistics",
171
+ url = "https://aclanthology.org/2021.findings-acl.413",
172
+ pages = "4693--4703",
173
+ }
174
+ ```
175
+
176
+
177
+ ### Contributions
178
+
179
+ Thanks to the creators of the xl-sum dataset.