datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
mnli
Glue MNLI
This dataset is a port of the official mnli dataset on the Hub.
It contains the matched version.
Note that the premise and hypothesis columns have been renamed to text1 and text2 respectively.
Also, the test split is not labeled; the label column values are always -1.
chaos-mnli-ambiguityChaos NLI MNLI portion with gini coefficient pre-computed (from 0 to 1)
High gini means unambiguous inference.
@inproceedings{xzhou2022distnli,
Author = {Xiang Zhou and Yixin Nie and Mohit Bansal},
Booktitle = {Findings of the Association for Computational Linguistics: ACL 2022},
Publisher = {Association for Computational Linguistics},
Title = {Distributed NLI: Learning to Predict Human Opinion Distributions for Language Reasoning},
Year = {2022}
}
glue-mnli-trainmnli-statsmnli_mm
Glue MNLI
This dataset is a port of the official mnli dataset on the Hub.
It contains the mismatched version.
Note that the premise and hypothesis columns have been renamed to text1 and text2 respectively.
Also, the test split is not labeled; the label column values are always -1.
MULTI_VALUE_mnli_indefinite_for_zero
Dataset Card for "MULTI_VALUE_mnli_indefinite_for_zero"
More Information needed
mnli_statsmnli_resampled_as_mednli
Dataset Card for Dataset Name
This dataset inherits from mnli, and the only changes is to downsample to the same size as mednli. It is created via
with open("/path/to/mednli/mli_train_v1.jsonl") as f:
data = [json.loads(line) for line in f.readlines()]
raw_datasets = load_dataset("glue", "mnli")
raw_datasets["train"] = raw_datasets["train"].shuffle(seed=42).select(range(len(data)))
raw_datasets.push_to_hub("cnut1648/mnli_resampled_as_mednli")
MULTI_VALUE_mnli_zero_plural
Dataset Card for "MULTI_VALUE_mnli_zero_plural"
More Information needed
neuronovo-utc-data-glue-mnlimnli-nineeleven-fr
Dataset Card for Dataset Name
Dataset Summary
This repository contains a machine-translated French version of the portion of MultiNLI concerning the 9/11 terrorist attacks (2000 examples).
Note that these 2000 examples included in MultiNLI (and machine translated in French here) on the subject of 9/11 are different from the 249 examples in the validation subset and the 501 ones in the test subset of XNLI on the same subject.
In the original subset of MultiNLI on 9/11, 26… See the full description on the dataset page: https://huggingface.co/datasets/maximoss/mnli-nineeleven-fr._mnli-statsglue_augmented_mnli
Dataset Card for glue_augmented_mnli
Dataset Description
Augmented MNLI dataset
Reference: https://huggingface.co/datasets/glue
MNLI-FewShot0-smallVALUE_mnli_negative_concord
Dataset Card for "VALUE2_mnli_negative_concord"
More Information needed
MULTI_VALUE_mnli_zero_plural_after_quantifier
Dataset Card for "MULTI_VALUE_mnli_zero_plural_after_quantifier"
More Information needed
MULTI_VALUE_mnli_zero_degree
Dataset Card for "MULTI_VALUE_mnli_zero_degree"
More Information needed
MULTI_VALUE_mnli_not_preverbal_negator
Dataset Card for "MULTI_VALUE_mnli_not_preverbal_negator"
More Information needed
MULTI_VALUE_mnli_proximal_distal_demonstratives
Dataset Card for "MULTI_VALUE_mnli_proximal_distal_demonstratives"
More Information needed
MULTI_VALUE_mnli_possessives_for_post
Dataset Card for "MULTI_VALUE_mnli_possessives_for_post"
More Information needed
MAWPS-MNLI-CalX-NumEvalMNLI-FewShot2MULTI_VALUE_mnli_existential_there
Dataset Card for "MULTI_VALUE_mnli_existential_there"
More Information needed
phone-mnliglue-mnli-tinyMULTI_VALUE_mnli_adj_postfix
Dataset Card for "MULTI_VALUE_mnli_adj_postfix"
More Information needed
MULTI_VALUE_mnli_superlative_before_matrix_head
Dataset Card for "MULTI_VALUE_mnli_superlative_before_matrix_head"
More Information needed
MULTI_VALUE_mnli_who_what
Dataset Card for "MULTI_VALUE_mnli_who_what"
More Information needed
MULTI_VALUE_mnli_too_sub
Dataset Card for "MULTI_VALUE_mnli_too_sub"
More Information needed
MNLI-FewShot1-small
