Overview

EQ Bench

EQ Bench is a benchmark designed to evaluate aspects of emotional intelligence in Large Language Models (LLMs). It assesses the ability of LLMs to understand complex emotions and social interactions by asking them to predict the intensity of emotional states of characters in a dialogue.

from benchthing import Bench

bench = Bench("eq-bench")

bench.run(
    benchmark="eq-bench",
    task_id="1",
    models=yourLanguageModels
)

result = bench.get_result("1")

Sign up to get access to the EQ Bench benchmark API