SHINE: Signed Heterogeneous Information Network Embedding for Sentiment Link Prediction
This work addresses sentiment link prediction for applications like personal advertising and public opinion analysis, offering a novel approach that integrates multiple data sources, but it is incremental as it builds on existing network embedding methods.
The paper tackles the problem of predicting sentiment links in social networks by leveraging heterogeneous information beyond text, such as social relations and user profiles, and introduces the SHINE framework which outperforms state-of-the-art baselines on real-world datasets for link prediction and node recommendation, including in cold-start scenarios.
In online social networks people often express attitudes towards others, which forms massive sentiment links among users. Predicting the sign of sentiment links is a fundamental task in many areas such as personal advertising and public opinion analysis. Previous works mainly focus on textual sentiment classification, however, text information can only disclose the "tip of the iceberg" about users' true opinions, of which the most are unobserved but implied by other sources of information such as social relation and users' profile. To address this problem, in this paper we investigate how to predict possibly existing sentiment links in the presence of heterogeneous information. First, due to the lack of explicit sentiment links in mainstream social networks, we establish a labeled heterogeneous sentiment dataset which consists of users' sentiment relation, social relation and profile knowledge by entity-level sentiment extraction method. Then we propose a novel and flexible end-to-end Signed Heterogeneous Information Network Embedding (SHINE) framework to extract users' latent representations from heterogeneous networks and predict the sign of unobserved sentiment links. SHINE utilizes multiple deep autoencoders to map each user into a low-dimension feature space while preserving the network structure. We demonstrate the superiority of SHINE over state-of-the-art baselines on link prediction and node recommendation in two real-world datasets. The experimental results also prove the efficacy of SHINE in cold start scenario.