From Word Embeddings to Item Recommendation
Social network platforms can use the data produced by their users to serve them better. One of the services these platforms provide is recommendation service. Recommendation systems can predict the future preferences of users using their past preferences. In the recommendation systems literature there are various techniques, such as neighborhood based methods, machine-learning based methods and matrix-factorization based methods. In this work, a set of well known methods from natural language processing domain, namely Word2Vec, is applied to recommendation systems domain. Unlike previous works that use Word2Vec for recommendation, this work uses non-textual features, the check-ins, and it recommends venues to visit/check-in to the target users. For the experiments, a Foursquare check-in dataset is used. The results show that use of continuous vector space representations of items modeled by techniques of Word2Vec is promising for making recommendations.
Code (2)
Tasks
Recommendation SystemsWord EmbeddingsSimilar Papers 제목 키워드 기반
Collaborative Word-based Pre-trained Item Representation for Transferable Recommendation
Item representation learning (IRL) plays an essential role in recommender systems, especially for sequential recommendation. Traditional sequential recommendation models usually utilize ID embeddings to represent items, …
Collaborative FilteringRecommendation SystemsRepresentation LearningSequential RecommendationContent-Based Personalized Recommender System Using Entity Embeddings
Recommender systems are a class of machine learning algorithms that provide relevant recommendations to a user based on the user's interaction with similar items or based on the content of the item. In settings where the…
BIG-bench Machine LearningEntity EmbeddingsRecommendation SystemsKECRS: Towards Knowledge-Enriched Conversational Recommendation System
The chit-chat-based conversational recommendation systems (CRS) provide item recommendations to users through natural language interactions. To better understand user's intentions, external knowledge graphs (KG) have bee…
Conversational RecommendationEntity EmbeddingsKnowledge GraphsRecommendation Systems+2RecJPQ: Training Large-Catalogue Sequential Recommenders
Sequential Recommendation is a popular recommendation task that uses the order of user-item interaction to model evolving users' interests and sequential patterns in their behaviour. Current state-of-the-art Transformer-…
Passage RetrievalRecommendation SystemsRetrievalSequential RecommendationMetadata Embeddings for User and Item Cold-start Recommendations
I present a hybrid matrix factorisation model representing users and items as linear combinations of their content features' latent factors. The model outperforms both collaborative and content-based models in cold-start…
TAG