Abstract

Nowadays, recommendation systems are widely used on various services. This system predicts what item a user will use next using large amounts of stored user history. Recommendation systems are commonly applied in various fields as movies, e-commerce, and social services. However, previous researches on recommendation systems commonly overlooked the importance of item usage sequence and time intervals of the time series data from users. We provide a novel recommendation system that incorporates these temporal properties of the user history. We design a recurrent neural network (RNN) model with a hierarchical structure so that the sequence and time intervals of the user’s item usage history can be considered. The model is divided into two layers: a layer for a long time and a layer for a short time. We conduct experiments on real-world data such as Movielens and Steam datasets, which has a long-time range, and show that our new model outperforms the previous widely used recommendation methods, including RNN-based models. We also conduct experiments to find out the influence of the length and time interval of sequences in our model. These experimental results show that both sequence length and time interval are influential, indicating that it is important to consider the temporal properties for long-term sequences.

Highlights

  • Recommendation systems have become widespread on many websites, including e-commerce

  • We present an recurrent neural network (RNN)-based hierarchical model to consider both long sequence lengths and time interval information

  • GRU4Rec+ which consider the characteristics of sequence data by using RNN performs better than Pop and BPR, but the performance of the Hi-RNN model which consider time interval is better

Read more

Summary

INTRODUCTION

Recommendation systems have become widespread on many websites, including e-commerce. We present an RNN-based hierarchical model to consider both long sequence lengths and time interval information. The long-term layers remember information from previous short-term sequences and deliver it over a long time considering the time interval. We conducted an ablation study on how much time interval should be considered between items This showed that when the time interval is long, it is helpful to moderately weaken the influence of the item whose order in the item usage sequence is most recent. This shows why the model presented in this study is strong in long-term sequential datasets

RELATED WORKS
MODEL DESCRIPTION
CONCLUSION AND FUTURE WORK

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.