Datasets:
File size: 2,033 Bytes
f000ea5 |
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
---
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype: string
- name: id
dtype: int64
splits:
- name: train
num_bytes: 1148348
num_examples: 9641
- name: test
num_bytes: 317153
num_examples: 2679
- name: val
num_bytes: 125692
num_examples: 1072
download_size: 1048892
dataset_size: 1591193
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
task_categories:
- text-classification
language:
- ru
tags:
- russian
- sentiment_analysis
- social_media
size_categories:
- 1K<n<10K
---
## Disclaimer
This is a reupload of the dataset, which is originally stored on [GitHub](https://github.com/sismetanin/rusentitweet). We only added a `val` split that is 10% of the original `train` split for a convenience. Next the original description is following.
# RuSentiTweet: A Sentiment Analysis Dataset of General Domain Tweets in Russian
This repository contains RuSentiTweet, a sentiment analysis dataset of 13,392 general domain tweets in Russian, which were created within the paper ["RuSentiTweet: A Sentiment Analysis Dataset of General Domain Tweets in Russian"](https://doi.org/10.7717/peerj-cs.1039). RuSentiTweet was manually annotated (moderate inter-rater agreement) using [RuSentiment](https://aclanthology.org/C18-1064/) guidelines into 5 classes: Positive, Neutral, Negative, Speech Act, and Skip. As a source of data, we used [Twitter Stream Grab](https://archive.org/details/twitterstream), a historical collection of tweets obtained from the general Twitter API stream.
Citation:
```
@article{smetanin2022rusetitweet,
title = {RuSentiTweet: A Sentiment Analysis Dataset of General Domain Tweets in Russian},
author = {Sergey Smetanin},
journal = {PeerJ Computer Science},
volume = {8},
pages = {e1039},
year = {2022},
doi = {10.7717/peerj-cs.1039},
publisher = {PeerJ Inc.}
}
``` |