glecorve commited on
Commit
47811d8
1 Parent(s): 5653752

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +182 -1
README.md CHANGED
@@ -43,4 +43,185 @@ language:
43
  - fr
44
  tags:
45
  - emotions
46
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  - fr
44
  tags:
45
  - emotions
46
+ ---
47
+
48
+ # Dataset Card for [Dataset Name]
49
+
50
+ ## Table of Contents
51
+ - [Table of Contents](#table-of-contents)
52
+ - [Dataset Description](#dataset-description)
53
+ - [Dataset Summary](#dataset-summary)
54
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
55
+ - [Languages](#languages)
56
+ - [Dataset Structure](#dataset-structure)
57
+ - [Data Instances](#data-instances)
58
+ - [Data Fields](#data-fields)
59
+ - [Data Splits](#data-splits)
60
+ - [Dataset Creation](#dataset-creation)
61
+ - [Curation Rationale](#curation-rationale)
62
+ - [Source Data](#source-data)
63
+ - [Annotations](#annotations)
64
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
65
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
66
+ - [Social Impact of Dataset](#social-impact-of-dataset)
67
+ - [Discussion of Biases](#discussion-of-biases)
68
+ - [Other Known Limitations](#other-known-limitations)
69
+ - [Additional Information](#additional-information)
70
+ - [Dataset Curators](#dataset-curators)
71
+ - [Licensing Information](#licensing-information)
72
+ - [Citation Information](#citation-information)
73
+ - [Contributions](#contributions)
74
+
75
+ ## Dataset Description
76
+
77
+ - **Homepage:**
78
+ - **Repository:**
79
+ - **Paper:** https://arxiv.org/abs/2405.14385
80
+ - **Leaderboard:**
81
+ - **Point of Contact:** Gwénolé Lecorvé
82
+
83
+ ### Dataset Summary
84
+
85
+ EmoTextToKids provides sentences from written documents annotated in emotions.
86
+ Emotions are characterized by their emotional category (fear, anger, pride...) and their expression mode (labeled, behavioral, displayed or suggester).
87
+ As opposed to usual datasets in emotion recognition, the documents are **not** conversational. They are newspapers, encyclopedias, novels, dedicated to children.
88
+
89
+ ### Supported Tasks and Leaderboards
90
+
91
+ - Emotion recognition
92
+
93
+ ### Languages
94
+
95
+ - French
96
+
97
+ ## Dataset Structure
98
+
99
+ ### Data Instances
100
+
101
+ ```json
102
+ {
103
+ "previous_sentence": "Un an plus tard, le Sénat lui accorde la dictature sans limite dans le temps. ",
104
+ "target_sentence": "Mais à Rome, la gloire de César inquiète certains sénateurs. ",
105
+ "next_sentence": "Un complot commence à s’organiser autour d’un homme nommé Cassius. ",
106
+ "is_emotional": true,
107
+ "modes": [
108
+ "désigné"
109
+ ],
110
+ "types": [
111
+ "base"
112
+ ],
113
+ "categories": [
114
+ "peur"
115
+ ]
116
+ }
117
+ ```
118
+
119
+ The fields `modes`, `types` and `categories` are lists because several emotions can be present in a unique sentence.
120
+
121
+ ### Data Fields
122
+
123
+ [More Information Needed]
124
+
125
+ ### Data Splits
126
+
127
+ | Subset | Texts | Sent. | Tokens | Emotional sent. |
128
+ |--------|-------|--------|--------|-----------------|
129
+ | train | 1,129 | 19,553 | 360K | 3,952 |
130
+ | dev | 182 | 2,770 | 53K | 438 |
131
+ | test | 283 | 5,588 | 102K | 984 |
132
+ | Total | 1,594 | 27,911 | 515K | 5,374 |
133
+
134
+ ## Dataset Creation
135
+
136
+ ### Curation Rationale
137
+
138
+ [More Information Needed]
139
+
140
+ ### Source Data
141
+
142
+ #### Initial Data Collection and Normalization
143
+
144
+ [More Information Needed]
145
+
146
+ #### Who are the source language producers?
147
+
148
+ [More Information Needed]
149
+
150
+ ### Annotations
151
+
152
+ #### Annotation process
153
+
154
+ Data were manually annotated by 6 experts following annotation guidelines here: https://hal.science/hal-03263194 .
155
+
156
+ Annotations were validated by comparing a significant sample of the annotated data with annotation of an external expert. Below are the kappa coefficients.
157
+
158
+ | Label | Kappa |
159
+ |---------------|-------|
160
+ | emotional | 0.66 |
161
+ |---------------|-------|
162
+ | behavioral | 0.70 |
163
+ | labeled | 0.73 |
164
+ | displayed | 0.68 |
165
+ | suggested | 0.46 |
166
+ |---------------|-------|
167
+ | basic | 0.66 |
168
+ | complex | 0.55 |
169
+ |---------------|-------|
170
+ | admiration | 0.53 |
171
+ | anger | 0.71 |
172
+ | guilt | 0.50 |
173
+ | disgust | 0.87 |
174
+ | embarrassment | 0.51 |
175
+ | pride | 0.25 |
176
+ | jealousy | 1.00 |
177
+ | joy | 0.51 |
178
+ | fear | 0.64 |
179
+
180
+ #### Who are the annotators?
181
+
182
+ [More Information Needed]
183
+
184
+ ### Personal and Sensitive Information
185
+
186
+ [More Information Needed]
187
+
188
+ ## Considerations for Using the Data
189
+
190
+ ### Social Impact of Dataset
191
+
192
+ [More Information Needed]
193
+
194
+ ### Discussion of Biases
195
+
196
+ [More Information Needed]
197
+
198
+ ### Other Known Limitations
199
+
200
+ [More Information Needed]
201
+
202
+ ## Additional Information
203
+
204
+ ### Dataset Curators
205
+
206
+ [More Information Needed]
207
+
208
+ ### Licensing Information
209
+
210
+ [More Information Needed]
211
+
212
+ ### Citation Information
213
+
214
+ ```bibtex
215
+
216
+
217
+ @misc
218
+
219
+ {étienne2024emotion,
220
+ title={Emotion Identification for French in Written Texts: Considering their Modes of Expression as a Step Towards Text Complexity Analysis},
221
+ author={Aline Étienne and Delphine Battistelli and Gwénolé Lecorvé},
222
+ year={2024},
223
+ eprint={2405.14385},
224
+ archivePrefix={arXiv},
225
+ primaryClass={cs.CL}
226
+ }
227
+ ```