fginter commited on
Commit
eef0ed1
1 Parent(s): 4b88ac4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -74,23 +74,23 @@ This dataset is a DeepL -based machine translation of a part of the English sect
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 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.
94
 
95
 
96
  ### Data Splits
@@ -107,7 +107,7 @@ Follows the XLSum dataset.
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
 
@@ -137,7 +137,7 @@ Follows the XLSum dataset.
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
 
@@ -150,7 +150,7 @@ Contents of this repository are restricted to only non-commercial research purpo
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,
 
74
 
75
  ### Data Instances
76
 
77
+ One example from the `Finnish` dataset is given below in JSON format.
78
  ```
79
  {
80
  "id": "technology-17657859",
81
  "url": "https://www.bbc.com/news/technology-17657859",
82
+ "title": "Walesin myrskytuulien vuoksi annettu säävaroitus",
83
+ "summary": "Tuulet voivat yltyä Walesissa myrskytuuliin, ja myrskysää on luvassa koko maahan tällä viikolla.",
84
+ "text": "Met Office on antanut Walesin ja Englannin kattavan keltaisen tuulivaroituksen keskiviikkoillasta kello 21.00 GMT alkaen. Matkustaminen ja sähkönjakelu todennäköisesti häiriintyvät, ja varoitus on voimassa torstaihin kello 15:00 asti. Puuskat ovat todennäköisesti nopeudeltaan 88 kilometriä tunnissa, ja rannikoilla ja kukkuloilla puuskat voivat nousta jopa 70 kilometriin tunnissa, ja lisäksi voi esiintyä rankkasateita ja myrskyisiä sadekuuroja."
85
  }
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, machine-translated to Finnish
92
+ - 'summary': A string containing the article summary, machine-translated to Finnish
93
+ - 'text' : A string containing the article text, machine-translated to Finnish
94
 
95
 
96
  ### Data Splits
 
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. This 10x cutoff is naturally measured on English.
111
 
112
  #### Who are the source language producers?
113
 
 
137
 
138
  ### Other Known Limitations
139
 
140
+ Due to DeepL terms and conditions, this dataset **must not be used for any 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 except when working on research unrelated to machine translation, so as not to infringe on the terms and conditions.
141
 
142
  ## Additional Information
143
 
 
150
 
151
  ### Citation Information
152
 
153
+ If you use any of the datasets, models or code modules, please cite the original XL-Sum paper below as well as acknowledge Filip Ginter and the TurkuNLP group for the Finnish machine translated version.
154
 
155
  ```
156
  @inproceedings{hasan-etal-2021-xl,