cestwc commited on
Commit
0a1c675
1 Parent(s): bb6c8f1

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +93 -0
dataset_infos.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"cestwc--shortcut": {
2
+ "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",
3
+ "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",
4
+ "homepage": "https://github.com/abisee/cnn-dailymail",
5
+ "license": "",
6
+ "features": {
7
+ "article": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "highlights": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "id": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "input_ids": {
23
+ "feature": {
24
+ "dtype": "int32",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "length": -1,
29
+ "id": null,
30
+ "_type": "Sequence"
31
+ },
32
+ "unigrams": {
33
+ "feature": {
34
+ "dtype": "int64",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "length": -1,
39
+ "id": null,
40
+ "_type": "Sequence"
41
+ },
42
+ "bigrams": {
43
+ "feature": {
44
+ "dtype": "int64",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "length": -1,
49
+ "id": null,
50
+ "_type": "Sequence"
51
+ },
52
+ "tags": {
53
+ "feature": {
54
+ "dtype": "int64",
55
+ "id": null,
56
+ "_type": "Value"
57
+ },
58
+ "length": -1,
59
+ "id": null,
60
+ "_type": "Sequence"
61
+ },
62
+ "prediction": {
63
+ "dtype": "string",
64
+ "id": null,
65
+ "_type": "Value"
66
+ }
67
+ },
68
+ "post_processed": null,
69
+ "supervised_keys": null,
70
+ "task_templates": null,
71
+ "builder_name": "cnn_dailymail",
72
+ "config_name": "3.0.0",
73
+ "version": {
74
+ "version_str": "3.0.0",
75
+ "description": "Using cased version.",
76
+ "major": 3,
77
+ "minor": 0,
78
+ "patch": 0
79
+ },
80
+ "splits": {
81
+ "test": {
82
+ "name": "test",
83
+ "num_bytes": 209733939,
84
+ "num_examples": 11490,
85
+ "dataset_name": "shortcut"
86
+ }
87
+ },
88
+ "download_checksums": null,
89
+ "download_size": 47936954,
90
+ "post_processing_size": null,
91
+ "dataset_size": 209733939,
92
+ "size_in_bytes": 257670893
93
+ }}