Susana Sotelo Docio
commited on
Commit
·
dedcee9
1
Parent(s):
f6c90d7
Initial commit
Browse files- README.md +46 -0
- xnli.test.gl.tsv +0 -0
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- gl
|
4 |
+
dataset_info:
|
5 |
+
- config_name: test
|
6 |
+
features:
|
7 |
+
- name: sentence1
|
8 |
+
dtype: string
|
9 |
+
- name: sentence2
|
10 |
+
dtype: string
|
11 |
+
- name: gold_label
|
12 |
+
dtype: string
|
13 |
+
configs:
|
14 |
+
- config_name: default
|
15 |
+
data_files:
|
16 |
+
- split: test
|
17 |
+
path: xnli.test.gl.tsv
|
18 |
+
task_categories:
|
19 |
+
- text-classification
|
20 |
+
---
|
21 |
+
# Dataset Card for XNLI_gl
|
22 |
+
|
23 |
+
<!-- Provide a quick summary of the dataset. -->
|
24 |
+
|
25 |
+
XNLI_gl is an extension of [XNLI](https://huggingface.co/datasets/xnli) translated to **Galician**. It has been designed as a cross-lingual dataset for the Natural Language Inference task, a text-classification task that consists on classifying pairs of sentences, a premise and a hypothesis, according to their semantic relation out of three possible labels: entailment, contradiction and neutral.
|
26 |
+
|
27 |
+
- **Curated by:** [Proxecto Nós](https://doagalego.nos.gal/)
|
28 |
+
- **Language(s) (NLP):** Galician
|
29 |
+
|
30 |
+
## Dataset Details
|
31 |
+
|
32 |
+
### Dataset Sources
|
33 |
+
|
34 |
+
- **Repository:** [Link to the GitHub Repository](https://github.com/proxectonos/eval_datasets/tree/main/XNLI)
|
35 |
+
|
36 |
+
## Dataset Structure
|
37 |
+
|
38 |
+
### Dataset Fields
|
39 |
+
|
40 |
+
- **sentence1**: text with the premise (string variable)
|
41 |
+
- **sentence2**: hypothesis, text related to the premise (string variable)
|
42 |
+
- **gold_label**: a classification label, showing the relation between premise and hypothesis. Possible values:
|
43 |
+
- entailment
|
44 |
+
- neutral
|
45 |
+
- contradiction
|
46 |
+
|
xnli.test.gl.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|