scholarly journals Learning to Make Document Context-Aware Recommendation with Joint Convolutional Matrix Factorization

Complexity ◽  
2020 ◽  
Vol 2020 ◽  
pp. 1-15
Author(s):  
Lei Guo ◽  
Yu Han ◽  
Haoran Jiang ◽  
Xinxin Yang ◽  
Xinhua Wang ◽  
...  

Context-aware recommendation (CR) is the task of recommending relevant items by exploring the context information in online systems to alleviate the data sparsity issue of the user-item data. Prior methods mainly studied CR by document-based modeling approaches, that is, making recommendations by additionally utilizing textual data such as reviews, abstracts, or synopses. However, due to the inherent limitation of the bag-of-words model, they cannot effectively utilize contextual information of the documents, which results in a shallow understanding of the documents. Recent works argued that the understanding of document context can be improved by the convolutional neural network (CNN) and proposed the convolutional matrix factorization (ConvMF) to leverage the contextual information of documents to enhance the rating prediction accuracy. However, ConvMF only models the document content context from an item view and assumes users are independent and identically distributed (i.i.d). But in reality, as we often turn to our friends for recommendations, the social relationship and social reviews are two important factors that can change our mind most. Moreover, users are more inclined to interact (buy or click) with the items that they have bought (or clicked). The relationships among items are also important factors that can impact the user’s final decision. Based on the above observations, in this work, we target CR and propose a joint convolutional matrix factorization (JCMF) method to tackle the encountered challenges, which jointly considers the item’s reviews, item’s relationships, user’s social influence, and user’s reviews in a unified framework. More specifically, to explore items’ relationships, we introduce a predefined item relation network into ConvMF by a shared item latent factor and propose a method called convolutional matrix factorization with item relations (CMF-I). To consider user’s social influence, we further integrate the user’s social network into CMF-I by sharing the user latent factor between user’s social network and user-item rating matrix, which can be treated as a regularization term to constrain the recommendation process. Finally, to model the document contextual information of user’s reviews, we exploit another CNN to learn user’s content representations and achieve our final model JCMF. We conduct extensive experiments on the real-world dataset from Yelp. The experimental results demonstrate the superiority of JCMF compared to several state-of-the-art methods in terms of root mean squared error (RMSE) and mean average error (MAE).

2021 ◽  
Vol 13 (10) ◽  
pp. 5513
Author(s):  
Iljana Schubert ◽  
Judith I. M. de Groot ◽  
Adrian C. Newton

This study examines the influence of social network members (versus strangers) on sustainable food consumption choices to investigate how social influence can challenge the status quo in unsustainable consumption practices. We hypothesized that changes to individual consumption practices could be achieved by revealing ‘invisible’ descriptive and injunctive social norms. We further hypothesized that it matters who reveals these norms, meaning that social network members expressing their norms will have a stronger influence on other’s consumption choices than if these norms are expressed by strangers. We tested these hypotheses in a field experiment (N = 134), where participants discussed previous sustainable food consumption (revealing descriptive norms) and its importance (revealing injunctive norms) with either a stranger or social network member. We measured actual sustainable food consumption through the extent to which participants chose organic over non-organic consumables during the debrief. Findings showed that revealed injunctive norms significantly influenced food consumption, more so than revealed descriptive norms. We also found that this influence was stronger for social network members compared to strangers. Implications and further research directions in relation to how social networks can be used to evoke sustainable social change are discussed.


Sensors ◽  
2021 ◽  
Vol 21 (9) ◽  
pp. 3235
Author(s):  
Koichi Fujiwara ◽  
Shota Miyatani ◽  
Asuka Goda ◽  
Miho Miyajima ◽  
Tetsuo Sasano ◽  
...  

Heart rate variability, which is the fluctuation of the R-R interval (RRI) in electrocardiograms (ECG), has been widely adopted for autonomous evaluation. Since the HRV features that are extracted from RRI data easily fluctuate when arrhythmia occurs, RRI data with arrhythmia need to be modified appropriately before HRV analysis. In this study, we consider two types of extrasystoles—premature ventricular contraction (PVC) and premature atrial contraction (PAC)—which are types of extrasystoles that occur every day, even in healthy persons who have no cardiovascular diseases. A unified framework for ectopic RRI detection and a modification algorithm that utilizes an autoencoder (AE) type of neural network is proposed. The proposed framework consists of extrasystole occurrence detection from the RRI data and modification, whose targets are PVC and PAC. The RRI data are monitored by means of the AE in real time in the detection phase, and a denoising autoencoder (DAE) modifies the ectopic RRI caused by the detected extrasystole. These are referred to as AE-based extrasystole detection (AED) and DAE-based extrasystole modification (DAEM), respectively. The proposed framework was applied to real RRI data with PVC and PAC. The result showed that AED achieved a sensitivity of 93% and a false positive rate of 0.08 times per hour. The root mean squared error of the modified RRI decreased to 31% in PVC and 73% in PAC from the original RRI data by DAEM. In addition, the proposed framework was validated through application to a clinical epileptic seizure problem, which showed that it correctly suppressed the false positives caused by PVC. Thus, the proposed framework can contribute to realizing accurate HRV-based health monitoring and medical sensing systems.


2021 ◽  
Author(s):  
Antti Gronow ◽  
Maria Brockhaus ◽  
Monica Di Gregorio ◽  
Aasa Karimo ◽  
Tuomas Ylä-Anttila

AbstractPolicy learning can alter the perceptions of both the seriousness and the causes of a policy problem, thus also altering the perceived need to do something about the problem. This then allows for the informed weighing of different policy options. Taking a social network perspective, we argue that the role of social influence as a driver of policy learning has been overlooked in the literature. Network research has shown that normatively laden belief change is likely to occur through complex contagion—a process in which an actor receives social reinforcement from more than one contact in its social network. We test the applicability of this idea to policy learning using node-level network regression models on a unique longitudinal policy network survey dataset concerning the Reducing Deforestation and Forest Degradation (REDD+) initiative in Brazil, Indonesia, and Vietnam. We find that network connections explain policy learning in Indonesia and Vietnam, where the policy subsystems are collaborative, but not in Brazil, where the level of conflict is higher and the subsystem is more established. The results suggest that policy learning is more likely to result from social influence and complex contagion in collaborative than in conflictual settings.


Electronics ◽  
2021 ◽  
Vol 10 (13) ◽  
pp. 1589
Author(s):  
Yongkeun Hwang ◽  
Yanghoon Kim ◽  
Kyomin Jung

Neural machine translation (NMT) is one of the text generation tasks which has achieved significant improvement with the rise of deep neural networks. However, language-specific problems such as handling the translation of honorifics received little attention. In this paper, we propose a context-aware NMT to promote translation improvements of Korean honorifics. By exploiting the information such as the relationship between speakers from the surrounding sentences, our proposed model effectively manages the use of honorific expressions. Specifically, we utilize a novel encoder architecture that can represent the contextual information of the given input sentences. Furthermore, a context-aware post-editing (CAPE) technique is adopted to refine a set of inconsistent sentence-level honorific translations. To demonstrate the efficacy of the proposed method, honorific-labeled test data is required. Thus, we also design a heuristic that labels Korean sentences to distinguish between honorific and non-honorific styles. Experimental results show that our proposed method outperforms sentence-level NMT baselines both in overall translation quality and honorific translations.


Sign in / Sign up

Export Citation Format

Share Document