CoolFace
Datasetpublic

gplsi/xnli_va

Dataset Summary This dataset is a professional translation into Valencian of the Cross-lingual Natural Language Inference XNLI dataset. XNLI-va is a collection of 5.010 sentence pairs annotated with textual entailment. The original dataset was restricted to only non-commercial research purposes under the Creative Commons Attribution Non-commercial 4.0 International Public License. Dataset Structure premise: a string feature. hypothesis: a string feature. label: a… See the full description on the dataset page: https://huggingface.co/datasets/gplsi/xnli_va.

sourceHugging Facecc-by-nc-4.0updated 2y agoView on Hugging Face
0likes54downloads
Dataset Card

Dataset Summary

This dataset is a professional translation into Valencian of the Cross-lingual Natural Language Inference XNLI dataset. XNLI-va is a collection of 5.010 sentence pairs annotated with textual entailment. The original dataset was restricted to only non-commercial research purposes under the Creative Commons Attribution Non-commercial 4.0 International Public License.

Dataset Structure

  • premise: a string feature.
  • hypothesis: a string feature.
  • label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).

Data Instances

json
{
    "premise": "Hi ha tant que es pot dir sobre això, que senzillament em saltaré això.",
    "hypothesis": "No parlaré sobre la història de la ciutat perquè hi ha molt a dir.",
    "label": 1
}