metadata
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
splits:
- name: train
num_bytes: 68876268
num_examples: 549367
- name: validation
num_bytes: 1298780
num_examples: 9842
- name: test
num_bytes: 1292249
num_examples: 9824
download_size: 20747992
dataset_size: 71467297
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
Dataset Card for SNLI-TR
Table of Contents
Dataset Description
SNLI-TR 1.0 is originally released by machine translating the English SNLI 1.0 corpora into Turkish.
Dataset Structure
We kept the original data structure.
Data Fields
- premise (string): The original sentence that provides the context for NLI.
- hypothesis (string): The sentence for which the relationship to the premise (entailment, neutral, contradiction) is to be determined.
- label (int): 0 (entailment), 1 (neutral), 2 (contradiction)