sultanbi commited on
Commit
ec29104
·
verified ·
1 Parent(s): a71d3d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ task_ids:
6
+ - natural-language-inference
7
+ - multi-input-text-classification
8
+ language:
9
+ - kk
10
+ - en
11
+ tags:
12
+ - parquet
13
+ size_categories:
14
+ - 100K<n<1M
15
+ ---
16
+ # Description:
17
+ This dataset is a machine-translated Kazakh version of the Stanford Natural Language Inference (SNLI) corpus. Each example includes both the original English premise–hypothesis pair and its corresponding Kazakh translation, along with the original NLI label (entailment, neutral, contradiction).
18
+ It can be used for training or evaluating sentence embedding, entailment, or semantic similarity models in Kazakh.
19
+ Dataset has about ~570k pairs
20
+
21
+ ## Citations
22
+
23
+ Please cite the original SNLI paper:
24
+
25
+ **SNLI (original dataset):**
26
+ Bowman, S. R., Angeli, G., Potts, C., & Manning, C. D. (2015). *A large annotated corpus for learning natural language inference*. EMNLP 2015.
27
+ ```bibtex
28
+ @inproceedings{bowman-etal-2015-large,
29
+ title = {A large annotated corpus for learning natural language inference},
30
+ author = {Bowman, Samuel R. and Angeli, Gabor and Potts, Christopher and Manning, Christopher D.},
31
+ booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
32
+ year = {2015}
33
+ }
34
+ ```
35
+
36
+
37
+ ## License note
38
+
39
+ The original **SNLI** corpus is released under **CC BY-SA 4.0**; derivative datasets (including translations) must retain **CC BY-SA 4.0** with attribution to the Stanford NLP Group.