Datasets:
File size: 6,363 Bytes
e7dd1ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 |
{
"LFQA_reddit": {
"description": "Explain Like I'm 5 long form QA dataset\n",
"citation": "@inproceedings{DBLP:conf/acl/FanJPGWA19,\n author = {Angela Fan and\n Yacine Jernite and\n Ethan Perez and\n David Grangier and\n Jason Weston and\n Michael Auli},\n editor = {Anna Korhonen and\n David R. Traum and\n Lluis Marquez},\n title = {{ELI5:} Long Form Question Answering},\n booktitle = {Proceedings of the 57th Conference of the Association for Computational\n Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019,\n Volume 1: Long Papers},\n pages = {3558--3567},\n publisher = {Association for Computational Linguistics},\n year = {2019},\n url = {https://doi.org/10.18653/v1/p19-1346},\n doi = {10.18653/v1/p19-1346},\n}\n",
"homepage": "https://facebookresearch.github.io/ELI5/explore.html",
"license": "",
"features": {
"q_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"selftext": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"document": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"subreddit": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answers": {
"feature": {
"a_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"score": {
"dtype": "int32",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"title_urls": {
"feature": {
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"selftext_urls": {
"feature": {
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"answers_urls": {
"feature": {
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"supervised_keys": null,
"builder_name": "eli5",
"config_name": "LFQA_reddit",
"version": {
"version_str": "1.0.0",
"description": null,
"datasets_version_to_prepare": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train_eli5": {
"name": "train_eli5",
"num_bytes": 577188173,
"num_examples": 272634,
"dataset_name": "eli5"
},
"validation_eli5": {
"name": "validation_eli5",
"num_bytes": 21117891,
"num_examples": 9812,
"dataset_name": "eli5"
},
"test_eli5": {
"name": "test_eli5",
"num_bytes": 53099796,
"num_examples": 24512,
"dataset_name": "eli5"
},
"train_asks": {
"name": "train_asks",
"num_bytes": 286464210,
"num_examples": 131778,
"dataset_name": "eli5"
},
"validation_asks": {
"name": "validation_asks",
"num_bytes": 9662481,
"num_examples": 2281,
"dataset_name": "eli5"
},
"test_asks": {
"name": "test_asks",
"num_bytes": 17713920,
"num_examples": 4462,
"dataset_name": "eli5"
},
"train_askh": {
"name": "train_askh",
"num_bytes": 330483260,
"num_examples": 98525,
"dataset_name": "eli5"
},
"validation_askh": {
"name": "validation_askh",
"num_bytes": 18690845,
"num_examples": 4901,
"dataset_name": "eli5"
},
"test_askh": {
"name": "test_askh",
"num_bytes": 36246784,
"num_examples": 9764,
"dataset_name": "eli5"
}
},
"download_checksums": {
"https://s3.amazonaws.com/datasets.huggingface.co/nlp/datasets_experimental/explainlikeimfive/reddit_data_split.json": {
"num_bytes": 6326543,
"checksum": "e605c4854787f3db85415b90ab80bb9ca2e2bd5208391e02aff081be2690923f"
},
"https://s3.amazonaws.com/datasets.huggingface.co/nlp/datasets/eli5/reddit_data_split.json": {
"checksum": "e605c4854787f3db85415b90ab80bb9ca2e2bd5208391e02aff081be2690923f",
"num_bytes": 6326543
}
},
"download_size": 6326543,
"dataset_size": 1350667360,
"size_in_bytes": 1356993903
}
} |