Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:

Add URL Lists to HuggingFace Repo

#5
by databasedan - opened
Files changed (6) hide show
  1. .gitattributes +1 -0
  2. all_test.txt +0 -0
  3. all_train.txt +3 -0
  4. all_val.txt +0 -0
  5. cnn_dailymail.py +6 -4
  6. dataset_infos.json +1 -1
.gitattributes CHANGED
@@ -27,3 +27,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
  data/dailymail_stories.tgz filter=lfs diff=lfs merge=lfs -text
29
  data/cnn_stories.tgz filter=lfs diff=lfs merge=lfs -text
 
 
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
  data/dailymail_stories.tgz filter=lfs diff=lfs merge=lfs -text
29
  data/cnn_stories.tgz filter=lfs diff=lfs merge=lfs -text
30
+ all_train.txt filter=lfs diff=lfs merge=lfs -text
all_test.txt ADDED
The diff for this file is too large to render. See raw diff
 
all_train.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5cee49f3a6c862c26ce29308236d2a99625ab6c86a43be22d5206b2790d8029
3
+ size 46424688
all_val.txt ADDED
The diff for this file is too large to render. See raw diff
 
cnn_dailymail.py CHANGED
@@ -67,15 +67,17 @@ _CITATION = """\
67
  _DL_URLS = {
68
  "cnn_stories": "https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz",
69
  "dm_stories": "https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz",
70
- "train": "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_train.txt",
71
- "validation": "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_val.txt",
72
- "test": "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_test.txt",
73
  }
74
 
75
  _HIGHLIGHTS = "highlights"
76
  _ARTICLE = "article"
77
 
78
  _SUPPORTED_VERSIONS = [
 
 
79
  # Using cased version.
80
  datasets.Version("3.0.0", "Using cased version."),
81
  # Same data as 0.0.2
@@ -86,7 +88,7 @@ _SUPPORTED_VERSIONS = [
86
  ]
87
 
88
 
89
- _DEFAULT_VERSION = datasets.Version("3.0.0", "Using cased version.")
90
 
91
 
92
  class CnnDailymailConfig(datasets.BuilderConfig):
 
67
  _DL_URLS = {
68
  "cnn_stories": "https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz",
69
  "dm_stories": "https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz",
70
+ "train": "https://huggingface.co/datasets/cnn_dailymail/resolve/d20aeb41b7adb5b6800fbb08a6b1a3e9d9a90060/all_train.txt",
71
+ "validation": "https://huggingface.co/datasets/cnn_dailymail/resolve/d20aeb41b7adb5b6800fbb08a6b1a3e9d9a90060/all_val.txt",
72
+ "test": "https://huggingface.co/datasets/cnn_dailymail/resolve/d20aeb41b7adb5b6800fbb08a6b1a3e9d9a90060/all_test.txt",
73
  }
74
 
75
  _HIGHLIGHTS = "highlights"
76
  _ARTICLE = "article"
77
 
78
  _SUPPORTED_VERSIONS = [
79
+ # Using local URL lists.
80
+ datasets.Version("4.0.0", "Using HuggingFace Hosted URL Lists."),
81
  # Using cased version.
82
  datasets.Version("3.0.0", "Using cased version."),
83
  # Same data as 0.0.2
 
88
  ]
89
 
90
 
91
+ _DEFAULT_VERSION = datasets.Version("4.0.0", "Using HuggingFace hosted URL lists.")
92
 
93
 
94
  class CnnDailymailConfig(datasets.BuilderConfig):
dataset_infos.json CHANGED
@@ -1 +1 @@
1
- {"3.0.0": {"description": "CNN/DailyMail non-anonymized summarization dataset.\n\nThere are two features:\n - article: text of news article, used as the document to be summarized\n - highlights: joined text of highlights with <s> and </s> around each\n highlight, which is the target summary\n", "citation": "@article{DBLP:journals/corr/SeeLM17,\n author = {Abigail See and\n Peter J. Liu and\n Christopher D. Manning},\n title = {Get To The Point: Summarization with Pointer-Generator Networks},\n journal = {CoRR},\n volume = {abs/1704.04368},\n year = {2017},\n url = {http://arxiv.org/abs/1704.04368},\n archivePrefix = {arXiv},\n eprint = {1704.04368},\n timestamp = {Mon, 13 Aug 2018 16:46:08 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/SeeLM17},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n\n@inproceedings{hermann2015teaching,\n title={Teaching machines to read and comprehend},\n author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},\n booktitle={Advances in neural information processing systems},\n pages={1693--1701},\n year={2015}\n}\n", "homepage": "https://github.com/abisee/cnn-dailymail", "license": "", "features": {"article": {"dtype": "string", "id": null, "_type": "Value"}, "highlights": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "cnn_dailymail", "config_name": "3.0.0", "version": {"version_str": "3.0.0", "description": "Using cased version.", "major": 3, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1261704133, "num_examples": 287113, "dataset_name": "cnn_dailymail"}, "validation": {"name": "validation", "num_bytes": 57732436, "num_examples": 13368, "dataset_name": "cnn_dailymail"}, "test": {"name": "test", "num_bytes": 49925756, "num_examples": 11490, "dataset_name": "cnn_dailymail"}}, "download_checksums": {"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz": {"num_bytes": 158577824, "checksum": "e8fbc0027e54e0a916abd9c969eb35f708ed1467d7ef4e3b17a56739d65cb200"}, "https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz": {"num_bytes": 375893739, "checksum": "ad69010002210b7c406718248ee66e65868b9f6820f163aa966369878d14147e"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_train.txt": {"num_bytes": 46424688, "checksum": "a5cee49f3a6c862c26ce29308236d2a99625ab6c86a43be22d5206b2790d8029"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_val.txt": {"num_bytes": 2433674, "checksum": "81887e982b045083409c6ee838aede8ff4b97291605bcfb21bffc456a16991db"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_test.txt": {"num_bytes": 2109547, "checksum": "c4f5efb5ec2126430a5c156efbd13d0e9c4cb490169e552c38b4a51981a009bd"}}, "download_size": 585439472, "post_processing_size": null, "dataset_size": 1369362325, "size_in_bytes": 1954801797}, "1.0.0": {"description": "CNN/DailyMail non-anonymized summarization dataset.\n\nThere are two features:\n - article: text of news article, used as the document to be summarized\n - highlights: joined text of highlights with <s> and </s> around each\n highlight, which is the target summary\n", "citation": "@article{DBLP:journals/corr/SeeLM17,\n author = {Abigail See and\n Peter J. Liu and\n Christopher D. Manning},\n title = {Get To The Point: Summarization with Pointer-Generator Networks},\n journal = {CoRR},\n volume = {abs/1704.04368},\n year = {2017},\n url = {http://arxiv.org/abs/1704.04368},\n archivePrefix = {arXiv},\n eprint = {1704.04368},\n timestamp = {Mon, 13 Aug 2018 16:46:08 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/SeeLM17},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n\n@inproceedings{hermann2015teaching,\n title={Teaching machines to read and comprehend},\n author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},\n booktitle={Advances in neural information processing systems},\n pages={1693--1701},\n year={2015}\n}\n", "homepage": "https://github.com/abisee/cnn-dailymail", "license": "", "features": {"article": {"dtype": "string", "id": null, "_type": "Value"}, "highlights": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "cnn_dailymail", "config_name": "1.0.0", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1261704133, "num_examples": 287113, "dataset_name": "cnn_dailymail"}, "validation": {"name": "validation", "num_bytes": 57732436, "num_examples": 13368, "dataset_name": "cnn_dailymail"}, "test": {"name": "test", "num_bytes": 49925756, "num_examples": 11490, "dataset_name": "cnn_dailymail"}}, "download_checksums": {"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz": {"num_bytes": 158577824, "checksum": "e8fbc0027e54e0a916abd9c969eb35f708ed1467d7ef4e3b17a56739d65cb200"}, "https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz": {"num_bytes": 375893739, "checksum": "ad69010002210b7c406718248ee66e65868b9f6820f163aa966369878d14147e"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_train.txt": {"num_bytes": 46424688, "checksum": "a5cee49f3a6c862c26ce29308236d2a99625ab6c86a43be22d5206b2790d8029"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_val.txt": {"num_bytes": 2433674, "checksum": "81887e982b045083409c6ee838aede8ff4b97291605bcfb21bffc456a16991db"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_test.txt": {"num_bytes": 2109547, "checksum": "c4f5efb5ec2126430a5c156efbd13d0e9c4cb490169e552c38b4a51981a009bd"}}, "download_size": 585439472, "post_processing_size": null, "dataset_size": 1369362325, "size_in_bytes": 1954801797}, "2.0.0": {"description": "CNN/DailyMail non-anonymized summarization dataset.\n\nThere are two features:\n - article: text of news article, used as the document to be summarized\n - highlights: joined text of highlights with <s> and </s> around each\n highlight, which is the target summary\n", "citation": "@article{DBLP:journals/corr/SeeLM17,\n author = {Abigail See and\n Peter J. Liu and\n Christopher D. Manning},\n title = {Get To The Point: Summarization with Pointer-Generator Networks},\n journal = {CoRR},\n volume = {abs/1704.04368},\n year = {2017},\n url = {http://arxiv.org/abs/1704.04368},\n archivePrefix = {arXiv},\n eprint = {1704.04368},\n timestamp = {Mon, 13 Aug 2018 16:46:08 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/SeeLM17},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n\n@inproceedings{hermann2015teaching,\n title={Teaching machines to read and comprehend},\n author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},\n booktitle={Advances in neural information processing systems},\n pages={1693--1701},\n year={2015}\n}\n", "homepage": "https://github.com/abisee/cnn-dailymail", "license": "", "features": {"article": {"dtype": "string", "id": null, "_type": "Value"}, "highlights": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "cnn_dailymail", "config_name": "2.0.0", "version": {"version_str": "2.0.0", "description": "Separate target sentences with newline.", "major": 2, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1261704133, "num_examples": 287113, "dataset_name": "cnn_dailymail"}, "validation": {"name": "validation", "num_bytes": 57732436, "num_examples": 13368, "dataset_name": "cnn_dailymail"}, "test": {"name": "test", "num_bytes": 49925756, "num_examples": 11490, "dataset_name": "cnn_dailymail"}}, "download_checksums": {"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz": {"num_bytes": 158577824, "checksum": "e8fbc0027e54e0a916abd9c969eb35f708ed1467d7ef4e3b17a56739d65cb200"}, "https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz": {"num_bytes": 375893739, "checksum": "ad69010002210b7c406718248ee66e65868b9f6820f163aa966369878d14147e"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_train.txt": {"num_bytes": 46424688, "checksum": "a5cee49f3a6c862c26ce29308236d2a99625ab6c86a43be22d5206b2790d8029"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_val.txt": {"num_bytes": 2433674, "checksum": "81887e982b045083409c6ee838aede8ff4b97291605bcfb21bffc456a16991db"}, "https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_test.txt": {"num_bytes": 2109547, "checksum": "c4f5efb5ec2126430a5c156efbd13d0e9c4cb490169e552c38b4a51981a009bd"}}, "download_size": 585439472, "post_processing_size": null, "dataset_size": 1369362325, "size_in_bytes": 1954801797}}
 
1
+ {"4.0.0":{"description":"CNN/DailyMail non-anonymized summarization dataset.\n\nThere are two features:\n - article: text of news article, used as the document to be summarized\n - highlights: joined text of highlights with <s> and </s> around each\n highlight, which is the target summary\n","citation":"@article{DBLP:journals/corr/SeeLM17,\n author = {Abigail See and\n Peter J. Liu and\n Christopher D. Manning},\n title = {Get To The Point: Summarization with Pointer-Generator Networks},\n journal = {CoRR},\n volume = {abs/1704.04368},\n year = {2017},\n url = {http://arxiv.org/abs/1704.04368},\n archivePrefix = {arXiv},\n eprint = {1704.04368},\n timestamp = {Mon, 13 Aug 2018 16:46:08 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/SeeLM17},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n\n@inproceedings{hermann2015teaching,\n title={Teaching machines to read and comprehend},\n author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},\n booktitle={Advances in neural information processing systems},\n pages={1693--1701},\n year={2015}\n}\n","homepage":"https://github.com/abisee/cnn-dailymail","license":"","features":{"article":{"dtype":"string","id":null,"_type":"Value"},"highlights":{"dtype":"string","id":null,"_type":"Value"},"id":{"dtype":"string","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"cnn_dailymail","config_name":"4.0.0","version":{"version_str":"4.0.0","description":"Using HuggingFace hosted URL lists.","major":4,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":1261704133,"num_examples":287113,"dataset_name":"cnn_dailymail"},"validation":{"name":"validation","num_bytes":57732436,"num_examples":13368,"dataset_name":"cnn_dailymail"},"test":{"name":"test","num_bytes":49925756,"num_examples":11490,"dataset_name":"cnn_dailymail"}},"download_checksums":{"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz":{"num_bytes":158577824,"checksum":"e8fbc0027e54e0a916abd9c969eb35f708ed1467d7ef4e3b17a56739d65cb200"},"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz":{"num_bytes":375893739,"checksum":"ad69010002210b7c406718248ee66e65868b9f6820f163aa966369878d14147e"},"https://huggingface.co/datasets/cnn_dailymail/resolve/d20aeb41b7adb5b6800fbb08a6b1a3e9d9a90060/all_train.txt":{"num_bytes":46424688,"checksum":"a5cee49f3a6c862c26ce29308236d2a99625ab6c86a43be22d5206b2790d8029"},"https://huggingface.co/datasets/cnn_dailymail/resolve/d20aeb41b7adb5b6800fbb08a6b1a3e9d9a90060/all_val.txt":{"num_bytes":2433674,"checksum":"81887e982b045083409c6ee838aede8ff4b97291605bcfb21bffc456a16991db"},"https://huggingface.co/datasets/cnn_dailymail/resolve/d20aeb41b7adb5b6800fbb08a6b1a3e9d9a90060/all_test.txt":{"num_bytes":2109547,"checksum":"c4f5efb5ec2126430a5c156efbd13d0e9c4cb490169e552c38b4a51981a009bd"}},"download_size":585439472,"post_processing_size":null,"dataset_size":1369362325,"size_in_bytes":1954801797},"3.0.0":{"description":"CNN/DailyMail non-anonymized summarization dataset.\n\nThere are two features:\n - article: text of news article, used as the document to be summarized\n - highlights: joined text of highlights with <s> and </s> around each\n highlight, which is the target summary\n","citation":"@article{DBLP:journals/corr/SeeLM17,\n author = {Abigail See and\n Peter J. Liu and\n Christopher D. Manning},\n title = {Get To The Point: Summarization with Pointer-Generator Networks},\n journal = {CoRR},\n volume = {abs/1704.04368},\n year = {2017},\n url = {http://arxiv.org/abs/1704.04368},\n archivePrefix = {arXiv},\n eprint = {1704.04368},\n timestamp = {Mon, 13 Aug 2018 16:46:08 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/SeeLM17},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n\n@inproceedings{hermann2015teaching,\n title={Teaching machines to read and comprehend},\n author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},\n booktitle={Advances in neural information processing systems},\n pages={1693--1701},\n year={2015}\n}\n","homepage":"https://github.com/abisee/cnn-dailymail","license":"","features":{"article":{"dtype":"string","id":null,"_type":"Value"},"highlights":{"dtype":"string","id":null,"_type":"Value"},"id":{"dtype":"string","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"cnn_dailymail","config_name":"3.0.0","version":{"version_str":"3.0.0","description":"Using cased version.","major":3,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":1261704133,"num_examples":287113,"dataset_name":"cnn_dailymail"},"validation":{"name":"validation","num_bytes":57732436,"num_examples":13368,"dataset_name":"cnn_dailymail"},"test":{"name":"test","num_bytes":49925756,"num_examples":11490,"dataset_name":"cnn_dailymail"}},"download_checksums":{"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz":{"num_bytes":158577824,"checksum":"e8fbc0027e54e0a916abd9c969eb35f708ed1467d7ef4e3b17a56739d65cb200"},"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz":{"num_bytes":375893739,"checksum":"ad69010002210b7c406718248ee66e65868b9f6820f163aa966369878d14147e"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_train.txt":{"num_bytes":46424688,"checksum":"a5cee49f3a6c862c26ce29308236d2a99625ab6c86a43be22d5206b2790d8029"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_val.txt":{"num_bytes":2433674,"checksum":"81887e982b045083409c6ee838aede8ff4b97291605bcfb21bffc456a16991db"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_test.txt":{"num_bytes":2109547,"checksum":"c4f5efb5ec2126430a5c156efbd13d0e9c4cb490169e552c38b4a51981a009bd"}},"download_size":585439472,"post_processing_size":null,"dataset_size":1369362325,"size_in_bytes":1954801797},"1.0.0":{"description":"CNN/DailyMail non-anonymized summarization dataset.\n\nThere are two features:\n - article: text of news article, used as the document to be summarized\n - highlights: joined text of highlights with <s> and </s> around each\n highlight, which is the target summary\n","citation":"@article{DBLP:journals/corr/SeeLM17,\n author = {Abigail See and\n Peter J. Liu and\n Christopher D. Manning},\n title = {Get To The Point: Summarization with Pointer-Generator Networks},\n journal = {CoRR},\n volume = {abs/1704.04368},\n year = {2017},\n url = {http://arxiv.org/abs/1704.04368},\n archivePrefix = {arXiv},\n eprint = {1704.04368},\n timestamp = {Mon, 13 Aug 2018 16:46:08 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/SeeLM17},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n\n@inproceedings{hermann2015teaching,\n title={Teaching machines to read and comprehend},\n author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},\n booktitle={Advances in neural information processing systems},\n pages={1693--1701},\n year={2015}\n}\n","homepage":"https://github.com/abisee/cnn-dailymail","license":"","features":{"article":{"dtype":"string","id":null,"_type":"Value"},"highlights":{"dtype":"string","id":null,"_type":"Value"},"id":{"dtype":"string","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"cnn_dailymail","config_name":"1.0.0","version":{"version_str":"1.0.0","description":"","major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":1261704133,"num_examples":287113,"dataset_name":"cnn_dailymail"},"validation":{"name":"validation","num_bytes":57732436,"num_examples":13368,"dataset_name":"cnn_dailymail"},"test":{"name":"test","num_bytes":49925756,"num_examples":11490,"dataset_name":"cnn_dailymail"}},"download_checksums":{"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz":{"num_bytes":158577824,"checksum":"e8fbc0027e54e0a916abd9c969eb35f708ed1467d7ef4e3b17a56739d65cb200"},"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz":{"num_bytes":375893739,"checksum":"ad69010002210b7c406718248ee66e65868b9f6820f163aa966369878d14147e"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_train.txt":{"num_bytes":46424688,"checksum":"a5cee49f3a6c862c26ce29308236d2a99625ab6c86a43be22d5206b2790d8029"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_val.txt":{"num_bytes":2433674,"checksum":"81887e982b045083409c6ee838aede8ff4b97291605bcfb21bffc456a16991db"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_test.txt":{"num_bytes":2109547,"checksum":"c4f5efb5ec2126430a5c156efbd13d0e9c4cb490169e552c38b4a51981a009bd"}},"download_size":585439472,"post_processing_size":null,"dataset_size":1369362325,"size_in_bytes":1954801797},"2.0.0":{"description":"CNN/DailyMail non-anonymized summarization dataset.\n\nThere are two features:\n - article: text of news article, used as the document to be summarized\n - highlights: joined text of highlights with <s> and </s> around each\n highlight, which is the target summary\n","citation":"@article{DBLP:journals/corr/SeeLM17,\n author = {Abigail See and\n Peter J. Liu and\n Christopher D. Manning},\n title = {Get To The Point: Summarization with Pointer-Generator Networks},\n journal = {CoRR},\n volume = {abs/1704.04368},\n year = {2017},\n url = {http://arxiv.org/abs/1704.04368},\n archivePrefix = {arXiv},\n eprint = {1704.04368},\n timestamp = {Mon, 13 Aug 2018 16:46:08 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/SeeLM17},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n\n@inproceedings{hermann2015teaching,\n title={Teaching machines to read and comprehend},\n author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},\n booktitle={Advances in neural information processing systems},\n pages={1693--1701},\n year={2015}\n}\n","homepage":"https://github.com/abisee/cnn-dailymail","license":"","features":{"article":{"dtype":"string","id":null,"_type":"Value"},"highlights":{"dtype":"string","id":null,"_type":"Value"},"id":{"dtype":"string","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"cnn_dailymail","config_name":"2.0.0","version":{"version_str":"2.0.0","description":"Separate target sentences with newline.","major":2,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":1261704133,"num_examples":287113,"dataset_name":"cnn_dailymail"},"validation":{"name":"validation","num_bytes":57732436,"num_examples":13368,"dataset_name":"cnn_dailymail"},"test":{"name":"test","num_bytes":49925756,"num_examples":11490,"dataset_name":"cnn_dailymail"}},"download_checksums":{"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/cnn_stories.tgz":{"num_bytes":158577824,"checksum":"e8fbc0027e54e0a916abd9c969eb35f708ed1467d7ef4e3b17a56739d65cb200"},"https://huggingface.co/datasets/cnn_dailymail/resolve/11343c3752184397d56efc19a8a7cceb68089318/data/dailymail_stories.tgz":{"num_bytes":375893739,"checksum":"ad69010002210b7c406718248ee66e65868b9f6820f163aa966369878d14147e"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_train.txt":{"num_bytes":46424688,"checksum":"a5cee49f3a6c862c26ce29308236d2a99625ab6c86a43be22d5206b2790d8029"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_val.txt":{"num_bytes":2433674,"checksum":"81887e982b045083409c6ee838aede8ff4b97291605bcfb21bffc456a16991db"},"https://raw.githubusercontent.com/abisee/cnn-dailymail/master/url_lists/all_test.txt":{"num_bytes":2109547,"checksum":"c4f5efb5ec2126430a5c156efbd13d0e9c4cb490169e552c38b4a51981a009bd"}},"download_size":585439472,"post_processing_size":null,"dataset_size":1369362325,"size_in_bytes":1954801797}}