Datasets:
rsepulvedat
commited on
Commit
•
b4d1168
1
Parent(s):
d04a92b
Dataset description
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
license: cc-by-nc-4.0
|
5 |
+
---
|
6 |
+
## Dataset Summary
|
7 |
+
|
8 |
+
This dataset is a professional translation into Valencian of the Cross-lingual Natural Language Inference XNLI dataset.
|
9 |
+
XNLI-va is a collection of 5.010 sentence pairs annotated with textual entailment.
|
10 |
+
The original dataset was restricted to only non-commercial research purposes under the Creative Commons Attribution Non-commercial 4.0 International Public License.
|
11 |
+
|
12 |
+
## Dataset Structure
|
13 |
+
|
14 |
+
- premise: a string feature.
|
15 |
+
- hypothesis: a string feature.
|
16 |
+
- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).
|
17 |
+
|
18 |
+
## Data Instances
|
19 |
+
|
20 |
+
```json
|
21 |
+
{
|
22 |
+
"premise": "Hi ha tant que es pot dir sobre això, que senzillament em saltaré això.",
|
23 |
+
"hypothesis": "No parlaré sobre la història de la ciutat perquè hi ha molt a dir.",
|
24 |
+
"label": 1
|
25 |
+
}
|