asparius commited on
Commit
9ae3e98
1 Parent(s): 59dcb40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1,3 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
 
1
+ # Georgian Sentiment Analysis Dataset
2
+
3
+ This data is orinally from https://aclanthology.org/2022.lrec-1.173
4
+ ## BibTeX Citation
5
+
6
+ If you use this dataset, please cite following paper:
7
+
8
+ ```
9
+ @inproceedings{stefanovitch-etal-2022-resources,
10
+ title = "Resources and Experiments on Sentiment Classification for {G}eorgian",
11
+ author = "Stefanovitch, Nicolas and
12
+ Piskorski, Jakub and
13
+ Kharazi, Sopho",
14
+ editor = "Calzolari, Nicoletta and
15
+ B{\'e}chet, Fr{\'e}d{\'e}ric and
16
+ Blache, Philippe and
17
+ Choukri, Khalid and
18
+ Cieri, Christopher and
19
+ Declerck, Thierry and
20
+ Goggi, Sara and
21
+ Isahara, Hitoshi and
22
+ Maegaard, Bente and
23
+ Mariani, Joseph and
24
+ Mazo, H{\'e}l{\`e}ne and
25
+ Odijk, Jan and
26
+ Piperidis, Stelios",
27
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
28
+ month = jun,
29
+ year = "2022",
30
+ address = "Marseille, France",
31
+ publisher = "European Language Resources Association",
32
+ url = "https://aclanthology.org/2022.lrec-1.173",
33
+ pages = "1613--1621",
34
+ abstract = "This paper presents, to the best of our knowledge, the first ever publicly available annotated dataset for sentiment classification and semantic polarity dictionary for Georgian. The characteristics of these resources and the process of their creation are described in detail. The results of various experiments on the performance of both lexicon- and machine learning-based models for Georgian sentiment classification are also reported. Both 3-label (positive, neutral, negative) and 4-label settings (same labels + mixed) are considered. The machine learning models explored include, i.a., logistic regression, SVMs, and transformed-based models. We also explore transfer learning- and translation-based (to a well-supported language) approaches. The obtained results for Georgian are on par with the state-of-the-art results in sentiment classification for well studied languages when using training data of comparable size.",
35
+ }
36
+
37
+ ```
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
  ---
49
  license: cc-by-4.0
50
  ---