AIMA at SemEval-2024 Task 3: Simple Yet Powerful Emotion Cause Pair Analysis
Alireza Ghahramani Kure, Mahshid Dehghani, Mohammad Mahdi Abootorabi, Nona Ghazizadeh, Seyed Arshan Dalili, Ehsaneddin Asgari
TL;DR
This work tackles emotion-cause pair extraction in conversations through a text-centric three-component architecture: embedding extraction with EmoBERTa, cause-pair extraction plus emotion classification via a Transformer encoder that yields a causality matrix, and QA-driven extraction of cause spans after pair detection. Although designed to handle multimodal data, the study focuses on textual data for Subtask 1 and demonstrates competitive performance in SemEval-2024 Task 3, ranking 10th in Subtask 1 and 5th in Subtask 2 among 23 teams. Evaluations rely on F1-based metrics, including strict and proportional matching for textual spans, and emphasize the trade-off between emotion recognition accuracy and precise cause extraction. The results suggest that simple, efficient modeling can yield strong insights into conversational emotions while pointing to avenues for lightweight multimodal enhancements in future work.
Abstract
The SemEval-2024 Task 3 presents two subtasks focusing on emotion-cause pair extraction within conversational contexts. Subtask 1 revolves around the extraction of textual emotion-cause pairs, where causes are defined and annotated as textual spans within the conversation. Conversely, Subtask 2 extends the analysis to encompass multimodal cues, including language, audio, and vision, acknowledging instances where causes may not be exclusively represented in the textual data. Our proposed model for emotion-cause analysis is meticulously structured into three core segments: (i) embedding extraction, (ii) cause-pair extraction & emotion classification, and (iii) cause extraction using QA after finding pairs. Leveraging state-of-the-art techniques and fine-tuning on task-specific datasets, our model effectively unravels the intricate web of conversational dynamics and extracts subtle cues signifying causality in emotional expressions. Our team, AIMA, demonstrated strong performance in the SemEval-2024 Task 3 competition. We ranked as the 10th in subtask 1 and the 6th in subtask 2 out of 23 teams.
