uygarkurt commited on
Commit
dd8b948
1 Parent(s): 0b38bfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - punctuation restoration
7
  - punctuation prediction
8
  widget:
9
- text: "Türkiye toprakları üzerindeki ilk yerleşmeler Yontma Taş Devri'nde başlar Doğu Trakya'da Traklar olmak üzere Hititler Frigler Lidyalılar ve Dor istilası sonucu Yunanistan'dan kaçan Akalar tarafından kurulan İyon medeniyeti gibi çeşitli eski Anadolu medeniyetlerinin ardından Makedonya kralı Büyük İskender'in egemenliğiyle ve fetihleriyle birlikte Helenistik Dönem başladı"
10
  ---
11
 
12
  # Transformer Based Punctuation Restoration Models for Turkish
@@ -21,7 +21,7 @@ widget:
21
  <p>Liked our work? give us a ⭐ on GitHub!</p>
22
  </div>
23
 
24
- You can find the BERT model used in the paper Transformer Based Punctuation Restoration for Turkish. Aim of this work is correctly place pre-decided punctuation marks in a given text. We present three pre-trained transformer models to predict **period(.)**, **comma(,)** and **question(?)** marks for the Turkish language.
25
 
26
  ## Usage <a class="anchor" id="usage"></a>
27
 
@@ -65,4 +65,18 @@ ConvBERT: https://huggingface.co/uygarkurt/convbert-restore-punctuation-turkish
65
  |Score Type| P | R | F1 | P | R | F1 | P | R | F1 | P | R | F1 |
66
  | BERT | 0.972602 | 0.947504 | 0.959952 | 0.576145 | 0.700010 | 0.632066 | 0.927642 | 0.911342 | 0.919420 | 0.825506 | 0.852952 | 0.837146 |
67
  | ELECTRA | 0.972602 | 0.948689 | 0.960497 | 0.576800 | 0.710208 | 0.636590 | 0.920325 | 0.921074 | 0.920699 | 0.823242 | 0.859990 | 0.839262 |
68
- | ConvBERT | 0.972731 | 0.946791 | 0.959585 | 0.576964 | 0.708124 | 0.635851 | 0.922764 | 0.913849 | 0.918285 | 0.824153 | 0.856254 | 0.837907 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - punctuation restoration
7
  - punctuation prediction
8
  widget:
9
+ - text: "Türkiye toprakları üzerindeki ilk yerleşmeler Yontma Taş Devri'nde başlar Doğu Trakya'da Traklar olmak üzere Hititler Frigler Lidyalılar ve Dor istilası sonucu Yunanistan'dan kaçan Akalar tarafından kurulan İyon medeniyeti gibi çeşitli eski Anadolu medeniyetlerinin ardından Makedonya kralı Büyük İskender'in egemenliğiyle ve fetihleriyle birlikte Helenistik Dönem başladı"
10
  ---
11
 
12
  # Transformer Based Punctuation Restoration Models for Turkish
 
21
  <p>Liked our work? give us a ⭐ on GitHub!</p>
22
  </div>
23
 
24
+ You can find the BERT model used in the paper [Transformer Based Punctuation Restoration for Turkish](https://ieeexplore.ieee.org/document/10286690). Aim of this work is correctly place pre-decided punctuation marks in a given text. We present three pre-trained transformer models to predict **period(.)**, **comma(,)** and **question(?)** marks for the Turkish language.
25
 
26
  ## Usage <a class="anchor" id="usage"></a>
27
 
 
65
  |Score Type| P | R | F1 | P | R | F1 | P | R | F1 | P | R | F1 |
66
  | BERT | 0.972602 | 0.947504 | 0.959952 | 0.576145 | 0.700010 | 0.632066 | 0.927642 | 0.911342 | 0.919420 | 0.825506 | 0.852952 | 0.837146 |
67
  | ELECTRA | 0.972602 | 0.948689 | 0.960497 | 0.576800 | 0.710208 | 0.636590 | 0.920325 | 0.921074 | 0.920699 | 0.823242 | 0.859990 | 0.839262 |
68
+ | ConvBERT | 0.972731 | 0.946791 | 0.959585 | 0.576964 | 0.708124 | 0.635851 | 0.922764 | 0.913849 | 0.918285 | 0.824153 | 0.856254 | 0.837907 |
69
+
70
+ ## Citation <a class="anchor" id="citation"></a>
71
+ ```
72
+ @INPROCEEDINGS{10286690,
73
+ author={Kurt, Uygar and Çayır, Aykut},
74
+ booktitle={2023 8th International Conference on Computer Science and Engineering (UBMK)},
75
+ title={Transformer Based Punctuation Restoration for Turkish},
76
+ year={2023},
77
+ volume={},
78
+ number={},
79
+ pages={169-174},
80
+ doi={10.1109/UBMK59864.2023.10286690}
81
+ }
82
+ ```