Datasets:

Languages:
Chinese
ArXiv:
License:

Missing 'emotion.csv' File

#2
by lnennn - opened

I recently downloaded the MDPE dataset from this repository and unzipped all the zip files. I attempted to run the provided benchmark code. However, I encountered an error indicating that the file 'MDPE_Dataset/emotion.csv' could not be found.
I have verified that I have downloaded the dataset correctly and have followed the instructions provided in the README file. However, it seems that the 'emotion.csv' file is either missing from the dataset or not correctly referenced in the benchmark code.
Could you please provide some guidance on how to resolve this issue?
Thank you for your assistance. I look forward to your response.

In fact, emotion. csv here is a vector containing [193 * feature_dimension], and its source is:
Input each sample into the emotion model and extract the last layer of features as emotion features, which are used as deception detection tasks (similar to personality traits, but personality traits are existing scale scores, while emotion features are emotion embeddings obtained through the model). You can train this emotion model by yourself or use open-source models such as emotion2vec.

This comment has been hidden (marked as Resolved)
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment