scispace - formally typeset
Open Access

Connecting Social Media to E-Commerce: Cold-Start Product Recommendation using Microblogging Information

Mejari Kumar, +1 more
- Vol. 4, Iss: 11, pp 28-42
Reads0
Chats0
TLDR
This paper proposes to use the linked users across social networking sites and e-commerce websites as a bridge to map users’ social networking features to another feature representation for product recommendation, and develops a feature-based matrix factorization approach which can leverage the learnt user embeddings for cold-start product recommendation.
Abstract
In recent years, the boundaries between ecommerce and social networking have become increasingly blurred. Many e-commerce websites support the mechanism of social login where users can sign on the websites using their social network identities such as their Facebook or Twitter accounts. Users can also post their newly purchased products on microblogs with links to the e-commerce product web pages. In this paper we propose a novel solution for cross-site coldstart product recommendation which aims to recommend products from e-commerce websites to users at social networking sites in “cold-start” situations, a problem which has rarely been explored before. A major challenge is how to leverage knowledge extracted from social networking sites for cross-site cold-start product We propose to use the linked users across social networking sites and e-commerce websites (users who have social networking accounts and have made purchases on e-commerce websites) as a bridge to map users’ social networking features to another feature representation for product recommendation. In specific, we propose learning both users’ and products’ feature representations (called user embeddings and product embeddings, respectively) from data collected from ecommerce websites using recurrent neural networks and then apply a modified gradient boosting trees method to transform users’ social networking features into user embeddings. We then develop a feature-based matrix factorization approach which can leverage the learnt user embeddings for cold-start product recommendation. Experimental results on a large dataset constructed from the largest Chinese microblogging service SINA WEIBO and the largest Chinese B2C e-commerce website JINGDONG have shown the effectiveness of our proposed framework.

read more

Citations
More filters
Journal ArticleDOI

Social Big-Data-Based Content Dissemination in Internet of Vehicles

TL;DR: A price-rising-based iterative matching algorithm is proposed to solve the formulated joint peer discovery, power control, and channel selection problem under various quality-of-service requirements and numerical results demonstrate the effectiveness and superiority of the proposed algorithm from the perspectives of weighted sum rate and matching satisfaction gains.
Journal ArticleDOI

Recommender system with grey wolf optimizer and FCM

TL;DR: This research work offered a novel movie-based collaborative recommender system which utilizes the bio-inspired gray wolf optimizer algorithm and fuzzy c-mean (FCM) clustering technique and predicts rating of a movie for a particular user based on his historical data and similarity of users.
Journal ArticleDOI

A tourism destination recommender system using users' sentiment and temporal dynamics

TL;DR: This paper proposes a tourism destination recommender system that employs opinion-mining technology to refine user sentiment, and make use of temporal dynamics to represent user preference and destination popularity drifting over time and achieves improved recommendation accuracy and quality.
Journal ArticleDOI

An effective web page recommender system with fuzzy c-mean clustering

TL;DR: This research work has presented a novel web-based recommender system which is based on sequential information of user’s navigation on web pages, and a comparison between the existing model and the proposed model showed that the accuracy of the proposed system is almost three times better than some existing systems.
Proceedings ArticleDOI

CTRec: A Long-Short Demands Evolution Model for Continuous-Time Recommendation

TL;DR: This paper proposes a novel self-attentive Continuous-Time Recommendation model (CTRec) for capturing the evolving demands of users over time, and observes in particular that CTRec is capable of learning the purchase cycles of products and estimating the purchase time of a product given a user.
References
More filters
Journal ArticleDOI

Random Forests

TL;DR: Internal estimates monitor error, strength, and correlation and these are used to show the response to increasing the number of features used in the forest, and are also applicable to regression.
Proceedings Article

Distributed Representations of Words and Phrases and their Compositionality

TL;DR: This paper presents a simple method for finding phrases in text, and shows that learning good vector representations for millions of phrases is possible and describes a simple alternative to the hierarchical softmax called negative sampling.
Posted Content

Efficient Estimation of Word Representations in Vector Space

TL;DR: This paper proposed two novel model architectures for computing continuous vector representations of words from very large data sets, and the quality of these representations is measured in a word similarity task and the results are compared to the previously best performing techniques based on different types of neural networks.
Journal ArticleDOI

A Survey on Transfer Learning

TL;DR: The relationship between transfer learning and other related machine learning techniques such as domain adaptation, multitask learning and sample selection bias, as well as covariate shift are discussed.
Journal ArticleDOI

Greedy function approximation: A gradient boosting machine.

TL;DR: A general gradient descent boosting paradigm is developed for additive expansions based on any fitting criterion, and specific algorithms are presented for least-squares, least absolute deviation, and Huber-M loss functions for regression, and multiclass logistic likelihood for classification.