Datasets:
File size: 1,079 Bytes
b33fc8e ccbd901 9f551f5 b33fc8e ccbd901 b33fc8e ccbd901 b33fc8e ccbd901 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
language:
- cs
license: cc-by-nc-sa-4.0
task_categories:
- text-classification
---
## Introduction
This is a class-balanced version of subset from CSFD sentiment dataset collected from CSFD. The work was originaly published in paper Sentiment Analysis in Czech Social Media Using Supervised Machine Learning (citation below).
## Format
This dataset uses the following jsonl format:
```json
{
"id": unique identifier,
"query": text for sentiment analysis,
"choices": sentiment classes ["negativní","neutrální","pozitivní"],
"gold": index of gold class
}
```
## Citation of the original paper
Please, cite the original article if you use any of the available resources.
```
@inproceedings{Habernal.Brychcin.2013b,
author = {Ivan Habernal and Tom\'{a}\v{s} Brychc\'{i}n},
title = {Unsupervised Improving of Sentiment Analysis Using Global Target Context},
booktitle = {Proceedings of RANLP 2013},
year = {2013},
publisher = {Association for Computational Linguistics},
}
```
Original webpage: https://corpora.kiv.zcu.cz/sentiment/ |