Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,55 @@ tags:
|
|
13 |
- turkish
|
14 |
- bert
|
15 |
- sentiment
|
16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- turkish
|
14 |
- bert
|
15 |
- sentiment
|
16 |
+
---
|
17 |
+
### Model Info
|
18 |
+
|
19 |
+
This model was developed/finetuned for movie review task for the Turkish Language. This model was finetuned via the Turkish movie 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/loodos/albert-base-turkish-uncased
|
31 |
+
|
32 |
+
#### Preprocessing
|
33 |
+
|
34 |
+
You must apply removing stopwords, stemming, or lemmatization process for Turkish.
|
35 |
+
|
36 |
+
### Results
|
37 |
+
|
38 |
+
- Accuracy: %91.71
|
39 |
+
|
40 |
+
## Citation
|
41 |
+
|
42 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
43 |
+
|
44 |
+
**BibTeX:**
|
45 |
+
|
46 |
+
*@article{10.1145/3557892,
|
47 |
+
author = {Guven, Zekeriya Anil},
|
48 |
+
title = {The Comparison of Language Models with a Novel Text Filtering Approach for Turkish Sentiment Analysis},
|
49 |
+
year = {2022},
|
50 |
+
issue_date = {February 2023},
|
51 |
+
publisher = {Association for Computing Machinery},
|
52 |
+
address = {New York, NY, USA},
|
53 |
+
volume = {22},
|
54 |
+
number = {2},
|
55 |
+
issn = {2375-4699},
|
56 |
+
url = {https://doi.org/10.1145/3557892},
|
57 |
+
doi = {10.1145/3557892},
|
58 |
+
journal = {ACM Trans. Asian Low-Resour. Lang. Inf. Process.},
|
59 |
+
month = {dec},
|
60 |
+
articleno = {55},
|
61 |
+
numpages = {16},
|
62 |
+
keywords = {Language model, sentiment analysis, social network, natural language processing, text classification, data analysis}
|
63 |
+
}*
|
64 |
+
|
65 |
+
**APA:**
|
66 |
+
|
67 |
+
*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.*
|