Dataset Viewer
Auto-converted to Parquet Duplicate
name
stringlengths
19
29
path
stringlengths
37
57
speech
listlengths
5.92k
322k
text
stringlengths
3
298
emotion
stringclasses
7 values
text_emotions
listlengths
0
3
32_happiness_enthusiasm_h_120
happiness_enthusiasm_32/32_happiness_enthusiasm_h_120.wav
[-0.00018310546875,-0.0006103515625,-0.000762939453125,-0.000701904296875,-0.001068115234375,-0.0010(...TRUNCATED)
Конечно, расскажу, обязательно. Ой, сейчас расскажу.
happiness
[ "happiness" ]
36_disgust_happiness_d_130
disgust_happiness_36/36_disgust_happiness_d_130.wav
[-0.00439453125,-0.006866455078125,0.001983642578125,0.0108642578125,0.01824951171875,0.018859863281(...TRUNCATED)
Вы ещё и профессию решили поменять.
disgust
[ "neutral" ]
34_anger_fear_a_060
anger_fear_34/34_anger_fear_a_060.wav
[-0.000091552734375,-0.000213623046875,-0.000091552734375,0.000030517578125,0.000244140625,0.0,-0.00(...TRUNCATED)
Ты знаешь, чем это для тебя закончится?
anger
[ "neutral" ]
25_anger_disgust_a_010
anger_disgust_25/25_anger_disgust_a_010.wav
[1.3877161109121516e-6,-8.249530765169766e-7,-3.724364603385766e-7,8.145294486894272e-6,0.0000229983(...TRUNCATED)
"Добрый день. Вы хотели бы приобрести недвижимость? Я с (...TRUNCATED)
anger
[ "happiness" ]
17_neutral_disgust_d_092
neutral_disgust_17/17_neutral_disgust_d_092.wav
[-0.00015540783351752907,-0.0024546387139707804,-0.00479633454233408,-0.00575720239430666,-0.0000405(...TRUNCATED)
"все ваши рекламные акции, пожалуйста, больше не парьте(...TRUNCATED)
disgust
[ "neutral" ]
27_neutral_fear_f_100
neutral_fear_27/27_neutral_fear_f_100.wav
[1.8969848269989598e-6,-4.641217401513131e-6,-5.556194082600996e-6,2.95341760647716e-6,-0.0000720897(...TRUNCATED)
"Но я же люблю свою работу, я же справляюсь со своими об(...TRUNCATED)
fear
[ "neutral", "happiness" ]
48_fear_disgust_d_080
fear_disgust_48/48_fear_disgust_d_080.wav
[-8.517898208992847e-7,1.0842135225175298e-6,-1.342260247838567e-6,1.6266275224552373e-6,-1.95249731(...TRUNCATED)
Только дети могут такого бояться.
disgust
[ "fear" ]
32_happiness_enthusiasm_e_060
happiness_enthusiasm_32/32_happiness_enthusiasm_e_060.wav
[0.0,0.000152587890625,-0.00054931640625,0.000274658203125,0.0001220703125,-0.001556396484375,0.0007(...TRUNCATED)
"Ну хорошо, если, например, друзьям, то что, может быть, л(...TRUNCATED)
enthusiasm
[ "neutral" ]
27_neutral_fear_n_030
neutral_fear_27/27_neutral_fear_n_030.wav
[-1.6269609659502748e-6,2.3017951207293663e-6,-3.7642435017914977e-6,0.00001385798714181874,0.000032(...TRUNCATED)
"Анна Сергеевна, но мне неудобно вам говорить, вы всё-та(...TRUNCATED)
neutral
[ "sadness" ]
33_sadness_disgust_s_080
sadness_disgust_33/33_sadness_disgust_s_080.wav
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
Уже одно то, что ты пришла — это уже праздник.
sadness
[ "happiness" ]
End of preview. Expand in Data Studio

RESD (Annotated, multi)

RESD (Annotated, multi)

RESD with transcripts and separate text-emotion labels.

How it was recorded

RESD was recorded in a studio by 20 voice actors. There was no script: the actors were not handed lines to read. Instead each actor in a pair was privately given an emotion to play, and the dialogue was improvised from there. So the words are spontaneous while the emotion is deliberate — which is the point, and also the limit. The label describes what the actor was told to convey, not what a listener independently judged.

Splits

Split Rows Hours Mean clip
train 1116 1.88 6.1 s
test 280 0.46 5.9 s
Class distribution

Fields

Column Meaning
name Clip identifier
path Original file path
speech Audio
text Transcript of the utterance
emotion Emotion label of the recording
text_emotions Emotions judged from the transcript alone, multi-label

emotion and text_emotions disagree by design. The audio labels are near-balanced across seven classes, while the text labels are dominated by neutral (717 of 1378 in train). The same clip is often flat on the page and loud in the voice, which is the whole argument for listening rather than reading.

Usage

from datasets import load_dataset

ds = load_dataset("Aniemore/resd_annotated_multi")
print(ds["train"][0]["emotion"])

Limitations

Acted emotion is not spontaneous emotion. The classes here are near-balanced, while unscripted Russian speech is overwhelmingly neutral, so a model that scores well on this test set can still miss most of the neutral speech it meets in production. Treat a RESD score as a comparison between models, not as a readiness signal.

Citation

@misc{Aniemore,
  author = {Артем Аментес, Илья Лубенец, Никита Давидчук},
  title = {Открытая библиотека искусственного интеллекта для анализа и выявления эмоциональных оттенков речи человека},
  year = {2022},
  publisher = {Hugging Face},
  journal = {Hugging Face Hub},
  howpublished = {\url{https://huggingface.com/aniemore/Aniemore}},
  email = {hello@socialcode.ru}
}

License

MIT.

Downloads last month
73