Deep Learning Enhanced with Graph Knowledge for Sentiment AnalysisDownload PDF

Published: 01 Jul 2022, Last Modified: 05 May 2023X-SENTIMENT 2021 OralReaders: Everyone
Keywords: Sentiment Analysis, Knowledge Graph, Long-Short Term Memory (LSTM), Graph Similarities
TL;DR: Sentimient Analysis technique based on Deep Learning combined with new data structures, in this case Knowledge Graphs.
Abstract: The traditional way to address the problem of sentiment classification is based in Machine Learning techniques; however, these models are not able to grasp all the richness of the text that comes from different social media, personal web pages, blogs, etc., ignoring the semantic of the text. Knowledge Graphs give a way to extract structured knowledge from images and texts, in order to facilitate their semantic analysis. In this work, we propose a new hybrid approach for Sentiment Analysis based on Knowledge Graphs and Deep Learning techniques, to identify the sentiment polarity (positive or negative) in short documents, particularly in tweets. We represent the tweets using graphs, then graph similarity metrics and a Deep Learning classification algorithm are applied to produce sentiment predictions. This approach facilitates the traceability and explainability of the classification results, since it is possible to visually inspect the graphs. We compare our proposal with character n-gram embeddings based Deep Learning models to perform Sentiment Analysis. Results show that our proposal is able to outperforms classical n-gram models, with a recall up to 89% and F1-score of 88%.
0 Replies

Loading