Datasets:

Modalities:
Text
Formats:
csv
Languages:
Galician
Libraries:
Datasets
pandas
License:
xnli_gl / README.md
Susana Sotelo Docio
Initial commit
dedcee9
|
raw
history blame
1.37 kB
metadata
language:
  - 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

XNLI_gl is an extension of 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.

Dataset Details

Dataset Sources

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