CoolFace
Datasetpublic

ddwang2000/EchoEval

EchoEval EchoEval is a instance-level spoken empathetic evaluation benchmark. It comprising 1K authentic recordings from 20 professional actors Load one subset: from datasets import load_dataset ds = load_dataset("ddwang2000/EchoEval", "normal", split="test") Subsets Subset Size Description normal 220 Explicit, everyday emotional delivery implicit 220 Emotion is present but understated in the text very_high_intense 220 High-arousal, strongly… See the full description on the dataset page: https://huggingface.co/datasets/ddwang2000/EchoEval.

sourceHugging Faceapache-2.0updated 13d agoView on Hugging Face
4likes192downloads
Dataset Card

EchoEval

EchoEval is a instance-level spoken empathetic evaluation benchmark. It comprising 1K authentic recordings from 20 professional actors

Load one subset:

python
from datasets import load_dataset

ds = load_dataset("ddwang2000/EchoEval", "normal", split="test")

Subsets

SubsetSizeDescription
normal220Explicit, everyday emotional delivery
implicit220Emotion is present but understated in the text
very_high_intense220High-arousal, strongly expressed emotion
satire_or_self_mockery220Ironic, sarcastic, or self-mocking delivery
shift120Within-utterance emotion shift (e.g. happy -> sad)

Columns

ColumnTypeNotes
sample_idstringFresh UUID, not the original internal id
audioaudioQuery utterance
querystringTranscript / spoken text
categorystringScene category
sub_categorystringScene subcategory
audio_emotionstringEmotion category; shift items use a transition string
polaritystringpositive / negative
intensitystringnormal / high
modality_consistencystringconsistent / conflict
genderstringfemale / male
pitch / pitch_levelfloat / stringRaw value and low / normal / high
energy / energy_levelfloat / stringRaw value and low / normal / high
speed / speed_levelfloat / stringRaw value and fast / normal / slow
intonation_contourstringe.g. rising, falling, rising-falling
stresslist[string]Stressed words
context_understandingstringReasoning gold
latent_needstringReasoning gold
core_demandstringReasoning gold
strategy_recommendedlist[string]Recommended response strategies
strategy_not_recommendedlist[string]Strategies to avoid
constraintsstringResponse constraints

If you find EchoEval useful for your research, we would appreciate an acknowledgment and link to this dataset page. The accompanying paper and its BibTex citation will be added once available.