Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ pipeline_tag: text-classification
|
|
5 |
---
|
6 |
# PaloBERT for Sentiment Analysis
|
7 |
|
8 |
-
A greek [RoBERTa](https://arxiv.org/abs/1907.11692) based model ([PaloBERT](https://huggingface.co/pchatz/palobert-base-greek-social-media)) fine-tuned for sentiment analysis.
|
9 |
|
10 |
## Training data
|
11 |
|
@@ -76,8 +76,24 @@ For detailed results refer to Thesis: ['Ανάλυση συναισθήματο
|
|
76 |
|
77 |
## Author
|
78 |
|
79 |
-
Pavlina Chatziantoniou, Georgios Alexandridis and Athanasios Voulodimos
|
80 |
|
81 |
-
##
|
82 |
|
83 |
-
http://artemis.cslab.ece.ntua.gr:8080/jspui/handle/123456789/18623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
# PaloBERT for Sentiment Analysis
|
7 |
|
8 |
+
A greek [RoBERTa](https://arxiv.org/abs/1907.11692) based model ([PaloBERT](https://huggingface.co/pchatz/palobert-base-greek-social-media): an updated version of [palobert-base-greek-uncased-v1](https://huggingface.co/gealexandri/palobert-base-greek-uncased-v1)) fine-tuned for sentiment analysis.
|
9 |
|
10 |
## Training data
|
11 |
|
|
|
76 |
|
77 |
## Author
|
78 |
|
79 |
+
[Pavlina Chatziantoniou](https://huggingface.co/pchatz), [Georgios Alexandridis](https://huggingface.co/gealexandri) and Athanasios Voulodimos
|
80 |
|
81 |
+
##BibTeX entry and citation info
|
82 |
|
83 |
+
http://artemis.cslab.ece.ntua.gr:8080/jspui/handle/123456789/18623
|
84 |
+
|
85 |
+
```bibtex
|
86 |
+
|
87 |
+
@Article{info12080331,
|
88 |
+
AUTHOR = {Alexandridis, Georgios and Varlamis, Iraklis and Korovesis, Konstantinos and Caridakis, George and Tsantilas, Panagiotis},
|
89 |
+
TITLE = {A Survey on Sentiment Analysis and Opinion Mining in Greek Social Media},
|
90 |
+
JOURNAL = {Information},
|
91 |
+
VOLUME = {12},
|
92 |
+
YEAR = {2021},
|
93 |
+
NUMBER = {8},
|
94 |
+
ARTICLE-NUMBER = {331},
|
95 |
+
URL = {https://www.mdpi.com/2078-2489/12/8/331},
|
96 |
+
ISSN = {2078-2489},
|
97 |
+
DOI = {10.3390/info12080331}
|
98 |
+
}
|
99 |
+
```
|