File size: 1,054 Bytes
52db981
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4197e57
 
 
52db981
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
license: apache-2.0
task_categories:
- sentence-similarity
language:
- ar
size_categories:
- 10K<n<100K
---

# Arabic NLI Pairs

## Dataset Summary

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


## Triplet Subset

- Columns: "anchor", "positive", "negative"
- Column types: str, str, str

Examples:

```python
{
  "anchor": "شخص على حصان يقفز فوق طائرة معطلة",
  "positive": "شخص في الهواء الطلق، على حصان.",
  "negative": "شخص في مطعم، يطلب عجة."
}
```


## Disclaimer

Please note that the translated sentences are generated using neural machine translation and may not always convey the intended meaning accurately.


## Citation
If you use this dataset in your research, please cite as:

## Contact
[Contact Me](https://www.omarai.co) if you have any questions or you want to use thid dataset