anilguven commited on
Commit
01af263
1 Parent(s): 10da5db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -15,4 +15,46 @@ tags:
15
  - email
16
  - ham
17
  - bert
18
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - email
16
  - ham
17
  - bert
18
+ ---
19
+ ### Model Info
20
+
21
+ This model was developed/finetuned for spam detection task for Turkish Language. This model was finetuned via spam/ham email dataset.
22
+ - LABEL_0: ham/normal mail
23
+ - LABEL_1: spam mail
24
+
25
+ ### Model Sources
26
+
27
+ <!-- Provide the basic links for the model. -->
28
+
29
+ - **Dataset:** https://huggingface.co/datasets/anilguven/turkish_spam_email
30
+ - **Paper:** https://dergipark.org.tr/tr/pub/ejosat/issue/75736/1234079
31
+ - **Demo-Coding [optional]:** https://github.com/anil1055/Turkish_spam_email_detection_with_language_models
32
+ - **Finetuned from model [optional]:** https://huggingface.co/dbmdz/electra-base-turkish-caseddiscriminator
33
+
34
+ #### Preprocessing
35
+
36
+ You must apply removing stopwords, stemming, or lemmatization process for Turkish.
37
+
38
+ # Model Load safetensors
39
+
40
+ <!-- Provide a quick summary of what the model is/does. -->
41
+
42
+ Detailed https://huggingface.co/docs/diffusers/using-diffusers/using_safetensors
43
+
44
+ ### Results
45
+
46
+ - F1-score: %94.00
47
+ - Accuracy: %94.08
48
+
49
+ ## Citation
50
+
51
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
52
+
53
+ **BibTeX:**
54
+
55
+ *@article{article_1234079, title={Türkçe E-postalarda Spam Tespiti için Makine Öğrenme Yöntemlerinin ve Dil Modellerinin Analizi}, journal={Avrupa Bilim ve Teknoloji Dergisi}, pages={1–6}, year={2023}, DOI={10.31590/ejosat.1234079}, author={GÜVEN, Zekeriya Anıl}, keywords={Siber Güvenlik, Spam Tespiti, Dil Modeli, Makine Öğrenmesi, Doğal Dil İşleme, Metin Sınıflandırma, Cyber Security, Spam Detection, Language Model, Machine Learning, Natural Language Processing, Text Classification}, abstract={Son zamanlarda teknolojinin ve sosyal ağların gelişmesiyle çevrimiçi karşılıklı etkileşim, herhangi konuda fikirlerini paylaşma oldukça önem kazanmıştır. Bu etkileşimlerin olumlu yanı olsa da olumsuz yanı da oldukça fazladır. Sosyal ağlarda kullanıcıların bilgilerini elde edip kullanıcıları taklit etmek güvenlik açısından büyük bir problemdir. Böylelikle kullanıcılar üzerinden dolandırıcılık vs. yapılabilmektedir. Kullanıcıları taklit edebilmek için en yaygın yol spam mesajların, e-postaların, vs. atılmasıdır. Güvenlik probleminin üstesinden gelmek için spam filtreleme, spam tespiti yöntemi geliştirme gibi işlemler uygulanmaktadır. Bu çalışmada Türkçe e-postalarda spam içeren e-postaların tespiti için Rastgele Orman, Lojistik Regresyon, Naive Bayes, Yapay Sinir Ağları makine öğrenme yöntemleri ve BERT, ELECTRA, ALBERT, DistilBERT dil modelleri analiz edilmiştir. Böylece dil modellerinin Türkçe için spam e-postaları sınıflandırmadaki etkisi gösterilmek istenmiştir. Deneysel çalışmaların sonucunda, spam e-postaları sınıflandırmada tüm dil modelleri makine öğrenme yöntemlerine göre daha başarılı olmuştur. Makine öğrenme yöntemlerinden yapay sinir ağları %90.15 doğrulu değeri elde ederken, en başarılı dil modelleri %94.08 doğruluk değeri ile BERT ve ELECTRA olmuştur.}, number={47}, publisher={Osman SAĞDIÇ} }*
56
+
57
+
58
+ **APA:**
59
+
60
+ *GÜVEN, Z. A. (2023). Türkçe E-postalarda Spam Tespiti için Makine Öğrenme Yöntemlerinin ve Dil Modellerinin Analizi. Avrupa Bilim ve Teknoloji Dergisi, (47), 1-6.*