pchatz commited on
Commit
d6c8869
1 Parent(s): b75b276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -4
README.md CHANGED
@@ -7,7 +7,7 @@ widget:
7
 
8
  # PaloBERT
9
 
10
- A greek pre-trained language model based on [RoBERTa](https://arxiv.org/abs/1907.11692).
11
 
12
  ## Pre-training data
13
 
@@ -90,6 +90,22 @@ For detailed results refer to Thesis: ['Ανάλυση συναισθήματο
90
 
91
  Pavlina Chatziantoniou, Georgios Alexandridis and Athanasios Voulodimos
92
 
93
- ## Citation info
94
-
95
- http://artemis.cslab.ece.ntua.gr:8080/jspui/handle/123456789/18623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  # PaloBERT
9
 
10
+ A greek pre-trained language model based on [RoBERTa](https://arxiv.org/abs/1907.11692). This model is an updated version of [palobert-base-greek-uncased-v1](https://huggingface.co/gealexandri/palobert-base-greek-uncased-v1).
11
 
12
  ## Pre-training data
13
 
 
90
 
91
  Pavlina Chatziantoniou, Georgios Alexandridis and Athanasios Voulodimos
92
 
93
+ ## BibTeX entry and Citation info
94
+
95
+ http://artemis.cslab.ece.ntua.gr:8080/jspui/handle/123456789/18623
96
+
97
+ ```bibtex
98
+
99
+ @Article{info12080331,
100
+ AUTHOR = {Alexandridis, Georgios and Varlamis, Iraklis and Korovesis, Konstantinos and Caridakis, George and Tsantilas, Panagiotis},
101
+ TITLE = {A Survey on Sentiment Analysis and Opinion Mining in Greek Social Media},
102
+ JOURNAL = {Information},
103
+ VOLUME = {12},
104
+ YEAR = {2021},
105
+ NUMBER = {8},
106
+ ARTICLE-NUMBER = {331},
107
+ URL = {https://www.mdpi.com/2078-2489/12/8/331},
108
+ ISSN = {2078-2489},
109
+ DOI = {10.3390/info12080331}
110
+ }
111
+ ```