The ability to understand emotions is an essential component of human-like artificial intelligence, as emotions greatly influence human cognition, decision-making, and social interactions. Emotion Cause Analysis, the task of identifying the potential causes behind an individual’s emotional state, is of great importance.
Based on the multimodal conversational emotion cause dataset we built, we define the following two subtasks:
(3_joy, 2_You made up!)
. The emotion category should be one of Ekman’s six basic emotions including Anger, Disgust, Fear, Joy, Sadness and Surprise. * Note: There may be multiple cause spans corresponding to the same emotion, thus forming multiple pairs.{ "conversation_ID": 5, "conversation": [ { "utterance_ID": 1, "text": "Oh , look , wish me luck !", "speaker": "Rachel", "emotion": "joy" }, { "utterance_ID": 2, "text": "What for ?", "speaker": "Monica", "emotion": "neutral" }, { "utterance_ID": 3, "text": "I am gonna go get one of those job things .", "speaker": "Rachel", "emotion": "joy" } ], "emotion-cause_pairs": [ [ "1_joy", "3_I am gonna go get one of those job things ." ], [ "3_joy", "3_I am gonna go get one of those job things ." ] ] }
w-avg. Strict F1
w-avg. Proportional F1
(main)Strict F1
Proportional F1
(5_disgust, 5)
.{ "conversation_ID": 5, "conversation": [ { "utterance_ID": 1, "text": "Oh , look , wish me luck !", "speaker": "Rachel", "emotion": "joy", "video_name": "dia5utt1.mp4" }, { "utterance_ID": 2, "text": "What for ?", "speaker": "Monica", "emotion": "neutral", "video_name": "dia5utt2.mp4" }, { "utterance_ID": 3, "text": "I am gonna go get one of those job things .", "speaker": "Rachel", "emotion": "joy", "video_name": "dia5utt3.mp4" } ], "emotion-cause_pairs": [ [ "1_joy", "3" ], [ "3_joy", "3" ] ] }
w-avg. F1
(main)F1
Participation in this competition signifies your full agreement to these terms and conditions. You should understand and agree that your submissions and scores may be made public.
Anyone interested is free to participate in the competition. Teams are allowed, but a participant can only join one team. Teams and individual participants must create exactly one account on CodaLab for the competition. Once the trial phase begins, the composition of teams cannot be altered.
Submission files must adhere to the specified format requirements. Each team is allowed to submit up to three times per day. The leaderboard defaults to show the best submission based on the metric in the first column. Participants should submit the best submission to the leaderboard based on the Main Metric we set (w-avg. Proportional F1 or w-avg. F1).
The organizers are not obligated to release scores during the evaluation phase. Official scores may be removed if the organizers judge a submitted work to be incomplete, erroneous, deceptive, or violating the competition rules.
The dataset provided should be used responsibly and ethically. Do not attempt to abuse it in any way, including but not limited to reconstructing the test set, any non-scientific or unconscionable data usage.
A valid submission is a zip-compressed file containing your prediction files. You can generate the compressed file for submission by following steps:
Subtask_1_pred.jsonor
Subtask_2_pred.json. The file name clearly indicates the subtask you will participate in. You can participate in either or both of the two subtasks.
Each prediction file should be formatted similarly to the provided files of the training/evaluation data:
conversation_ID
, utterance_ID
, and text
and their corresponding values in the dictionary must be retained. The value of the key emotion-cause_pairs
contains the prediction results.Subtask_1_pred.json:
{ "conversation_ID": 48, "conversation": [ { "utterance_ID": 1, "text": "... Dammit , hire the girl ! Okay , everybody ready ?", "speaker": "Director" }, { "utterance_ID": 2, "text": "Uh , listen , I just wanna thank you for this great opportunity .", "speaker": "Joey" }, { "utterance_ID": 3, "text": "Lose the robe .", "speaker": "Director" }, { "utterance_ID": 4, "text": "Me ?", "speaker": "Joey" } ], "emotion-cause_pairs": [ [ "2_joy", "2_10_13" ], [ "4_surprise", "3_0_3" ] ] }
Evaluation start | January 15, 2024 |
Evaluation end | January 31, 2024 |
Paper submission due | February 19, 2024 |
Notification to authors | March 18 ,2024 |
Camera ready due | April 01, 2024 |
SemEval workshop | June 16–21, 2024 (co-located with NAACL 2024) |
* Note: All deadlines are 23:59 UTC-12 (AOE). The time displayed on the Phases
interface of CodaLab is UTC.
Start: Dec. 1, 2023, noon
Description: Uses the official evaluation script, but on the trial data.
Start: Jan. 16, 2024, noon
Description: Uses the official evaluation script, on the official evaluation data. Each team is allowed to submit up to three times per day. The leaderboard defaults to show the best submission based on the metric in the first column. Participants should submit the best submission to the leaderboard based on the Main Metric we set (w-avg. Proportional F1 or w-avg. F1).
Start: Feb. 1, 2024, noon
Description: Uses the official evaluation script, on the official evaluation data. The leaderboard defaults to show the best submission based on the metric in the first column.
Never
You must be logged in to participate in competitions.
Sign In# | Username | Score |
---|---|---|
1 | Mercurialzs | 0.2300 |
2 | Choloe_guo | 0.1518 |
3 | aranjan25 | 0.1431 |