Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,71 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
- config_name: emotional_understanding
|
4 |
-
data_files:
|
5 |
- config_name: emotional_application
|
6 |
-
data_files:
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
configs:
|
3 |
- config_name: emotional_understanding
|
4 |
+
data_files: EU.json
|
5 |
- config_name: emotional_application
|
6 |
+
data_files: EA.json
|
7 |
+
license: mit
|
8 |
+
task_categories:
|
9 |
+
- question-answering
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
- zh
|
13 |
+
tags:
|
14 |
+
- EmotionalIntelligence
|
15 |
+
- EI
|
16 |
+
- Theory_of_mind
|
17 |
+
size_categories:
|
18 |
+
- n<1K
|
19 |
+
---
|
20 |
+
|
21 |
+
# EmoBench
|
22 |
+
> This is the official repository for our paper ["EmoBench: Evaluating the Emotional Intelligence of Large Language Models"](https://arxiv.org/abs/2402.12071)
|
23 |
+
|
24 |
+
<img src="https://img.shields.io/badge/Venue-ACL--24-278ea5" alt="venue"/> <img src="https://img.shields.io/badge/Status-Under Review-success" alt="status"/> <img src="https://img.shields.io/badge/Contributions-Welcome-red"> <img src="https://img.shields.io/badge/Last%20Updated-2024--03--11-2D333B" alt="update"/>
|
25 |
+
|
26 |
+
![EmoBench](EmoBench.jpg)
|
27 |
+
|
28 |
+
## Overview
|
29 |
+
|
30 |
+
EmoBench is a comprehensive and challenging benchmark designed to evaluate the Emotional Intelligence (EI) of Large Language Models (LLMs). Unlike traditional datasets, EmoBench focuses not only on emotion recognition but also on advanced EI capabilities such as emotional reasoning and application.
|
31 |
+
|
32 |
+
The dataset includes **400 hand-crafted scenarios** in English and Chinese, structured into two key evaluation tasks:
|
33 |
+
|
34 |
+
- **Emotional Understanding (EU):** Recognizing emotions and their causes in complex scenarios.
|
35 |
+
- **Emotional Application (EA):** Recommending effective emotional responses or actions in emotionally charged dilemmas.
|
36 |
+
|
37 |
+
## Key Features
|
38 |
+
|
39 |
+
- **Psychology-based Design:** Grounded in established theories of Emotional Intelligence (e.g., Salovey & Mayer, Goleman).
|
40 |
+
- **Bilingual Support:** Scenarios are available in both English and Chinese.
|
41 |
+
- **Challenging Scenarios:** Includes nuanced emotional dilemmas that require reasoning and perspective-taking.
|
42 |
+
- **Annotations:** High-quality multi-label annotations verified through rigorous inter-annotator agreement (Fleiss' Kappa = 0.852).
|
43 |
+
|
44 |
+
## Dataset Structure
|
45 |
+
|
46 |
+
### Emotional Understanding
|
47 |
+
|
48 |
+
- **Categories:** Complex Emotions, Emotional Cues, Personal Beliefs and Experiences, Perspective-taking.
|
49 |
+
- **Example:**
|
50 |
+
*Scenario:* After a long day of terrible events, Sam started laughing hysterically when his car broke down.
|
51 |
+
*Task:* Identify the emotion (e.g., sadness, joy) and its cause.
|
52 |
+
|
53 |
+
### Emotional Application
|
54 |
+
|
55 |
+
- **Categories:** Divided based on Relationship types (Personal, Social), Problem types (Self, Others) and Question types (Response, Action).
|
56 |
+
- **Example:**
|
57 |
+
*Scenario:* Rebecca's son lost his soccer game and is feeling upset and blaming himself.
|
58 |
+
*Task:* identify the most effective response or action.
|
59 |
+
|
60 |
+
## Evaluation
|
61 |
+
For code regarding evaluation, please visit [our repository](https://github.com/Sahandfer/EmoBench/tree/master) on GitHub.
|
62 |
+
|
63 |
+
## Citation
|
64 |
+
If you find our work useful for your research, please kindly cite our paper as follows:
|
65 |
+
```
|
66 |
+
@article{EmoBench2024,
|
67 |
+
title={EmoBench: Evaluating the Emotional Intelligence of Large Language Models},
|
68 |
+
author={Sahand Sabour and Siyang Liu and Zheyuan Zhang and June M. Liu and Jinfeng Zhou and Alvionna S. Sunaryo and Juanzi Li and Tatia M. C. Lee and Rada Mihalcea and Minlie Huang},
|
69 |
+
year={2024},
|
70 |
+
eprint={2402.12071},
|
71 |
+
archivePrefix={arXiv},
|