Recognizing Conditional Causal Relationships about Emotions and Their Corresponding Conditions

Xinhong Chen,Zongxi Li,Yaowei Wang,Haoran Xie,Jianping Wang,Qing Li
DOI: https://doi.org/10.48550/arXiv.2311.16579
2023-11-28
Abstract:The study of causal relationships between emotions and causes in texts has recently received much attention. Most works focus on extracting causally related clauses from documents. However, none of these works has considered that the causal relationships among the extracted emotion and cause clauses can only be valid under some specific context clauses. To highlight the context in such special causal relationships, we propose a new task to determine whether or not an input pair of emotion and cause has a valid causal relationship under different contexts and extract the specific context clauses that participate in the causal relationship. Since the task is new for which no existing dataset is available, we conduct manual annotation on a benchmark dataset to obtain the labels for our tasks and the annotations of each context clause's type that can also be used in some other applications. We adopt negative sampling to construct the final dataset to balance the number of documents with and without causal relationships. Based on the constructed dataset, we propose an end-to-end multi-task framework, where we design two novel and general modules to handle the two goals of our task. Specifically, we propose a context masking module to extract the context clauses participating in the causal relationships. We propose a prediction aggregation module to fine-tune the prediction results according to whether the input emotion and causes depend on specific context clauses. Results of extensive comparative experiments and ablation studies demonstrate the effectiveness and generality of our proposed framework.
Computation and Language
What problem does this paper attempt to address?
### The Problem the Paper Attempts to Solve The paper attempts to address the issue of identifying conditional causal relationships between emotions and causes in text. Specifically, existing research mainly focuses on extracting causally related clauses from documents but overlooks the fact that the validity of these emotion and cause clauses may depend on specific contexts. For example, in some cases, if specific contextual information is ignored, there may be no causal relationship between the emotion and the cause. To highlight the context in these special causal relationships, the paper proposes a new task, which includes: 1. Determining whether the input emotion-cause pair has a valid causal relationship in the given context. 2. Extracting the specific contextual clauses involved in the causal relationship. By addressing these issues, it is possible to extract more complete and meaningful information about causal relationships, thereby better understanding the different types of emotions that specific events may trigger in different contexts. This context-oriented information is very useful in many emotion-related applications, such as accurately predicting a person's emotions by considering the context when a specific event occurs.