Update README.md
Browse files
README.md
CHANGED
|
@@ -34,3 +34,29 @@ configs:
|
|
| 34 |
- split: test
|
| 35 |
path: data/test-*
|
| 36 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
- split: test
|
| 35 |
path: data/test-*
|
| 36 |
---
|
| 37 |
+
|
| 38 |
+
# Dataset Card for MultiNLI-TR
|
| 39 |
+
|
| 40 |
+
## Table of Contents
|
| 41 |
+
- [Dataset Description](#dataset-description)
|
| 42 |
+
- [Dataset Structure](#dataset-structure)
|
| 43 |
+
- [Data Fields](#data-fields)
|
| 44 |
+
- [Source Data](#source-data)
|
| 45 |
+
|
| 46 |
+
## Dataset Description
|
| 47 |
+
|
| 48 |
+
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.
|
| 49 |
+
|
| 50 |
+
### Dataset Structure
|
| 51 |
+
|
| 52 |
+
We kept the original data structure.
|
| 53 |
+
|
| 54 |
+
### Data Fields
|
| 55 |
+
|
| 56 |
+
- **premise** (string): The original sentence that provides the context for NLI.
|
| 57 |
+
- **hypothesis** (string): The sentence for which the relationship to the premise (entailment, neutral, contradiction) is to be determined.
|
| 58 |
+
- **label** (int): 0 (entailment), 1 (neutral), 2 (contradiction)
|
| 59 |
+
|
| 60 |
+
## Source Dataset
|
| 61 |
+
|
| 62 |
+
[github.co/boun-tabi/NLI-TR](https://github.com/boun-tabi/NLI-TR)
|