lsnli-predicted / dataset_infos.json
cestwc's picture
Upload dataset_infos.json
e11f54a
{"cestwc--lsnli-predicted": {"description": "The SNLI corpus (version 1.0) is a collection of 570k human-written English\nsentence pairs manually labeled for balanced classification with the labels\nentailment, contradiction, and neutral, supporting the task of natural language\ninference (NLI), also known as recognizing textual entailment (RTE).\n", "citation": "@inproceedings{snli:emnlp2015,\n\tAuthor = {Bowman, Samuel R. and Angeli, Gabor and Potts, Christopher, and Manning, Christopher D.},\n\tBooktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing (EMNLP)},\n\tPublisher = {Association for Computational Linguistics},\n\tTitle = {A large annotated corpus for learning natural language inference},\n\tYear = {2015}\n}\n", "homepage": "https://nlp.stanford.edu/projects/snli/", "license": "", "features": {"premise": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["entailment", "neutral", "contradiction"], "names_file": null, "id": null, "_type": "ClassLabel"}, "probability": {"dtype": "float64", "id": null, "_type": "Value"}, "explanation_1": {"dtype": "string", "id": null, "_type": "Value"}, "explanation_2": {"dtype": "string", "id": null, "_type": "Value"}, "explanation_3": {"dtype": "string", "id": null, "_type": "Value"}, "premise_logic": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis_logic": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}, "prediction": {"feature": {"dtype": "float64", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "snli", "config_name": "plain_text", "version": {"version_str": "1.0.0", "description": "New split API (https://tensorflow.org/datasets/splits)", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 238933919, "num_examples": 550152, "dataset_name": "lsnli-predicted"}, "test": {"name": "test", "num_bytes": 8241217, "num_examples": 10000, "dataset_name": "lsnli-predicted"}, "validation": {"name": "validation", "num_bytes": 8321072, "num_examples": 10000, "dataset_name": "lsnli-predicted"}}, "download_checksums": null, "download_size": 78409399, "post_processing_size": null, "dataset_size": 255496208, "size_in_bytes": 333905607}}