xsum_reduced / dataset_infos.json
Daniil Larionov
Upload dataset_infos.json
510ed4e
{"Rexhaif--xsum_reduced": {"description": "\nExtreme Summarization (XSum) Dataset.\n\nThere are three features:\n - document: Input news article.\n - summary: One sentence summary of the article.\n - id: BBC ID of the article.\n\n", "citation": "\n@article{Narayan2018DontGM,\n title={Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization},\n author={Shashi Narayan and Shay B. Cohen and Mirella Lapata},\n journal={ArXiv},\n year={2018},\n volume={abs/1808.08745}\n}\n", "homepage": "https://github.com/EdinburghNLP/XSum/tree/master/XSum-Dataset", "license": "", "features": {"document": {"dtype": "string", "id": null, "_type": "Value"}, "summary": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "document", "output": "summary"}, "task_templates": null, "builder_name": "xsum", "config_name": "default", "version": {"version_str": "1.2.0", "description": null, "major": 1, "minor": 2, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 479206363, "num_examples": 204045, "dataset_name": "xsum_reduced"}, "validation": {"name": "validation", "num_bytes": 2320232.7038475117, "num_examples": 1000, "dataset_name": "xsum_reduced"}, "test": {"name": "test", "num_bytes": 2360697.106052585, "num_examples": 1000, "dataset_name": "xsum_reduced"}}, "download_checksums": null, "download_size": 306480514, "post_processing_size": null, "dataset_size": 483887292.8099001, "size_in_bytes": 790367806.8099}}