Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,23 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
|
|
|
|
5 |
|
6 |
-
##
|
7 |
-
https://
|
8 |
|
9 |
### Paper
|
10 |
https://arxiv.org/abs/2205.06207
|
@@ -12,4 +25,24 @@ https://arxiv.org/abs/2205.06207
|
|
12 |
### Authors
|
13 |
Yuning Mao, Ming Zhong, Jiawei Han
|
14 |
University of Illinois Urbana-Champaign
|
15 |
-
{yuningm2, mingz5, hanj}@illinois.edu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- sv
|
4 |
+
license:
|
5 |
+
- cc-by-nc-4.0
|
6 |
+
size_categories:
|
7 |
+
- 10K<n<100K
|
8 |
+
source_datasets:
|
9 |
+
- https://github.com/morningmoni/CiteSu
|
10 |
+
task_categories:
|
11 |
+
- conditional-text-generation
|
12 |
+
task_ids:
|
13 |
+
- summarization
|
14 |
---
|
15 |
|
16 |
+
# Dataset Card for Swedish Xsum Dataset
|
17 |
+
The Swedish citesum dataset has only been machine-translated to improve downstream fine-tuning on Swedish summarization tasks.
|
18 |
|
19 |
+
## Dataset Summary
|
20 |
+
Read about the full details at original English version: https://huggingface.co/datasets/citesum
|
21 |
|
22 |
### Paper
|
23 |
https://arxiv.org/abs/2205.06207
|
|
|
25 |
### Authors
|
26 |
Yuning Mao, Ming Zhong, Jiawei Han
|
27 |
University of Illinois Urbana-Champaign
|
28 |
+
{yuningm2, mingz5, hanj}@illinois.edu
|
29 |
+
|
30 |
+
## Data details
|
31 |
+
- src (string): source text. long description of paper
|
32 |
+
- tgt (string): target text. tldr of paper
|
33 |
+
- paper_id (string): unique id for the paper
|
34 |
+
- title (string): title of the paper
|
35 |
+
- discipline (dict):
|
36 |
+
- venue (string): Where the paper was published (conference)
|
37 |
+
- journal (string): Journal in which the paper was published
|
38 |
+
- mag_field_of_study (list[str]): scientific fields that the paper falls under.
|
39 |
+
|
40 |
+
|
41 |
+
### Data Splits
|
42 |
+
The Swedish xsum dataset follows the same splits as the original English version and has 3 splits: _train_, _validation_, and _test_.
|
43 |
+
|
44 |
+
| Dataset Split | Number of Instances in Split |
|
45 |
+
| ------------- | ------------------------------------------- |
|
46 |
+
| Train | 83,304 |
|
47 |
+
| Validation | 4,721 |
|
48 |
+
| Test | 4,921 |
|