This dataset is a concatenation of the SNLI and MultiNLI datasets.
Despite originally being intended for Natural Language Inference (NLI), this dataset can be used for training/finetuning an embedding model for semantic textual similarity.
Dataset Subsets
pair-class subset
Columns: "premise", "hypothesis", "label"
Column types: str, str, class with {"0": "entailment", "1": "neutral", "2", "contradiction"}
Examples:{
'premise': 'A… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/all-nli.