DGurgurov commited on
Commit
5781f84
·
verified ·
1 Parent(s): 4eeeab6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+
6
+ ## Sentiment Analysis Data for the Slovak Language
7
+
8
+ **Dataset Description:**
9
+ This dataset contains a sentiment analysis dataset from Pecar et al. (2019).
10
+
11
+ **Data Structure:**
12
+ The data was used for the project on [improving word embeddings with graph knowledge for Low Resource Languages](https://github.com/pyRis/retrofitting-embeddings-lrls?tab=readme-ov-file).
13
+
14
+ **Citation:**
15
+ ```bibtex
16
+ @inproceedings{pecar-etal-2019-improving,
17
+ title = "Improving Sentiment Classification in {S}lovak Language",
18
+ author = "Pecar, Samuel and
19
+ Simko, Marian and
20
+ Bielikova, Maria",
21
+ editor = "Erjavec, Toma{\v{z}} and
22
+ Marci{\'n}czuk, Micha{\l} and
23
+ Nakov, Preslav and
24
+ Piskorski, Jakub and
25
+ Pivovarova, Lidia and
26
+ {\v{S}}najder, Jan and
27
+ Steinberger, Josef and
28
+ Yangarber, Roman",
29
+ booktitle = "Proceedings of the 7th Workshop on Balto-Slavic Natural Language Processing",
30
+ month = aug,
31
+ year = "2019",
32
+ address = "Florence, Italy",
33
+ publisher = "Association for Computational Linguistics",
34
+ url = "https://aclanthology.org/W19-3716",
35
+ doi = "10.18653/v1/W19-3716",
36
+ pages = "114--119",
37
+ abstract = "Using different neural network architectures is widely spread for many different NLP tasks. Unfortunately, most of the research is performed and evaluated only in English language and minor languages are often omitted. We believe using similar architectures for other languages can show interesting results. In this paper, we present our study on methods for improving sentiment classification in Slovak language. We performed several experiments for two different datasets, one containing customer reviews, the other one general Twitter posts. We show comparison of performance of different neural network architectures and also different word representations. We show that another improvement can be achieved by using a model ensemble. We performed experiments utilizing different methods of model ensemble. Our proposed models achieved better results than previous models for both datasets. Our experiments showed also other potential research areas.",
38
+ }
39
+ ```