datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
snli-hardatomic-snli
atomic-snli
Atomic propositions for the premise and hypothesis of each NLI pair, derived from
stanfordnlp/snli. Each sentence was decomposed into standalone atomic propositions;
these propositions are joined back to the original NLI pairs.
Columns
column
type
description
premise
string
original premise sentence
hypothesis
string
original hypothesis sentence
label
int
0 = entailment, 1 = neutral, 2 = contradiction
premise_propositions
list[string]… See the full description on the dataset page: https://huggingface.co/datasets/Younes2E/atomic-snli.cs_snli
Dataset Card for Czech SNLI
Czech translation of the Stanford Natural Language Interface (SNLI) dataset with manual annotation of a SNLI subset.
In addition to the entailment/contradiction/neutral inference, a "bad translation" class was added.
The annotation was done by students of NLP or computational linguistics. 1499 same pairs were annotated by two students to check IAA.
Dataset Details
The annotation for Czech premise-hypothesis pairs is done on 165390 pairs… See the full description on the dataset page: https://huggingface.co/datasets/CZLC/cs_snli.snli_augsnli_de_by_ayasnli-smoke-test
SNLI Smoke Test
Dataset Summary
This dataset is a small smoke-test subset derived from the Stanford Natural Language Inference (SNLI) training split.
It is intended for fast end-to-end checks of prompt formatting, model adapters, output parsing, and metric pipelines in entailment-lab.
The dataset contains 100 sentence pairs:
34 entailment
33 contradiction
33 neutral
Most of the dataset is organized as complete captionID triplets, where the same premise group… See the full description on the dataset page: https://huggingface.co/datasets/fran-gen/snli-smoke-test.snli_tr_en_datasetsnli-contrastive-json-dataset
