Yeb Havinga commited on
Commit
09cfb3d
β€’
1 Parent(s): 4e007ec

Update README

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -20,7 +20,7 @@ task_ids:
20
  paperswithcode_id: cnn-daily-mail-1
21
  pretty_name: CNN / Daily Mail
22
  ---
23
- # Dataset Card for CNN Dailymail Dataset
24
 
25
  ## Table of Contents
26
  - [Dataset Description](#dataset-description)
@@ -48,6 +48,8 @@ pretty_name: CNN / Daily Mail
48
 
49
  ## Dataset Description
50
 
 
 
51
  - **Homepage:**
52
  - **Repository:** [CNN / DailyMail Dataset repository](https://github.com/abisee/cnn-dailymail)
53
  - **Paper:** [Abstractive Text Summarization Using Sequence-to-Sequence RNNs and Beyond](https://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend.pdf), [Get To The Point: Summarization with Pointer-Generator Networks](https://www.aclweb.org/anthology/K16-1028.pdf)
@@ -56,11 +58,15 @@ pretty_name: CNN / Daily Mail
56
 
57
  ### Dataset Summary
58
 
59
- The CNN / DailyMail Dutch Dataset is an English-language dataset translated to Dutch containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The current version supports both extractive and abstractive summarization, though the original version was created for machine reading and comprehension and abstractive question answering.
 
 
 
 
60
 
61
  ### Supported Tasks and Leaderboards
62
 
63
- - 'summarization': [Versions 2.0.0 and 3.0.0 of the CNN / DailyMail Dataset](https://www.aclweb.org/anthology/K16-1028.pdf) can be used to train a model for abstractive and extractive summarization ([Version 1.0.0](https://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend.pdf) was developed for machine reading and comprehension and abstractive question answering). The model performance is measured by how high the output summary's [ROUGE](https://huggingface.co/metrics/rouge) score for a given article is when compared to the highlight as written by the original article author. [Zhong et al (2020)](https://www.aclweb.org/anthology/2020.acl-main.552.pdf) report a ROUGE-1 score of 44.41 when testing a model trained for extractive summarization. See the [Papers With Code leaderboard](https://paperswithcode.com/sota/document-summarization-on-cnn-daily-mail) for more models.
64
 
65
  ### Languages
66
 
 
20
  paperswithcode_id: cnn-daily-mail-1
21
  pretty_name: CNN / Daily Mail
22
  ---
23
+ # Dataset Card for CNN Dailymail Dutch πŸ‡³πŸ‡±πŸ‡§πŸ‡ͺ Dataset
24
 
25
  ## Table of Contents
26
  - [Dataset Description](#dataset-description)
 
48
 
49
  ## Dataset Description
50
 
51
+ Note: the data below is from the English version at [cnn_dailymail](https://huggingface.co/datasets/cnn_dailymail).
52
+
53
  - **Homepage:**
54
  - **Repository:** [CNN / DailyMail Dataset repository](https://github.com/abisee/cnn-dailymail)
55
  - **Paper:** [Abstractive Text Summarization Using Sequence-to-Sequence RNNs and Beyond](https://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend.pdf), [Get To The Point: Summarization with Pointer-Generator Networks](https://www.aclweb.org/anthology/K16-1028.pdf)
 
58
 
59
  ### Dataset Summary
60
 
61
+ The CNN / DailyMail Dutch πŸ‡³πŸ‡±πŸ‡§πŸ‡ͺ Dataset is an English-language dataset translated to Dutch containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The current version supports both extractive and abstractive summarization, though the original version was created for machine reading and comprehension and abstractive question answering.
62
+
63
+ *This dataset currently (Aug '22) has a single config, which is
64
+ config `3.0.0` of [cnn_dailymail](https://huggingface.co/datasets/cnn_dailymail) translated to Dutch
65
+ with [yhavinga/t5-base-36L-ccmatrix-multi](https://huggingface.co/yhavinga/t5-base-36L-ccmatrix-multi).*
66
 
67
  ### Supported Tasks and Leaderboards
68
 
69
+ - 'summarization': [Version 3.0.0 of the CNN / DailyMail Dataset](https://www.aclweb.org/anthology/K16-1028.pdf) can be used to train a model for abstractive and extractive summarization ([Version 1.0.0](https://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend.pdf) was developed for machine reading and comprehension and abstractive question answering). The model performance is measured by how high the output summary's [ROUGE](https://huggingface.co/metrics/rouge) score for a given article is when compared to the highlight as written by the original article author. [Zhong et al (2020)](https://www.aclweb.org/anthology/2020.acl-main.552.pdf) report a ROUGE-1 score of 44.41 when testing a model trained for extractive summarization. See the [Papers With Code leaderboard](https://paperswithcode.com/sota/document-summarization-on-cnn-daily-mail) for more models.
70
 
71
  ### Languages
72