jhgan commited on
Commit
aee28d2
โ€ข
1 Parent(s): 7f05133

updated README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -37,10 +37,15 @@ print(embeddings)
37
 
38
  KorNLI ํ•™์Šต ๋ฐ์ดํ„ฐ์…‹์œผ๋กœ ํ•™์Šตํ•œ ํ›„ KorSTS ํ‰๊ฐ€ ๋ฐ์ดํ„ฐ์…‹์œผ๋กœ ํ‰๊ฐ€ํ•œ ๊ฒฐ๊ณผ์ž…๋‹ˆ๋‹ค.
39
 
40
- <!--- Describe how your model was evaluated -->
41
- ๋ชจ๋ธ|ํ•™์Šต ๋ฐ์ดํ„ฐ|Cosine Pearson|Cosine Spearman|Euclidean Pearson|Euclidean Spearman|Manhattan Pearson|Manhattan Spearman|Dot Pearson|Dot Spearman|
42
- |:----:|:------------------------:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
43
- SKT-KoBERT|NLI|82.03|82.36|80.06|79.85|80.08|79.91|75.76|74.72
 
 
 
 
 
44
 
45
  ## Training
46
  The model was trained with the parameters:
@@ -88,4 +93,10 @@ SentenceTransformer(
88
 
89
  ## Citing & Authors
90
 
91
- <!--- Describe where people can find more information -->
 
 
 
 
 
 
 
37
 
38
  KorNLI ํ•™์Šต ๋ฐ์ดํ„ฐ์…‹์œผ๋กœ ํ•™์Šตํ•œ ํ›„ KorSTS ํ‰๊ฐ€ ๋ฐ์ดํ„ฐ์…‹์œผ๋กœ ํ‰๊ฐ€ํ•œ ๊ฒฐ๊ณผ์ž…๋‹ˆ๋‹ค.
39
 
40
+ - Cosine Pearson: 82.03
41
+ - Cosine Spearman: 82.36
42
+ - Euclidean Pearson: 80.06
43
+ - Euclidean Spearman: 79.85
44
+ - Manhattan Pearson: 80.08
45
+ - Manhattan Spearman: 79.91
46
+ - Dot Pearson: 75.76
47
+ - Dot Spearman: 74.72
48
+
49
 
50
  ## Training
51
  The model was trained with the parameters:
 
93
 
94
  ## Citing & Authors
95
 
96
+ - Ham, J., Choe, Y. J., Park, K., Choi, I., & Soh, H. (2020). Kornli and korsts: New benchmark datasets for korean natural language understanding. arXiv
97
+ preprint arXiv:2004.03289
98
+ - Reimers, Nils and Iryna Gurevych. โ€œSentence-BERT: Sentence Embeddings using Siamese BERT-Networks.โ€ ArXiv abs/1908.10084 (2019)
99
+ - [Ko-Sentence-BERT-SKTBERT](https://github.com/BM-K/KoSentenceBERT-SKT)
100
+ - [KoBERT](https://github.com/SKTBrain/KoBERT)<!--- Describe where people can find more information -->
101
+
102
+