array commited on
Commit
43abf05
·
1 Parent(s): 4364d20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - image emotion
5
+ - text emotion
6
+ - user reactions
7
  ---
8
+
9
+ # SOCRATIS: A benchmark of diverse open-ended emotional reactions to image-caption pairs.
10
+
11
+ `imCaptionEmotionExplanation_formatted.json` contains the data in the following format:
12
+
13
+ ```
14
+ {
15
+ unique_id: [[image_path, caption, emotions, explanations, anonymized_demographics], ...]
16
+ }
17
+ ```
18
+
19
+ The `unique_id` is a unique id for a image-caption pair. Each `unique_id` key has a list of entries from diverse workers.
20
+
21
+ Each entry consists of the emotions and the explanations for feeling that emotion. Demographics may be missing for many annotations since they were optional and some workers opted to not disclose it. All data is anonymized.
22
+
23
+ The image files are at: https://drive.google.com/file/d/1J8SiUEfKqc5rfxE1nwZUrG1Hcz7Djc3G/view?usp=sharing.