anilguven commited on
Commit
937f014
1 Parent(s): 60bb61e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -1
README.md CHANGED
@@ -13,4 +13,64 @@ tags:
13
  - turkish
14
  - electra
15
  - sentiment
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - turkish
14
  - electra
15
  - sentiment
16
+ ---
17
+ ### Model Info
18
+
19
+ This model was developed/finetuned for hotel review task for the Turkish Language. This model was finetuned via the Turkish hotel review dataset.
20
+ - LABEL_0: positive review
21
+ - LABEL_1: negative review
22
+
23
+ ### Model Sources
24
+
25
+ <!-- Provide the basic links for the model. -->
26
+
27
+ - **Dataset:** http://humirapps.cs.hacettepe.edu.tr/tsad.aspx
28
+ - **Paper:** https://dl.acm.org/doi/10.1145/3557892
29
+ - **Demo-Coding [optional]:** https://github.com/anil1055/Turkish_Sentiment_Analysis-Hotel-and-Movie-Reviews/tree/main
30
+ - **Finetuned from model [optional]:** https://huggingface.co/dbmdz/electra-base-turkish-cased-discriminator
31
+
32
+ #### Preprocessing
33
+
34
+ You must apply removing stopwords, stemming, or lemmatization process for Turkish.
35
+
36
+ ### Results
37
+
38
+ - auprc = 0.9980997402974433
39
+ - auroc = 0.9977912009512484
40
+ - eval_loss = 0.13716400672518045
41
+ - fn = 111
42
+ - fp = 24
43
+ - mcc = 0.9538776174134994
44
+ - tn = 2876
45
+ - tp = 2789
46
+
47
+ - Accuracy: %98.38
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{10.1145/3557892,
56
+ author = {Guven, Zekeriya Anil},
57
+ title = {The Comparison of Language Models with a Novel Text Filtering Approach for Turkish Sentiment Analysis},
58
+ year = {2022},
59
+ issue_date = {February 2023},
60
+ publisher = {Association for Computing Machinery},
61
+ address = {New York, NY, USA},
62
+ volume = {22},
63
+ number = {2},
64
+ issn = {2375-4699},
65
+ url = {https://doi.org/10.1145/3557892},
66
+ doi = {10.1145/3557892},
67
+ journal = {ACM Trans. Asian Low-Resour. Lang. Inf. Process.},
68
+ month = {dec},
69
+ articleno = {55},
70
+ numpages = {16},
71
+ keywords = {Language model, sentiment analysis, social network, natural language processing, text classification, data analysis}
72
+ }*
73
+
74
+ **APA:**
75
+
76
+ *Guven, Z. A. (2022). The Comparison of Language Models with a Novel Text Filtering Approach for Turkish Sentiment Analysis. ACM Transactions on Asian and Low-Resource Language Information Processing, 22(2), 1-16.*