Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Norwegian
ArXiv:
Libraries:
Datasets
pandas
License:
NorGLM commited on
Commit
230c7e8
1 Parent(s): e55bd10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - 'no'
5
  ---
6
+
7
+ # Dataset Card
8
+
9
+ ## Dataset Summary
10
+
11
+ 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.
12
+
13
+ ## Data Instances
14
+
15
+ For each instance, there is an *article* string and a *positive_sample* string representing news article and abstractive summary to this article.
16
+
17
+ ## Data Split
18
+
19
+ The dataset is split into train and test sets.
20
+
21
+ | | #samples |
22
+ |-------|---------------------|
23
+ | train | 61182 |
24
+ | test | 15288 |
25
+
26
+ For English version of this dataset, please refer to [link](https://paperswithcode.com/dataset/cnn-daily-mail-1)
27
+
28
+ ## Citation Information
29
+
30
+ Please cite original CNN/Daily Mail dataset:
31
+ ```
32
+ @article{nallapati2016abstractive,
33
+ title={Abstractive text summarization using sequence-to-sequence rnns and beyond},
34
+ author={Nallapati, Ramesh and Zhou, Bowen and Gulcehre, Caglar and Xiang, Bing and others},
35
+ journal={arXiv preprint arXiv:1602.06023},
36
+ year={2016}
37
+ }
38
+ ```
39
+
40
+
41
+
42
+