Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- cs
|
|
|
|
| 4 |
---
|
| 5 |
-
|
| 6 |
-
This is a balanced version of
|
| 7 |
|
| 8 |
## Format
|
| 9 |
|
|
@@ -24,7 +25,14 @@ This dataset uses the following jsonl format:
|
|
| 24 |
|
| 25 |
Please, cite the original article if you use any of the available resources.
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
-
Original
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- cs
|
| 4 |
+
license: cc-by-nc-sa-4.0
|
| 5 |
---
|
| 6 |
+
## Introduction
|
| 7 |
+
This is a class-balanced version of subset from CSFD sentiment dataset collected from MALL (mall.cz). The work was originaly published in paper Sentiment Analysis in Czech Social Media Using Supervised Machine Learning (citation below).
|
| 8 |
|
| 9 |
## Format
|
| 10 |
|
|
|
|
| 25 |
|
| 26 |
Please, cite the original article if you use any of the available resources.
|
| 27 |
|
| 28 |
+
```
|
| 29 |
+
@inproceedings{Habernal.Brychcin.2013b,
|
| 30 |
+
author = {Ivan Habernal and Tom\'{a}\v{s} Brychc\'{i}n},
|
| 31 |
+
title = {Unsupervised Improving of Sentiment Analysis Using Global Target Context},
|
| 32 |
+
booktitle = {Proceedings of RANLP 2013},
|
| 33 |
+
year = {2013},
|
| 34 |
+
publisher = {Association for Computational Linguistics},
|
| 35 |
+
}
|
| 36 |
+
```
|
| 37 |
|
| 38 |
+
Original webpage: https://corpora.kiv.zcu.cz/sentiment/
|