Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Norwegian
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,377 Bytes
5fb584c
 
230c7e8
 
5fb584c
230c7e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
428e1b2
 
230c7e8
 
 
 
d41b73c
230c7e8
 
d41b73c
 
 
 
 
230c7e8
 
 
 
 
 
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
---
license: cc-by-nc-sa-4.0
language:
- 'no'
---

# Dataset Card

## Dataset Summary

NO-CNN-DailyMail is a Norwegian news summarization dataset partially machine translated from English version of [CNN Dailymail Dataset](https://huggingface.co/datasets/cnn_dailymail?row=34). The summaries were written by journalists at CNN and the DailyMail. The dataset can be used for Machine reading comprehension and abstractive summarization tasks.

## Data Instances

For each instance, there is an *article* string and a *positive_sample* string representing news article and abstractive summary to this article.

## Data Split

The dataset is split into train and test sets.

|       | #samples |
|-------|---------------------|
| train | 61181              |
| test  | 15287               | 

For English version of this dataset, please refer to [link](https://paperswithcode.com/dataset/cnn-daily-mail-1)

## Citation Information
If you feel our work is helpful, please cite our paper:

```
@article{liu2023nlebench+,
  title={NLEBench+ NorGLM: A Comprehensive Empirical Analysis and Benchmark Dataset for Generative Language Models in Norwegian},
  author={Liu, Peng and Zhang, Lemei and Farup, Terje Nissen and Lauvrak, Even W and Ingvaldsen, Jon Espen and Eide, Simen and Gulla, Jon Atle and Yang, Zhirong},
  journal={arXiv preprint arXiv:2312.01314},
  year={2023}
}
```