suriyabalu's picture
Update README.md
4e7b9dd verified
metadata
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': entailment
            '1': neutral
            '2': contradiction
    - name: itv2 hi premise
      dtype: string
    - name: itv2 hi hypothesis
      dtype: string
    - name: itv2 gu premise
      dtype: string
    - name: itv2 gu hypothesis
      dtype: string
    - name: itv2 kn premise
      dtype: string
    - name: itv2 kn hypothesis
      dtype: string
    - name: itv2 ml premise
      dtype: string
    - name: itv2 ml hypothesis
      dtype: string
    - name: itv2 mr premise
      dtype: string
    - name: itv2 mr hypothesis
      dtype: string
    - name: itv2 or premise
      dtype: string
    - name: itv2 or hypothesis
      dtype: string
    - name: itv2 pa premise
      dtype: string
    - name: itv2 pa hypothesis
      dtype: string
    - name: itv2 bn premise
      dtype: string
    - name: itv2 bn hypothesis
      dtype: string
  splits:
    - name: test
      num_bytes: 8389920
      num_examples: 5010
    - name: validation
      num_bytes: 4161518
      num_examples: 2490
  download_size: 4269813
  dataset_size: 12551438

Indic-XNLI Translated

Description: The Indic-XNLI Translated dataset is a translated version of the XNLI dataset, specifically translated into Indic languages. It is designed for natural language understanding tasks, particularly focused on textual entailment. The dataset contains pairs of premises and hypotheses, along with corresponding labels indicating entailment, contradiction, or neutrality.

Dataset Info:

Features:

  • Premise: The text serving as the premise for the textual entailment task.
  • Hypothesis: The text serving as the hypothesis for the textual entailment task.
  • Label: The label indicating the relationship between the premise and hypothesis. It can be one of three classes: entailment, contradiction, or neutral.
  • Indic Language Variants:
    • Hindi (hi)
    • Gujarati (gu)
    • Kannada (ka)
    • Malayalam (ml)
    • Marathi (mr)
    • Oriya (or)
    • Punjabi (pa)
    • Bengali (bn)

Splits:

  • Test:
    • Number of Examples: 5010
  • Validation:
    • Number of Examples: 2490

Download Size: Approximately 4.27 MB

Dataset Size: Approximately 12.55 MB

More Information needed