Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,24 @@ dataset_info:
|
|
| 36 |
download_size: 364433583
|
| 37 |
dataset_size: 576305100.0
|
| 38 |
---
|
| 39 |
-
Articles and ingresses from VG news articles extracted from Norsk Aviskorpus
|
| 40 |
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
download_size: 364433583
|
| 37 |
dataset_size: 576305100.0
|
| 38 |
---
|
|
|
|
| 39 |
|
| 40 |
+
# VG Summarization Dataset
|
| 41 |
+
|
| 42 |
+
The source of this dataset is Norsk Aviskorpus (Norwegian newspaper corpus). This corpus includes articles from Norway’s largest newspaper from 1998 to 2019. In this dataset, we used
|
| 43 |
+
the first paragraph (lead) of each article as its summary. This dataset only includes articles from the Norwegian newspaper "VG".
|
| 44 |
+
|
| 45 |
+
The quality of the summary-article pairs has not been evaluated.
|
| 46 |
+
|
| 47 |
+
# License
|
| 48 |
+
Please refer to the license of Norsk Aviskorpus
|
| 49 |
+
|
| 50 |
+
# Citation
|
| 51 |
+
If you are using this dataset in your work, please cite our master thesis which this dataset was a part of
|
| 52 |
+
```
|
| 53 |
+
@mastersthesis{navjord2023beyond,
|
| 54 |
+
title={Beyond extractive: advancing abstractive automatic text summarization in Norwegian with transformers},
|
| 55 |
+
author={Navjord, J{\o}rgen Johnsen and Korsvik, Jon-Mikkel Ryen},
|
| 56 |
+
year={2023},
|
| 57 |
+
school={Norwegian University of Life Sciences, {\AA}s}
|
| 58 |
+
}
|
| 59 |
+
```
|