Commit
52db981
1 Parent(s): 9fc034a

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - sentence-similarity
5
+ language:
6
+ - ar
7
+ size_categories:
8
+ - 10K<n<100K
9
+ ---
10
+
11
+ # Arabic NLI Pairs
12
+
13
+ ## Dataset Summary
14
+
15
+ 1. The Arabic Version of SNLI and MultiNLI datasets. (Triplet Subset)
16
+ 2. Originally used for Natural Language Inference (NLI),
17
+ 3. Dataset may be used for training/finetuning an embedding model for semantic textual similarity.
18
+
19
+
20
+ ## Triplet Subset
21
+
22
+ - Columns: "anchor", "positive", "negative"
23
+ - Column types: str, str, str
24
+
25
+ Examples:
26
+
27
+ ```python
28
+ {
29
+ "anchor": "كيف أكون جيولوجياً جيداً؟",
30
+ "positive": "ماذا علي أن أفعل لأكون جيولوجياً عظيماً؟"
31
+ }
32
+ ```
33
+
34
+
35
+ ## Disclaimer
36
+
37
+ Please note that the translated sentences are generated using neural machine translation and may not always convey the intended meaning accurately.
38
+
39
+
40
+ ## Citation
41
+ If you use this dataset in your research, please cite as:
42
+
43
+ ## Contact
44
+ [Contact Me](https://www.omarai.co) if you have any questions or you want to use thid dataset
45
+