Boosting the Rating Prediction with Click Data and Textual Contents
Matrix factorization (MF) is one of the most efficient methods for rating predictions. MF learns user and item representations by factorizing the user-item rating matrix. Further, textual contents are integrated to conventional MF to address the cold-start problem. However, the textual contents do not reflect all aspects of the items. In this paper, we propose a model that leverages the information hidden in the item co-click (i.e., items that are often clicked together by a user) into learning item representations. We develop TCMF (Textual Co Matrix Factorization) that learns the user and item representations jointly from the user-item matrix, textual contents and item co-click matrix built from click data. Item co-click information captures the relationships between items which are not captured via textual contents. The experiments on two real-world datasets MovieTweetings, and Bookcrossing) demonstrate that our method outperforms competing methods in terms of rating prediction. Further, we show that the proposed model can learn effective item representations by comparing with state-of-the-art methods in classification task which uses the item representations as input vectors.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
Iterative Boosting Deep Neural Networks for Predicting Click-Through Rate
The click-through rate (CTR) reflects the ratio of clicks on a specific item to its total number of views. It has significant impact on websites' advertising revenue. Learning sophisticated models to understand and predi…
Click-Through Rate PredictionFeature EngineeringRecommendation SystemsForecasting Clicks in Digital Advertising: Multimodal Inputs and Interpretable Outputs
Forecasting click volume is a key task in digital advertising, influencing both revenue and campaign strategy. Traditional time series models rely solely on numerical data, often overlooking rich contextual information e…
Reinforcement Learningv-TCM: Vertical-aware Transformer Click Model for Web Search
Understanding and predicting user click behavior on a web search engine results page is critical for online advertising and recommendation engines. The click prediction results can be further used to estimate the relevan…
Click-Through Rate PredictionPredictionClick prediction boosting via Bayesian hyperparameter optimization based ensemble learning pipelines
Online travel agencies (OTA's) advertise their website offers on meta-search bidding engines. The problem of predicting the number of clicks a hotel would receive for a given bid amount is an important step in the manage…
Dimensionality ReductionEnsemble LearningHyperparameter OptimizationManagementUnleash the Power of Context: Enhancing Large-Scale Recommender Systems with Context-Based Prediction Models
In this work, we introduce the notion of Context-Based Prediction Models. A Context-Based Prediction Model determines the probability of a user's action (such as a click or a conversion) solely by relying on user and con…
Click-Through Rate PredictionPredictionRecommendation Systems