Djacon commited on
Commit
835b433
·
1 Parent(s): 4802d7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -61
README.md CHANGED
@@ -1,24 +1,24 @@
1
  ---
2
  language:
3
  - ru
4
- - en
5
  license:
6
  - mit
7
  multilinguality:
8
- - monolingual
9
  task_categories:
10
  - text-classification
11
  task_ids:
 
12
  - multi-class-classification
13
  - multi-label-classification
14
- pretty_name: RuGoEmotions
15
  tags:
16
  - emotion
17
  size_categories:
18
  - 10K<n<100K
19
  ---
20
 
21
- # Dataset Card for GoEmotions
22
 
23
  ## Table of Contents
24
  - [Dataset Description](#dataset-description)
@@ -46,8 +46,10 @@ size_categories:
46
 
47
  ### Dataset Summary
48
 
49
- The RuGoEmotions dataset contains 30k Reddit comments labeled for 10 emotion categories (joy, sadness, anger, enthusiasm, surprise, disgust, fear, guilt, shame and neutral).
50
- The dataset already with predefined train/val/test splits
 
 
51
 
52
  ### Supported Tasks and Leaderboards
53
 
@@ -63,48 +65,10 @@ The data is in Russian.
63
 
64
  Each instance is a reddit comment with one or more emotion annotations (or neutral).
65
 
66
- ### Data Fields
67
-
68
- The configuration includes:
69
- - `text`: the reddit comment
70
- - `labels`: the emotion annotations
71
-
72
  ### Data Splits
73
 
74
  The simplified data includes a set of train/val/test splits with 24k, 3k, and 3k examples respectively.
75
 
76
- ## Dataset Creation
77
-
78
- ### Curation Rationale
79
-
80
- From the paper abstract:
81
-
82
- > Understanding emotion expressed in language has a wide range of applications, from building empathetic chatbots to
83
- detecting harmful online behavior. Advancement in this area can be improved using large-scale datasets with a
84
- fine-grained typology, adaptable to multiple downstream tasks.
85
-
86
- ### Source Data
87
-
88
- #### Initial Data Collection and Normalization
89
-
90
- Data was collected from Reddit comments via a variety of automated methods discussed in 3.1 of the paper.
91
-
92
- #### Who are the source language producers?
93
-
94
- English-speaking Reddit users.
95
-
96
- ### Annotations
97
-
98
- #### Who are the annotators?
99
-
100
- Annotations were produced by 3 English-speaking crowdworkers in India.
101
-
102
- ### Personal and Sensitive Information
103
-
104
- This dataset includes the original usernames of the Reddit users who posted each comment. Although Reddit usernames
105
- are typically disasociated from personal real-world identities, this is not always the case. It may therefore be
106
- possible to discover the identities of the individuals who created this content in some cases.
107
-
108
  ## Considerations for Using the Data
109
 
110
  ### Social Impact of Dataset
@@ -112,18 +76,7 @@ possible to discover the identities of the individuals who created this content
112
  Emotion detection is a worthwhile problem which can potentially lead to improvements such as better human/computer
113
  interaction. However, emotion detection algorithms (particularly in computer vision) have been abused in some cases
114
  to make erroneous inferences in human monitoring and assessment applications such as hiring decisions, insurance
115
- pricing, and student attentiveness (see
116
- [this article](https://www.unite.ai/ai-now-institute-warns-about-misuse-of-emotion-detection-software-and-other-ethical-issues/)).
117
-
118
- ### Discussion of Biases
119
-
120
- From the authors' github page:
121
-
122
- > Potential biases in the data include: Inherent biases in Reddit and user base biases, the offensive/vulgar word lists used for data filtering, inherent or unconscious bias in assessment of offensive identity labels, annotators were all native English speakers from India. All these likely affect labelling, precision, and recall for a trained model. Anyone using this dataset should be aware of these limitations of the dataset.
123
-
124
- ### Other Known Limitations
125
-
126
- [More Information Needed]
127
 
128
  ## Additional Information
129
 
@@ -134,12 +87,14 @@ Researchers at Amazon Alexa, Google Research, and Stanford. See the [author list
134
  ### Licensing Information
135
 
136
  The GitHub repository which houses this dataset has an
137
- [Apache License 2.0](https://github.com/google-research/google-research/blob/master/LICENSE).
138
 
139
  ### Citation Information
140
 
 
141
  @inproceedings{Djacon,
142
- author = {Djacon},
143
- title = {{RuGoEmotions: A Dataset of Fine-Grained Emotions}},
144
- year = {2023}
145
- }
 
 
1
  ---
2
  language:
3
  - ru
 
4
  license:
5
  - mit
6
  multilinguality:
7
+ - russian
8
  task_categories:
9
  - text-classification
10
  task_ids:
11
+ - sentiment-classification
12
  - multi-class-classification
13
  - multi-label-classification
14
+ pretty_name: RuIzardEmotions
15
  tags:
16
  - emotion
17
  size_categories:
18
  - 10K<n<100K
19
  ---
20
 
21
+ # Dataset Card for
22
 
23
  ## Table of Contents
24
  - [Dataset Description](#dataset-description)
 
46
 
47
  ### Dataset Summary
48
 
49
+ The RuIzardEmotions dataset is a high-quality translation of the [go-emotions](https://huggingface.co/datasets/go_emotions) dataset and the other [emotion-detection](https://www.kaggle.com/datasets/ishantjuyal/emotions-in-text/data) dataset. It contains 30k Reddit comments labeled for 10 emotion categories (__joy__, __sadness__, __anger__, __enthusiasm__, __surprise__, __disgust__, __fear__, __guilt__, __shame__ and __neutral__).
50
+ The datasets were translated using the accurate translator DeepL and additional processing. The idea for the dataset was inspired by the [Izard's model](https://en.wikipedia.org/wiki/Differential_Emotions_Scale) of human emotions.
51
+
52
+ The dataset already with predefined train/val/test splits.
53
 
54
  ### Supported Tasks and Leaderboards
55
 
 
65
 
66
  Each instance is a reddit comment with one or more emotion annotations (or neutral).
67
 
 
 
 
 
 
 
68
  ### Data Splits
69
 
70
  The simplified data includes a set of train/val/test splits with 24k, 3k, and 3k examples respectively.
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  ## Considerations for Using the Data
73
 
74
  ### Social Impact of Dataset
 
76
  Emotion detection is a worthwhile problem which can potentially lead to improvements such as better human/computer
77
  interaction. However, emotion detection algorithms (particularly in computer vision) have been abused in some cases
78
  to make erroneous inferences in human monitoring and assessment applications such as hiring decisions, insurance
79
+ pricing, and student attentiveness
 
 
 
 
 
 
 
 
 
 
 
80
 
81
  ## Additional Information
82
 
 
87
  ### Licensing Information
88
 
89
  The GitHub repository which houses this dataset has an
90
+ [Apache License 2.0](https://github.com/Djacon/russian-emotion-detection/blob/main/LICENSE).
91
 
92
  ### Citation Information
93
 
94
+ ```
95
  @inproceedings{Djacon,
96
+ author={Djacon},
97
+ title={RuIzardEmotions: A Dataset of Fine-Grained Emotions},
98
+ year={2023}
99
+ }
100
+ ```