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