The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'conversations'}) and 3 missing columns ({'type', 'question', 'answer'}).
This happened while the json dataset builder was generating data using
hf://datasets/Workerred/EEmoDB/dataset/EEmoDB-QA/QA_data(conversation_test).json (at revision 3ad47c064f18d497d64383a3075d50b6624123ee), [/tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_test).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_test).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_train).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_train).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_test).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_test).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_train).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_train).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(SFT).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(SFT).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(pair-SFT).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(pair-SFT).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/image_mapping.json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/image_mapping.json)], ['hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_test).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_train).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_test).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_train).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(SFT).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(pair-SFT).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/image_mapping.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: extension<arrow.json>
image: extension<arrow.json>
conversations: list<item: struct<from: string, value: string>>
child 0, item: struct<from: string, value: string>
child 0, from: string
child 1, value: string
-- schema metadata --
huggingface: '{"info": {"features": {"id": {"_type": "Json"}, "image": {"' + 162
to
{'id': Value('int64'), 'image': Value('string'), 'question': Value('string'), 'answer': Value('string'), 'type': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'conversations'}) and 3 missing columns ({'type', 'question', 'answer'}).
This happened while the json dataset builder was generating data using
hf://datasets/Workerred/EEmoDB/dataset/EEmoDB-QA/QA_data(conversation_test).json (at revision 3ad47c064f18d497d64383a3075d50b6624123ee), [/tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_test).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_test).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_train).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_train).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_test).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_test).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_train).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_train).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(SFT).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(SFT).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(pair-SFT).json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(pair-SFT).json), /tmp/hf-datasets-cache/medium/datasets/72848532734280-config-parquet-and-info-Workerred-EEmoDB-f0776db5/hub/datasets--Workerred--EEmoDB/snapshots/3ad47c064f18d497d64383a3075d50b6624123ee/dataset/image_mapping.json (origin=hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/image_mapping.json)], ['hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_test).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-Assess/RL(conversation_train).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_test).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/EEmoDB-QA/QA_data(conversation_train).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(SFT).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/QA_data(pair-SFT).json', 'hf://datasets/Workerred/EEmoDB@3ad47c064f18d497d64383a3075d50b6624123ee/dataset/image_mapping.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id int64 | image string | question string | answer string | type string |
|---|---|---|---|---|
16,869 | 105009.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.5263 | valence |
17,910 | 105529.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.7667 | arousal |
14,761 | 103955.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.5921 | valence |
17,113 | 105131.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.2763 | valence |
22,678 | 69364.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.4056 | dominance |
12,457 | 100319.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.5367 | dominance |
11,581 | 98312.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.4933 | arousal |
18,163 | 126789.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.2339 | valence |
8,443 | 86086.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.63 | dominance |
20,560 | 127987.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.5434 | arousal |
22,869 | 77660.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.2786 | dominance |
11,434 | 98197.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.5556 | dominance |
22,189 | 48076.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.558 | dominance |
22,121 | 45759.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.395 | dominance |
18,302 | 126858.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.5156 | arousal |
11,029 | 97070.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.5556 | dominance |
16,187 | 104668.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.5132 | valence |
8,587 | 86676.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.4444 | dominance |
16,912 | 105030.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.6167 | arousal |
21,537 | 13217.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.4145 | dominance |
22,559 | 63782.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.7269 | dominance |
14,854 | 104001.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.5667 | arousal |
9,922 | 92725.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6111 | dominance |
15,578 | 104363.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.35 | arousal |
14,110 | 103629.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.8333 | arousal |
21,665 | 19066.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.3051 | dominance |
15,793 | 104471.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.2632 | valence |
20,883 | 128149.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.8773 | valence |
20,730 | 128072.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.6427 | arousal |
8,209 | 85425.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.7778 | dominance |
10,942 | 96774.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.6389 | valence |
17,579 | 105364.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.8289 | valence |
15,818 | 104483.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.4167 | arousal |
8,228 | 85437.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.5889 | dominance |
17,018 | 105083.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.3833 | arousal |
13,740 | 103016.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.6333 | arousal |
19,590 | 127502.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.3226 | arousal |
16,898 | 105023.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.8 | arousal |
9,141 | 89190.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6667 | dominance |
23,262 | 82813.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.3617 | dominance |
21,349 | 6003.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.3678 | dominance |
15,477 | 104313.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.2368 | valence |
19,953 | 127684.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.8903 | valence |
12,000 | 99244.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6022 | dominance |
10,802 | 96249.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.5189 | arousal |
11,116 | 97430.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.7778 | arousal |
16,157 | 104653.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.6842 | valence |
8,620 | 86859.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6111 | dominance |
23,168 | 82130.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.2438 | dominance |
1,301 | 104904.jpg | As an emotional recognition expert, based on the given image, carefully identify the several main emotions evoked by the image, ranking them from the strongest to the weakest. The emotions to consider include: anger, disgust, fear, joy, neutral, sadness, and surprise. | Emotion ranking: Fear, Anger, Disgust | emotion |
12,635 | 100723.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6667 | dominance |
13,820 | 103179.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6756 | dominance |
15,366 | 104257.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.3667 | arousal |
13,198 | 101791.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.4522 | arousal |
10,499 | 95043.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.7222 | dominance |
8,980 | 88476.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.5556 | valence |
19,692 | 127553.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.6253 | arousal |
9,827 | 92255.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6667 | dominance |
14,896 | 104022.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.4667 | arousal |
13,649 | 102784.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.58 | valence |
11,529 | 98278.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.4878 | arousal |
20,484 | 127949.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.4665 | arousal |
14,736 | 103942.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.3 | arousal |
15,697 | 104423.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.4079 | valence |
10,257 | 94061.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6667 | dominance |
11,084 | 97342.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.63 | valence |
10,675 | 95716.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.6667 | valence |
10,156 | 93632.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6111 | dominance |
9,958 | 92857.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6111 | dominance |
18,867 | 127141.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.9946 | valence |
8,520 | 86416.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.8889 | arousal |
10,487 | 94976.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.5 | dominance |
12,196 | 99694.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.75 | dominance |
20,421 | 127918.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.855 | valence |
62 | 103654.jpg | As an emotional recognition expert, based on the given image, carefully identify the several main emotions evoked by the image, ranking them from the strongest to the weakest. The emotions to consider include: anger, disgust, fear, joy, neutral, sadness, and surprise. | Emotion ranking: Neutral, Sadness, Disgust | emotion |
17,404 | 105276.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.4167 | arousal |
16,733 | 104941.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.6053 | valence |
14,621 | 103885.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.25 | valence |
14,320 | 103734.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.5 | arousal |
17,862 | 105505.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.5167 | arousal |
18,368 | 126891.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.9408 | arousal |
21,341 | 5865.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.3991 | dominance |
10,052 | 93228.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.7222 | dominance |
9,183 | 89395.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.6667 | dominance |
20,302 | 127858.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.3325 | arousal |
19,220 | 127317.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.43 | arousal |
14,747 | 103948.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.7237 | valence |
12,736 | 100958.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.5367 | valence |
23,084 | 81570.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.1595 | dominance |
12,084 | 99458.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.2778 | arousal |
12,158 | 99631.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.4078 | arousal |
15,618 | 104383.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.7667 | arousal |
17,974 | 105561.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.6667 | arousal |
21,213 | 128314.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.8643 | valence |
15,269 | 104209.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.5263 | valence |
22,660 | 68410.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.3301 | dominance |
20,294 | 127854.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.66 | arousal |
18,739 | 127077.jpg | As an expert in emotional attribute assessment, please rate the level of valence the image evokes in you on a scale from 0 to 1. | Valence: 0.9197 | valence |
17,884 | 105516.jpg | As an expert in emotional attribute assessment, please rate the level of arousal the image evokes in you on a scale from 0 to 1. | Arousal: 0.6333 | arousal |
21,772 | 24858.jpg | As an expert in emotional attribute assessment, please rate the level of dominance the image evokes in you on a scale from 0 to 1. | Dominance: 0.2774 | dominance |
We provide the label annotations for the EEmoDB instruction sets in the dataset directory. Since the images utilized in our work are entirely sourced from existing Affective Image Content Analysis datasets, we cannot directly host the actual image files. Therefore, we kindly request that you first download the original datasets to your local machine. The required source datasets include: Affection, Abstract-8, EMOTIC, Emotion6, FindingEmo, GAPED, OASIS.
After downloading, please organize the original image files according to the index relationships specified in image_mapping.json. Once properly configured, you are ready to utilize the comprehensive emotional corpora of EEmoDB.
dataset
βββ image_mapping.json # The mapping between images in EEmoDB and the source dataset
βββ QA_data(SFT).json # The single-image data used by SFT, including the image's refined emotional label
βββ QA_data(pair-SFT).json # The image pair data used by SFT
βββ EEmoDB-QA
| βββ QA_data(conversation_train).json # training data for Stage 1
| βββ QA_data(conversation_test).json # test data for Stage 1
βββ EEmoDB-Assess
| βββ RL(conversation_train).json # training data for Stage 2
| βββ RL(conversation_test).json # test data for Stage 2
- Downloads last month
- 30