Datasets:

Modalities:
Text
Formats:
csv
Languages:
Galician
Libraries:
Datasets
pandas
License:
xnli_gl / README.md
sdocio's picture
Update README.md
897eac8 verified
---
language:
- gl
license:
- cc-by-nc-4.0
pretty_name: xnli-gl
dataset_info:
- config_name: test
features:
- name: sentence1
dtype: string
- name: sentence2
dtype: string
- name: gold_label
dtype: string
configs:
- config_name: default
data_files:
- split: test
path: xnli.test.gl.tsv
task_categories:
- text-classification
---
# Dataset Card for XNLI_gl
<!-- Provide a quick summary of the dataset. -->
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.
- **Curated by:** [Proxecto Nós](https://doagalego.nos.gal/)
- **Language(s) (NLP):** Galician
XNLI is restricted to only non-commercial research purposes under the [Creative Commons Attribution Non-commercial 4.0 International Public License](https://creativecommons.org/licenses/by-nc/4.0/).
## Dataset Details
### Dataset Sources
- **Repository:** [Proxecto NÓS at HuggingFace](https://huggingface.co/proxectonos)
### Supported Tasks and Leaderboards
Textual entailment, Text classification, Language Model
## Dataset Structure
### Dataset Fields
- **sentence1**: text with the premise (string variable)
- **sentence2**: hypothesis, text related to the premise (string variable)
- **gold_label**: a classification label, showing the relation between premise and hypothesis. Possible values:
- entailment
- neutral
- contradiction