paper-with-me

Papers

Embedding models for recommendation under contextual constraints

2019-06-21 · Syrine Krichene, Mike Gartrell, Clement Calauzenes

Embedding models, which learn latent representations of users and items based on user-item interaction patterns, are a key component of recommendation systems. In many applications, contextual constraints need to be applied to refine recommendations, e.g. when a user specifies a price range or product category filter. The conventional approach, for both context-aware and standard models, is to retrieve items and apply the constraints as independent operations. The order in which these two steps are executed can induce significant problems. For example, applying constraints a posteriori can result in incomplete recommendations or low-quality results for the tail of the distribution (i.e., less popular items). As a result, the additional information that the constraint brings about user intent may not be accurately captured. In this paper we propose integrating the information provided by the contextual constraint into the similarity computation, by merging constraint application and retrieval into one operation in the embedding space. This technique allows us to generate high-quality recommendations for the specified constraint. Our approach learns constraints representations jointly with the user and item embeddings. We incorporate our methods into a matrix factorization model, and perform an experimental evaluation on one internal and two real-world datasets. Our results show significant improvements in predictive performance compared to context-aware and standard models.

📄 PDF Abstract BibTeX arXiv:1907.01637

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

HySAGE: A Hybrid Static and Adaptive Graph Embedding Network for Context-Drifting Recommendations

2022-08-20 · Sichun Luo, Xinyi Zhang, Yuanzhang Xiao, Linqi Song

The recent popularity of edge devices and Artificial Intelligent of Things (AIoT) has driven a new wave of contextual recommendations, such as location based Point of Interest (PoI) recommendations and computing resource…

Collaborative FilteringGraph Embedding

Relaxed N-Pairs Loss for Context-Aware Recommendations of Television Content

2020-02-04 · Miklas S. Kristoffersen, Sven E. Shepstone, Zheng-Hua Tan

This paper studies context-aware recommendations in the television domain by proposing a deep learning-based method for learning joint context-content embeddings (JCCE). The method builds on recent developments within re…

Metric Learning

A Jointly Learned Context-Aware Place of Interest Embedding for Trip Recommendations

2018-08-24 · Jiayuan He, Jianzhong Qi, Kotagiri Ramamohanarao

Trip recommendation is an important location-based service that helps relieve users from the time and efforts for trip planning. It aims to recommend a sequence of places of interest (POIs) for a user to visit that maxim…

GT-SEER: Geo-Temporal SEquential Embedding Rank for Point-of-interest Recommendation

2016-06-19 · Zhao Shenglin, Zhao Tong, King Irwin, Lyu Michael R.

Point-of-interest (POI) recommendation is an important application in location-based social networks (LBSNs), which learns the user preference and mobility pattern from check-in sequences to recommend POIs. However, prev…

Recommendation Systems

CITIES: Contextual Inference of Tail-Item Embeddings for Sequential Recommendation

2021-05-23 · Seongwon Jang, Hoyeop Lee, Hyunsouk Cho, Sehee Chung

Sequential recommendation techniques provide users with product recommendations fitting their current preferences by handling dynamic user preferences over time. Previous studies have focused on modeling sequential dynam…

Sequential Recommendation