Datasets:
readme!
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ task_ids:
|
|
6 |
language:
|
7 |
- fi
|
8 |
size_categories:
|
9 |
-
-
|
10 |
license:
|
11 |
- cc-by-nc-sa-4.0
|
12 |
multilinguality:
|
@@ -55,12 +55,12 @@ pretty_name: XL-Sum-FI
|
|
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
|
64 |
|
65 |
### Supported Tasks and Leaderboards
|
66 |
|
@@ -86,8 +86,8 @@ One example from the `English` dataset is given below in JSON format.
|
|
86 |
```
|
87 |
|
88 |
### Data Fields
|
89 |
-
- 'id': A string representing the article ID, matched to the
|
90 |
-
- 'url': A string representing the article URL as in the original
|
91 |
- 'title': A string containing the article title.
|
92 |
- 'summary': A string containing the article summary.
|
93 |
- 'text' : A string containing the article text.
|
@@ -95,7 +95,7 @@ One example from the `English` dataset is given below in JSON format.
|
|
95 |
|
96 |
### Data Splits
|
97 |
|
98 |
-
Follows the
|
99 |
|
100 |
## Dataset Creation
|
101 |
|
@@ -176,4 +176,4 @@ If you use any of the datasets, models or code modules, please cite the followin
|
|
176 |
|
177 |
### Contributions
|
178 |
|
179 |
-
Thanks to the creators of the
|
|
|
6 |
language:
|
7 |
- fi
|
8 |
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
license:
|
11 |
- cc-by-nc-sa-4.0
|
12 |
multilinguality:
|
|
|
55 |
|
56 |
## Dataset Description
|
57 |
|
58 |
+
- **Repository:** https://github.com/TurkuNLP/xlsum-fi
|
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 XLSum 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 |
|
|
|
86 |
```
|
87 |
|
88 |
### Data Fields
|
89 |
+
- 'id': A string representing the article ID, matched to the XLSum dataset original
|
90 |
+
- 'url': A string representing the article URL as in the original XLSum 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.
|
|
|
95 |
|
96 |
### Data Splits
|
97 |
|
98 |
+
Follows the XLSum dataset.
|
99 |
|
100 |
## Dataset Creation
|
101 |
|
|
|
176 |
|
177 |
### Contributions
|
178 |
|
179 |
+
Thanks to the creators of the XLSum dataset!
|