Djacon commited on
Commit
4802d7d
·
1 Parent(s): 95e8a5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +143 -1
README.md CHANGED
@@ -1,3 +1,145 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)
25
+ - [Dataset Summary](#dataset-summary)
26
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
27
+ - [Languages](#languages)
28
+ - [Dataset Structure](#dataset-structure)
29
+ - [Data Instances](#data-instances)
30
+ - [Data Fields](#data-fields)
31
+ - [Data Splits](#data-splits)
32
+ - [Dataset Creation](#dataset-creation)
33
+ - [Curation Rationale](#curation-rationale)
34
+ - [Source Data](#source-data)
35
+ - [Annotations](#annotations)
36
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
37
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
38
+ - [Social Impact of Dataset](#social-impact-of-dataset)
39
+ - [Discussion of Biases](#discussion-of-biases)
40
+ - [Other Known Limitations](#other-known-limitations)
41
+ - [Additional Information](#additional-information)
42
+ - [Dataset Curators](#dataset-curators)
43
+ - [Licensing Information](#licensing-information)
44
+ - [Citation Information](#citation-information)
45
+ - [Contributions](#contributions)
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
+
54
+ This dataset is intended for multi-class, multi-label emotion classification.
55
+
56
+ ### Languages
57
+
58
+ The data is in Russian.
59
+
60
+ ## Dataset Structure
61
+
62
+ ### Data Instances
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
111
+
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
+
130
+ ### Dataset Curators
131
+
132
+ Researchers at Amazon Alexa, Google Research, and Stanford. See the [author list](https://arxiv.org/abs/2005.00547).
133
+
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
+ }