Patt commited on
Commit
3f591ad
·
verified ·
1 Parent(s): c9bcf11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -12,3 +12,16 @@ license: cc-by-sa-4.0
12
  ### Dataset Description
13
  This dataset is Thai translated version of [RTE](https://huggingface.co/datasets/super_glue/viewer/rte) using google translate with [Multilingual Universal Sentence Encoder](https://arxiv.org/abs/1907.04307) to calculate score for Thai translation.
14
  Some line which score_hypothesis <= 0.5 or score_premise <= 0.7 had been droped.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ### Dataset Description
13
  This dataset is Thai translated version of [RTE](https://huggingface.co/datasets/super_glue/viewer/rte) using google translate with [Multilingual Universal Sentence Encoder](https://arxiv.org/abs/1907.04307) to calculate score for Thai translation.
14
  Some line which score_hypothesis <= 0.5 or score_premise <= 0.7 had been droped.
15
+
16
+
17
+ ## Citation
18
+ ```bash
19
+ @misc{RTE_TH_cleanned,
20
+ author = {Patteera Triamamornwooth},
21
+ title = {RTE_TH_cleanned},
22
+ year = {2023},
23
+ publisher = {Hugging Face},
24
+ note = {v1.0},
25
+ url = {https://huggingface.co/datasets/Patt/RTE_TH_cleanned}
26
+ }
27
+ ```