Emotion-Cause Pair Extraction in Customer Reviews
This work addresses emotion-cause analysis for online review analysis, but it appears incremental as it modifies previous methods for a specific domain.
The authors tackled Emotion-Cause Pair Extraction in customer reviews by proposing a neural network model using emotion-aware word embeddings and a Bi-LSTM layer, achieving results with a limited dataset.
Emotion-Cause Pair Extraction (ECPE) is a complex yet popular area in Natural Language Processing due to its importance and potential applications in various domains. In this report , we aim to present our work in ECPE in the domain of online reviews. With a manually annotated dataset, we explore an algorithm to extract emotion cause pairs using a neural network. In addition, we propose a model using previous reference materials and combining emotion-cause pair extraction with research in the domain of emotion-aware word embeddings, where we send these embeddings into a Bi-LSTM layer which gives us the emotionally relevant clauses. With the constraint of a limited dataset, we achieved . The overall scope of our report comprises of a comprehensive literature review, implementation of referenced methods for dataset construction and initial model training, and modifying previous work in ECPE by proposing an improvement to the pipeline, as well as algorithm development and implementation for the specific domain of reviews.