Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
video
video
End of preview. Expand in Data Studio

EmoBench-M: Benchmarking Emotional Intelligence for Multimodal Large Language Models

arXiv GitHub

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