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).
This dataset uses the following jsonl format:
{
"id": unique identifier,
"query": text for sentiment analysis,
"choices": sentiment classes ["negativní","neutrální","pozitivní"],
"gold": index of gold class
}… See the full description on the dataset page:
https://huggingface.co/datasets/CZLC/csfd_sentiment_balanced.