{ "default": { "description": "Movie Review Dataset.\nThis is a dataset of containing 5,331 positive and 5,331 negative processed\nsentences from Rotten Tomatoes movie reviews. This data was first used in Bo\nPang and Lillian Lee, ``Seeing stars: Exploiting class relationships for\nsentiment categorization with respect to rating scales.'', Proceedings of the\nACL, 2005.\n", "citation": "@InProceedings{Pang+Lee:05a,\n author = {Bo Pang and Lillian Lee},\n title = {Seeing stars: Exploiting class relationships for sentiment\n categorization with respect to rating scales},\n booktitle = {Proceedings of the ACL},\n year = 2005\n}\n", "homepage": "http://www.cs.cornell.edu/people/pabo/movie-review-data/", "license": "", "features": { "text": { "dtype": "string", "_type": "Value" }, "label": { "names": [ "neg", "pos" ], "_type": "ClassLabel" } }, "supervised_keys": {}, "task_templates": [ { "task": "text-classification", "label_column": "label" } ], "builder_name": "parquet", "dataset_name": "rotten_tomatoes", "config_name": "default", "version": { "version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0 }, "splits": { "train": { "name": "train", "num_bytes": 1074806, "num_examples": 8530, "dataset_name": null }, "validation": { "name": "validation", "num_bytes": 134675, "num_examples": 1066, "dataset_name": null }, "test": { "name": "test", "num_bytes": 135968, "num_examples": 1066, "dataset_name": null } }, "download_size": 881052, "dataset_size": 1345449, "size_in_bytes": 2226501 } }