onurgu commited on
Commit
b7f718a
1 Parent(s): 498ca50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -9,6 +9,8 @@ datasets:
9
  - mlsum
10
  - mrbesher/tr-paraphrase-opensubtitles2018
11
  - mrbesher/tr-paraphrase-tatoeba
 
 
12
  ---
13
 
14
 
@@ -119,6 +121,8 @@ We only performed finetuning for several understanding and generation tasks:
119
  - Summarization and news title generation: [TRNews](https://dl.acm.org/doi/10.1007/s10579-021-09568-y) and [MLSUM](https://arxiv.org/pdf/2004.14900v1.pdf)
120
  - Named Entity Recognition: [WikiANN](https://www.aclweb.org/anthology/P19-1015) and [MilliyetNER](https://doi.org/10.1017/S135132490200284X)
121
  - Part of Speech tagging: Two Universal Dependencies Turkish Treebanks, [IMST](https://universaldependencies.org/treebanks/tr_imst/index.html), [BOUN](https://universaldependencies.org/treebanks/tr_boun/index.html).
 
 
122
 
123
  -
124
  Refer to the paper for more information.
 
9
  - mlsum
10
  - mrbesher/tr-paraphrase-opensubtitles2018
11
  - mrbesher/tr-paraphrase-tatoeba
12
+ - figenfikri/stsb_tr
13
+ - nli_tr
14
  ---
15
 
16
 
 
121
  - Summarization and news title generation: [TRNews](https://dl.acm.org/doi/10.1007/s10579-021-09568-y) and [MLSUM](https://arxiv.org/pdf/2004.14900v1.pdf)
122
  - Named Entity Recognition: [WikiANN](https://www.aclweb.org/anthology/P19-1015) and [MilliyetNER](https://doi.org/10.1017/S135132490200284X)
123
  - Part of Speech tagging: Two Universal Dependencies Turkish Treebanks, [IMST](https://universaldependencies.org/treebanks/tr_imst/index.html), [BOUN](https://universaldependencies.org/treebanks/tr_boun/index.html).
124
+ - Semantic Textual Similarity: [STSb-tr](https://doi.org/10.18653/v1/2021.gem-1.3)
125
+ - Natural language inference: [NLI-TR](https://doi.org/10.18653/v1/2020.emnlp-main.662)
126
 
127
  -
128
  Refer to the paper for more information.