paper-with-me

홈 › Papers

ECPE-2D: Emotion-Cause Pair Extraction based on Joint Two-Dimensional Representation, Interaction and Prediction

2020-07-01 · ACL 2020 6 · Zixiang Ding, Rui Xia, Jianfei Yu

In recent years, a new interesting task, called emotion-cause pair extraction (ECPE), has emerged in the area of text emotion analysis. It aims at extracting the potential pairs of emotions and their corresponding causes in a document. To solve this task, the existing research employed a two-step framework, which first extracts individual emotion set and cause set, and then pair the corresponding emotions and causes. However, such a pipeline of two steps contains some inherent flaws: 1) the modeling does not aim at extracting the final emotion-cause pair directly; 2) the errors from the first step will affect the performance of the second step. To address these shortcomings, in this paper we propose a new end-to-end approach, called ECPE-Two-Dimensional (ECPE-2D), to represent the emotion-cause pairs by a 2D representation scheme. A 2D transformer module and two variants, window-constrained and cross-road 2D transformers, are further proposed to model the interactions of different emotion-cause pairs. The 2D representation, interaction, and prediction are integrated into a joint framework. In addition to the advantages of joint modeling, the experimental results on the benchmark emotion cause corpus show that our approach improves the F1 score of the state-of-the-art from 61.28{\%} to 68.89{\%}.

📄 PDF Abstract BibTeX

Code (1)

NUSTM/ECPE-2D tf

Tasks

Emotion-Cause Pair ExtractionEmotion Recognition

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Adam 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Embedding Dropout Embedding Dropout is equivalent to performing dropout on the embedding matrix at a word level, where the dropout is broadcast…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Learning Emotion-Aware Contextual Representations for Emotion-Cause Pair Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Emotion Cause Pair Extraction (ECPE), the task expanded from the previous emotion cause extraction (ECE) task, focuses on extracting emotion-cause pairs in text. Two reasons have made ECPE a more challenging, but more ap…

Emotion Cause ExtractionEmotion-Cause Pair Extraction

End-to-end Emotion-Cause Pair Extraction via Learning to Link

2020-02-25 · Haolin Song, Chen Zhang, Qiuchi Li, Dawei Song

Emotion-cause pair extraction (ECPE), as an emergent natural language processing task, aims at jointly investigating emotions and their underlying causes in documents. It extends the previous emotion cause extraction (EC…

BenchmarkingEmotion Cause ExtractionEmotion-Cause Pair ExtractionLink Prediction+1

End-to-End Emotion-Cause Pair Extraction based on Sliding Window Multi-Label Learning

2020-11-01 · EMNLP 2020 11 · Zixiang Ding, Rui Xia, Jianfei Yu

Emotion-cause pair extraction (ECPE) is a new task that aims to extract the potential pairs of emotions and their corresponding causes in a document. The existing methods first perform emotion extraction and cause extrac…

Emotion-Cause Pair ExtractionMulti-Label Learning

An End-to-End Network for Emotion-Cause Pair Extraction

2021-03-02 · Aaditya Singh, Shreeshail Hingane, Saim Wani, Ashutosh Modi

The task of Emotion-Cause Pair Extraction (ECPE) aims to extract all potential clause-pairs of emotions and their corresponding causes in a document. Unlike the more well-studied task of Emotion Cause Extraction (ECE), E…

Emotion Cause ExtractionEmotion-Cause Pair Extraction

Emotion-Cause Pair Extraction: A New Task to Emotion Analysis in Texts

2019-06-04 · ACL 2019 7 · Rui Xia, Zixiang Ding

Emotion cause extraction (ECE), the task aimed at extracting the potential causes behind certain emotions in text, has gained much attention in recent years due to its wide applications. However, it suffers from two shor…

Emotion Cause ExtractionEmotion-Cause Pair ExtractionEmotion RecognitionMulti-Task Learning