a personalized interest forgetting markov
play

A Personalized Interest-Forgetting Markov Model for Recommendations - PowerPoint PPT Presentation

A Personalized Interest-Forgetting Markov Model for Recommendations Jun Chen , Chaokun Wang, Jianmin Wang Tsinghua University, China chenjun14@mails.tsinghua.edu.cn, {chaokun, jimwang}@tsinghua.edu.cn AAAI-15 28-Jan-15 1 Review on


  1. A Personalized Interest-Forgetting Markov Model for Recommendations Jun Chen , Chaokun Wang, Jianmin Wang Tsinghua University, China chenjun14@mails.tsinghua.edu.cn, {chaokun, jimwang}@tsinghua.edu.cn AAAI-15 28-Jan-15 1

  2. Review on Forgetting Curve (FC) Memory Forgetting Ebbinghaus FC More FCs An intelligent Starting experience recommender system? Forgetting speeds A Personalized Interest-Forgetting Markov Model for Recommendations 2

  3. Forgetting of User Interests  Interest-Forgetting  User 𝑣 ’s interest upon item 𝑦 loses as time elapses after the consumption.  Importance to influence current user interest.  Some issues  Modeling of interest-forgetting.  Personalization  Forgetting speeds  Starting experience  Re-learning/Reconsumption A Personalized Interest-Forgetting Markov Model for Recommendations 3

  4. Major Contributions 1. We considered the interest-forgetting in recommendations towards a β€œ human-minded ” recommender system. 2. A personalized framework for interest-forgetting Markov model with multiple implementations on experience and interest retention. 3. An effective solution to item recommendation problem compared with the state-of-the-art. A Personalized Interest-Forgetting Markov Model for Recommendations 4

  5. Related Works  Markov model & Recommendation  First-order Markov chain model [Rendle et al 2010, Cheng et al 2013] .  High-order Markov model [Raftery 1985]  Variable-order Markov models [Begleiter et al 2004, Dimitrakakis 2010] .  Memory Forgetting & Learning  Forgetting models [Ebbinghaus 1885, Nembhard et al 2001, Averell et al 2011] .  Learning models [Jaber et al 1997, Anzanello et al 2011]  Data filtering & updating [Packer et al 2011, Freedman et al 2011] A Personalized Interest-Forgetting Markov Model for Recommendations 5

  6. Problem Formulation  Variable-Order Markov (VOM) model based Recommendation Given an item trace 𝒴 𝑣,𝑒 = {𝑦 1 𝑣 , 𝑦 2 𝑣 , … , 𝑦 𝑒 𝑣 } of user 𝑣 , recommend Top-N  unseen items with the largest transition probability: 𝑣 = 𝑦 1 𝑄 𝑦|𝒴 𝑣,𝑒 = 𝑄(X 𝑒+1 𝑣 = 𝑦 𝑒 𝑣 𝑣 , … , X 1 𝑣 ) = 𝑦|X 𝑒  Exponential expansion on the number of states  πœ‡ -VOM  Step-wise weighted first-order Markov model 𝑒 𝑒 𝑣,𝑒 𝑄 X 𝑒+1 𝑣,𝑒 𝑄 𝑦 𝑦 𝑒+1βˆ’π‘˜ 𝑄 𝑦|𝒴 𝑣,𝑒 = 𝑣 𝑣 𝑣 𝑣 πœ‡ π‘˜ = 𝑦 X 𝑒+1βˆ’π‘˜ = 𝑦 𝑒+1βˆ’π‘˜ = πœ‡ π‘˜ π‘˜=1 π‘˜=1 A Personalized Interest-Forgetting Markov Model for Recommendations 6

  7. Framework  πœ‡ -VOM 𝑒 𝑒 𝑣,𝑒 𝑄 𝑦 𝑦 𝑒+1βˆ’π‘˜ 𝑄 𝑦|𝒴 𝑣,𝑒 = 𝑣,𝑒 𝑣,𝑒 𝑣 𝑣 πœ‡ π‘˜ = Ξ₯ 𝑦 𝑒+1βˆ’π‘˜ Ξ¦ 𝑦 𝑒+1βˆ’π‘˜ 𝑄 𝑦 𝑦 𝑒+1βˆ’π‘˜ 𝑣 𝑣 π‘˜=1 π‘˜=1 𝑣 𝑄 𝑦 𝑦 𝑒+1βˆ’π‘˜ : one-step transition probability. 𝑣,𝑒 : personalized interest-forgetting component. πœ‡ π‘˜ 𝑣,𝑒 = Ξ₯ 𝑦 𝑒+1βˆ’π‘˜ 𝑣,𝑒 𝑣,𝑒 πœ‡ π‘˜ Ξ¦ 𝑦 𝑒+1βˆ’π‘˜ 𝑣 𝑣 𝑣,𝑒 ∝ 𝑔 𝑦, 𝑣, 𝑒 , monotonically increasing with frequency.  Starting Experience: Ξ₯ 𝑦 𝑣,𝑒 ∝ 1/π‘˜ , monotonically decreasing with elapsed time steps.  Interest Retention: Ξ¦ 𝑦 A Personalized Interest-Forgetting Markov Model for Recommendations 7

  8. IFMM Framework  Objective  Minimize the negative log-likelihood of the probabilities to recommend the last item in each training trace. Parameters Θ βˆ— could be learned via stochastic gradient descent method.   One-step transition probability can be directly computed. A Personalized Interest-Forgetting Markov Model for Recommendations 8

  9. Framework Specifications  One-Step Transition Probability  Conditional probability of observing 𝑦 𝑗 after 𝑦 π‘˜ . A Personalized Interest-Forgetting Markov Model for Recommendations 9

  10. Framework Specifications  Starting Experience 𝑣,𝑒 ∝ 𝑔 𝑦, 𝑣, 𝑒 , Starting Experience: Ξ₯ 𝑦  monotonically increasing with frequency. Logistic function 𝑣,𝑒 Ξ₯ 𝑦  Rational function (normalized frequencies) 𝑔 𝑣,𝑒 (𝑦) Starting experience measures the personalized accumulative interest a user has upon a certain item before forgetting. Experience Curves A Personalized Interest-Forgetting Markov Model for Recommendations 10

  11. Framework Specifications  Interest Retention 𝑣,𝑒 ∝ 1/π‘˜ , Interest Retention: Ξ¦ 𝑦  Log-Linear function [Wright 1936] monotonically decreasing with elapsed time.  Exponential function [Knecht 1974] 𝑣,𝑒 Ξ¦ 𝑦  Hypobolic function [Mazur and Hastie 1978] π‘˜ Interest retention measures the personalized residual Interest Retention Curves interest of a user upon a certain item after forgetting. A Personalized Interest-Forgetting Markov Model for Recommendations 11

  12. Personalized Recommendation  IFMM Framework 𝑒 𝑄 𝑦|𝒴 𝑣,𝑒 = 𝑣,𝑒 𝑣,𝑒 𝑣 Ξ₯ 𝑦 𝑒+1βˆ’π‘˜ Ξ¦ 𝑦 𝑒+1βˆ’π‘˜ 𝑄 𝑦 𝑦 𝑒+1βˆ’π‘˜ 𝑣 𝑣 π‘˜=1  Forgetting speeds  Starting experience  Re-learning/Reconsumption Top-N item recommendation with the largest values of 𝑄 𝑦|𝒴 𝑣,𝑒 . A Personalized Interest-Forgetting Markov Model for Recommendations 12

  13. Experiments  Data Set  Last.fm music listening data set.  992 users, 964,464 songs, 16,986,614 listening records.  Partition each user’s listening history with a time shreshold, e.g. 1 hour.  Remove listening records whose duration is less than 30 secs.  80% traces for training, 20% traces for test.  Comparative Methods  Markov model based  Factorizing Personalized Markov Chain (FPMC) [Rendle 2010, Cheng 2013]  Topic Sensitive PageRank (TSPR) [Haveliwala 2002]  Graph-based preference fusion (STG) [Xiang 2010]  Sequential pattern based (SEQ) [Hariri et al 2012] A Personalized Interest-Forgetting Markov Model for Recommendations 13

  14. Experiments  Accuracy of the proposed methods  Starting Experience  NM: rational function  NO: logistic function  Interest Retention  LL: log-linear  EX: exponential  HY: hypobolic NO+HY performs the best, and is selected as the representative. A Personalized Interest-Forgetting Markov Model for Recommendations 14

  15. Experiments  Accuracy Comparisons  NO+HY  SEQ  - s5w4 : sup 5 , winsize 4  - s7w3 : sup 7 , winsize 3  - s6w2 : sup 6 , winsize 2  FPMC  STG  TSPR NO+HY improves 10%-20% in recommendation accuracy compared with the best of the reference methods. A Personalized Interest-Forgetting Markov Model for Recommendations 15

  16. Experiments  Personalized parameters distribution  NO+HY 𝜚 𝑣 𝐷 𝑣 𝛽 𝑣 A Personalized Interest-Forgetting Markov Model for Recommendations 16

  17. Conclusions  Forgetting is an intrinsic feature of human beings, and should be taken into account in recommender systems.  We proposed πœ‡ -VOM to simplify the computation of variable-order Markov model.  We brought forward a personalized framework which integrates interest-forgetting and Markov model.  Multiple forgetting curve models and experience models have been evaluated under our framework to find an optimal solution.  IFMM provides various strategies for personalization .  The experimental results proved the effectiveness of our method in recommendation tasks. A Personalized Interest-Forgetting Markov Model for Recommendations 17

  18. A Personalized Interest-Forgetting Markov Model for Recommendations Thank You ~ Any Question? Jun Chen , Chaokun Wang, Jianmin Wang Tsinghua University, China chenjun14@mails.tsinghua.edu.cn, {chaokun, jimwang}@tsinghua.edu.cn AAAI-15 28-Jan-15 18

  19. Experiments  Timeout Threshold  Influence general length of traces.  Larger value, longer traces. Very slight impact upon the recommendation accuracy A Personalized Interest-Forgetting Markov Model for Recommendations 19

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend