CZLC/fb_sentiment_balanced
收藏Hugging Face2024-08-21 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/CZLC/fb_sentiment_balanced
下载链接
链接失效反馈官方服务:
资源简介:
---
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 Facebook. 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/
提供机构:
CZLC



