Patt commited on
Commit
f77cc0b
·
verified ·
1 Parent(s): 1e68d4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -54,3 +54,15 @@ license: cc-by-sa-4.0
54
  ### Dataset Description
55
  This dataset is Thai translated version of [multirc](https://huggingface.co/datasets/super_glue/viewer/multirc) using google translate with [Multilingual Universal Sentence Encoder](https://arxiv.org/abs/1907.04307) to calculate score for Thai translation.
56
  The score was penalized by the length of original text compare to translated text. The row that any score < 0.66 was dropped.
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ### Dataset Description
55
  This dataset is Thai translated version of [multirc](https://huggingface.co/datasets/super_glue/viewer/multirc) using google translate with [Multilingual Universal Sentence Encoder](https://arxiv.org/abs/1907.04307) to calculate score for Thai translation.
56
  The score was penalized by the length of original text compare to translated text. The row that any score < 0.66 was dropped.
57
+
58
+ ## Citation
59
+ ```bash
60
+ @misc{MultiRC_TH_cleanned,
61
+ author = {Patteera Triamamornwooth},
62
+ title = {MultiRC_TH_cleanned},
63
+ year = {2023},
64
+ publisher = {Hugging Face},
65
+ note = {v1.0},
66
+ url = {https://huggingface.co/datasets/Patt/MultiRC_TH_cleanned}
67
+ }
68
+ ```