Hello, author.
I am trying to reimplement Emotion-LLaMA and test its performance on other datasets, but I had a few questions while writing the code.
When doing evaluation, I saw files like (MER2023)relative_test3_NCEV.txt, MERR_fine_grained.txt, (MER2024)MER2024-noise_NCE.txt, and (DFEW)reltive_DFEW_set_1_test.txt, but I am not quite sure how they are structured.
For example, in part of the content of MERR_fine_grained.txt, I found entries like the following. How are the columns organized in this case?
sample_00000023 35 angry -1.174107
sample_00000046 98 angry -2.5923429
sample_00000047 22 surprise -0.61232674
sample_00000054 52 angry -1.0886253
sample_00000069 18 angry -1.5699985
And how can i make those txt files like that?
I look forward to your reply. Thank you very much!
Hello, author.
I am trying to reimplement Emotion-LLaMA and test its performance on other datasets, but I had a few questions while writing the code.
When doing evaluation, I saw files like (MER2023)relative_test3_NCEV.txt, MERR_fine_grained.txt, (MER2024)MER2024-noise_NCE.txt, and (DFEW)reltive_DFEW_set_1_test.txt, but I am not quite sure how they are structured.
For example, in part of the content of MERR_fine_grained.txt, I found entries like the following. How are the columns organized in this case?
And how can i make those txt files like that?
I look forward to your reply. Thank you very much!