video
video |
|---|
EmoBench-M: Benchmarking Emotional Intelligence for Multimodal Large Language Models
Dataset Description
EmoBench-M is a comprehensive benchmark designed to evaluate the Emotional Intelligence (EI) of Multimodal Large Language Models (MLLMs). It provides a challenging testbed for assessing a model's ability to understand and interpret human emotions from video, a critical step towards developing more empathetic and human-like AI systems.
The dataset consists of video clips featuring individuals expressing various emotions. Each video is paired with a conversational prompt that asks the model to determine the emotion conveyed. This structure pushes models to integrate visual, auditory, and textual information to make a correct assessment, moving beyond simple text-based sentiment analysis.
π¦ Dataset
Each JSON file contains conversation-style prompts and labels aligned with the corresponding video clips. The structure looks like:
[
{
"id": "0",
"video": "videos/ch-simsv2s/aqgy4_0004/00023.mp4",
"conversations": [
{
"from": "human",
"value": "<video>\nThe person in the video says: ... Determine the emotion conveyed..."
},
{
"from": "gpt",
"value": "negative"
}
]
}
]
π Dataset Structure
EmoBench-M/
βββ benchmark_json/ # JSON files containing metadata and annotations for each dataset
β βββ FGMSA.json # Test instructions for the FGMSA dataset
β βββ MC-EIU.json # 500-sample test set for the MC-EIU dataset
β βββ MELD.json # Test instructions for the MELD dataset
β βββ MOSEI.json # 500-sample test set for the MOSEI dataset
β βββ MOSI.json # 500-sample test set for the MOSI dataset
β βββ MUSTARD.json # 500-sample test set for the MUSTARD dataset
β βββ RAVDSS_song.json # 500-sample test set for the RAVDSS song subset
β βββ RAVDSS_speech.json # 500-sample test set for the RAVDSS speech subset
β βββ SIMS.json # 500-sample test set for the SIMS dataset
β βββ ch-simsv2s.json # 500-sample test set for the Chinese SIMS v2s dataset
β βββ funny.json # Test instructions for the UR-FUNNY dataset
β βββ mer2023.json # Test instructions for the MER2023 dataset
β βββ smile.json # Test data for the SMILE dataset
βββ dataset/ # Corresponding video files for each dataset
βββ FGMSA/
β βββ videos/
β βββ FGMSA/ # Video files for the FGMSA dataset
βββ MC-EIU/
β βββ videos/
β βββ MC-EIU/ # Video files for the MC-EIU dataset
βββ MELD/
β βββ videos/
β βββ MELD/ # Video files for the MELD dataset
βββ MOSEI/
β βββ videos/
β βββ MOSEI/ # Video files for the MOSEI dataset
βββ MOSI/
β βββ videos/
β βββ MOSI/ # Video files for the MOSI dataset
βββ MUSTARD/
β βββ videos/
β βββ MUSTARD/ # Video files for the MUSTARD dataset
βββ RAVDSS_song/
β βββ videos/
β βββ RAVDSS/ # Video files for the RAVDSS song subset
βββ RAVDSS_speech/
β βββ videos/
β βββ RAVDSS/ # Video files for the RAVDSS speech subset
βββ SIMS_test/
β βββ videos/
β βββ SIMS/ # Video files for the SIMS dataset
βββ ch-simsv2s/
β βββ videos/
β βββ ch-simsv2s/ # Video files for the Chinese SIMS v2s dataset
βββ funny/
β βββ videos/
β βββ UR-FUNNY/ # Video files for the UR-FUNNY dataset
βββ mer2023/
β βββ videos/
β βββ MER2023/ # Video files for the MER2023 dataset
βββ smile/
βββ videos/
βββ SMILE/ # Video files for the SMILE dataset
π Dtat Structure Overview
- benchmark_json/: Contains JSON files with metadata and annotations for each dataset, including test instructions and sample information.
- dataset/: Corresponding video files for each dataset, organized into subdirectories named after each dataset.
- Downloads last month
- 38