array commited on
Commit
a00a187
·
1 Parent(s): 5e525ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,10 +1,23 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
4
 
5
- # SOCRATIS: A benchmark of diverse open-ended emotional reactions to image-caption pairs.
6
 
7
- `imCaptionEmotionExplanation_formatted.json` contains the data in the following format:
 
 
 
 
 
 
 
 
 
8
 
9
  ```
10
  {
@@ -16,4 +29,4 @@ The `unique_id` is a unique id for a image-caption pair. Each `unique_id` key ha
16
 
17
  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.
18
 
19
- The image files are at: https://drive.google.com/file/d/1J8SiUEfKqc5rfxE1nwZUrG1Hcz7Djc3G/view?usp=sharing.
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - image-classification
6
+ - conversational
7
  ---
8
 
9
+ # SOCRATIS: A benchmark of diverse open-ended emotional reactions to image-caption pairs.
10
 
11
+ ### ICCV WECIA Workshop 2023 (oral)
12
+
13
+ We release a benchmark which contains 18K diverse emotions and reasons for feeling them on 2K image-caption pairs.
14
+
15
+ Our current preliminary findings have shown that Humans prefer human-written emotional reactions over machine-generated by more than two times.
16
+ We also find that current metrics fail to correlate with human preference, leaving significant room for research!
17
+
18
+ We release the data publicly.
19
+
20
+ `test.json` contains the testing data in the following format:
21
 
22
  ```
23
  {
 
29
 
30
  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.
31
 
32
+ The image files are at: https://drive.google.com/file/d/1J8SiUEfKqc5rfxE1nwZUrG1Hcz7Djc3G/view?usp=sharing.