astromis commited on
Commit
f000ea5
·
verified ·
1 Parent(s): f68a927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -31
README.md CHANGED
@@ -1,31 +1,63 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: label
7
- dtype: string
8
- - name: id
9
- dtype: int64
10
- splits:
11
- - name: train
12
- num_bytes: 1148348
13
- num_examples: 9641
14
- - name: test
15
- num_bytes: 317153
16
- num_examples: 2679
17
- - name: val
18
- num_bytes: 125692
19
- num_examples: 1072
20
- download_size: 1048892
21
- dataset_size: 1591193
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
27
- - split: test
28
- path: data/test-*
29
- - split: val
30
- path: data/val-*
31
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype: string
8
+ - name: id
9
+ dtype: int64
10
+ splits:
11
+ - name: train
12
+ num_bytes: 1148348
13
+ num_examples: 9641
14
+ - name: test
15
+ num_bytes: 317153
16
+ num_examples: 2679
17
+ - name: val
18
+ num_bytes: 125692
19
+ num_examples: 1072
20
+ download_size: 1048892
21
+ dataset_size: 1591193
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: data/train-*
27
+ - split: test
28
+ path: data/test-*
29
+ - split: val
30
+ path: data/val-*
31
+ task_categories:
32
+ - text-classification
33
+ language:
34
+ - ru
35
+ tags:
36
+ - russian
37
+ - sentiment_analysis
38
+ - social_media
39
+ size_categories:
40
+ - 1K<n<10K
41
+ ---
42
+
43
+ ## Disclaimer
44
+
45
+ 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.
46
+
47
+ # RuSentiTweet: A Sentiment Analysis Dataset of General Domain Tweets in Russian
48
+
49
+ 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.
50
+
51
+ Citation:
52
+ ```
53
+ @article{smetanin2022rusetitweet,
54
+ title = {RuSentiTweet: A Sentiment Analysis Dataset of General Domain Tweets in Russian},
55
+ author = {Sergey Smetanin},
56
+ journal = {PeerJ Computer Science},
57
+ volume = {8},
58
+ pages = {e1039},
59
+ year = {2022},
60
+ doi = {10.7717/peerj-cs.1039},
61
+ publisher = {PeerJ Inc.}
62
+ }
63
+ ```