Create dataset_infos.json
Browse files- dataset_infos.json +86 -0
dataset_infos.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default":{
|
3 |
+
"description":"\nMulti-Document,a large-scale multi-document summarization dataset created from scientific articles. Multi-Document introduces a challenging multi-document summarization task: writing therelated-work section of a paper based on itsabstract and the articles it references.\n",
|
4 |
+
"citation":"\n@article{lu2020multi,\n title={Multi-Document: A Large-scale Dataset for Extreme Multi-document Summarization of Scientific Articles},\n author={Arka Das, India},\n journal={arXiv preprint arXiv:2010.14235},\n year={2022}\n}\n",
|
5 |
+
"homepage":"https://github.com/arka0821/multi_document_summarization",
|
6 |
+
"license":"",
|
7 |
+
"features":{
|
8 |
+
"id":{
|
9 |
+
"dtype":"string",
|
10 |
+
"id":null,
|
11 |
+
"_type":"Value"
|
12 |
+
},
|
13 |
+
"docs":{
|
14 |
+
"feature":{
|
15 |
+
"id":{
|
16 |
+
"dtype":"string",
|
17 |
+
"id":null,
|
18 |
+
"_type":"Value"
|
19 |
+
},
|
20 |
+
"text":{
|
21 |
+
"dtype":"string",
|
22 |
+
"id":null,
|
23 |
+
"_type":"Value"
|
24 |
+
}
|
25 |
+
},
|
26 |
+
"length":-1,
|
27 |
+
"id":null,
|
28 |
+
"_type":"Sequence"
|
29 |
+
},
|
30 |
+
"summary":{
|
31 |
+
"dtype":"string",
|
32 |
+
"id":null,
|
33 |
+
"_type":"Value"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"post_processed":null,
|
37 |
+
"supervised_keys":null,
|
38 |
+
"builder_name":"multi_document_summarization",
|
39 |
+
"config_name":"default",
|
40 |
+
"version":{
|
41 |
+
"version_str":"1.1.0",
|
42 |
+
"description":null,
|
43 |
+
"major":1,
|
44 |
+
"minor":1,
|
45 |
+
"patch":0
|
46 |
+
},
|
47 |
+
"splits":{
|
48 |
+
"train":{
|
49 |
+
"name":"train",
|
50 |
+
"num_bytes":169364465,
|
51 |
+
"num_examples":50,
|
52 |
+
"dataset_name":"multi_document_summarization"
|
53 |
+
},
|
54 |
+
"test":{
|
55 |
+
"name":"test",
|
56 |
+
"num_bytes":27965523,
|
57 |
+
"num_examples":5,
|
58 |
+
"dataset_name":"multi_document_summarization"
|
59 |
+
},
|
60 |
+
"validation":{
|
61 |
+
"name":"validation",
|
62 |
+
"num_bytes":28168498,
|
63 |
+
"num_examples":10,
|
64 |
+
"dataset_name":"multi_document_summarization"
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"download_checksums":{
|
68 |
+
"https://github.com/arka0821/multi_document_summarization/master/data/train.json.gz":{
|
69 |
+
"num_bytes":46052652,
|
70 |
+
"checksum":"447590bb3580b489fe388ccaf563b771ce310d4054b188e4d4055916653ce915"
|
71 |
+
},
|
72 |
+
"https://github.com/arka0821/multi_document_summarization/master/data/test.json.gz":{
|
73 |
+
"num_bytes":7601038,
|
74 |
+
"checksum":"40b08749cc676c28b44e9c328dc3befa659eb2a752344e9388918e47efde3444"
|
75 |
+
},
|
76 |
+
"https://github.com/arka0821/multi_document_summarization/master/data/val.json.gz":{
|
77 |
+
"num_bytes":7675614,
|
78 |
+
"checksum":"fc5a84edad99d9d9fe6e71567b1c198f410e34a3b1e71a56e73b77b930258a8a"
|
79 |
+
}
|
80 |
+
},
|
81 |
+
"download_size":61329304,
|
82 |
+
"post_processing_size":null,
|
83 |
+
"dataset_size":225498486,
|
84 |
+
"size_in_bytes":286827790
|
85 |
+
}
|
86 |
+
}
|