Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Arabic NLI Pair-Class

Dataset Summary

  • The Arabic Version of SNLI and MultiNLI datasets. (Pair-Class Subset)
  • Originally used for Natural Language Inference (NLI),
  • Dataset may be used for training/finetuning an embedding model for semantic textual similarity.

Pair-Class Subset

  • Columns: "premise", "hypothesis", "label"
  • Column types: str, str, class with {"0": "entailment", "1": "neutral", "2": "contradiction"}

Arabic Examples:

{
  "premise": "شخص على حصان يقفز فوق طائرة معطلة",
  "hypothesis": "شخص يقوم بتدريب حصانه للمنافسة",
  "label": 1,
},
{
  "premise": "شخص على حصان يقفز فوق طائرة معطلة",
  "hypothesis": "شخص في مطعم، يطلب عجة.",
  "label": 2,
},
{
  "premise": "شخص على حصان يقفز فوق طائرة معطلة",
  "hypothesis": "شخص في الهواء الطلق، على حصان.",
  "label": 0,
}
Downloads last month
7

Collection including LLMXperts/Arabic-NLi-Pair-Class