| --- |
| 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: 73953022 |
| num_examples: 392702 |
| - name: validation |
| num_bytes: 913960 |
| num_examples: 4892 |
| - name: test |
| num_bytes: 919751 |
| num_examples: 4923 |
| download_size: 48678202 |
| dataset_size: 75786733 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| - split: validation |
| path: data/validation-* |
| - split: test |
| path: data/test-* |
| --- |
| |
| # Dataset Card for MultiNLI-TR |
|
|
| ## Table of Contents |
| - [Dataset Description](#dataset-description) |
| - [Dataset Structure](#dataset-structure) |
| - [Data Fields](#data-fields) |
| - [Source Data](#source-data) |
|
|
| ## Dataset Description |
|
|
| MultiNLI-TR 1.0 is originally [released](https://github.com/boun-tabi/NLI-TR) by machine translating the [English MultiNLI 1.0 corpora](https://cims.nyu.edu/~sbowman/multinli/multinli_1.0.zip) 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) |
|
|
| ## Source Dataset |
|
|
| [github.co/boun-tabi/NLI-TR](https://github.com/boun-tabi/NLI-TR) |